RecordProperty 584 modules/ts/include/opencv2/ts.hpp ::testing::Test::RecordProperty("custom_status", "noimpl"); \ RecordProperty 17875 modules/ts/include/opencv2/ts/ts_gtest.h static void RecordProperty(const std::string& key, const std::string& value); RecordProperty 17876 modules/ts/include/opencv2/ts/ts_gtest.h static void RecordProperty(const std::string& key, int value); RecordProperty 18046 modules/ts/include/opencv2/ts/ts_gtest.h void RecordProperty(const std::string& xml_element, RecordProperty 18725 modules/ts/include/opencv2/ts/ts_gtest.h void RecordProperty(const std::string& key, const std::string& value); RecordProperty 626 modules/ts/include/opencv2/ts/ts_perf.hpp ::testing::Test::RecordProperty("cv_module_name", #modulename); \ RecordProperty 60 modules/ts/src/ocl_test.cpp ::testing::Test::RecordProperty(ssName.str(), ssValue.str()); \ RecordProperty 2957 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_version", CV_VERSION); RecordProperty 2968 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_vcs_version", ver); RecordProperty 2978 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_inner_vcs_version", ver); RecordProperty 2989 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_build_type", build_type); RecordProperty 2995 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_parallel_framework", parallel_framework); RecordProperty 3067 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_cpu_features", cpu_features); RecordProperty 3072 modules/ts/src/ts_func.cpp ::testing::Test::RecordProperty("cv_tegra_optimization", tegra_optimization); RecordProperty 1134 modules/ts/src/ts_gtest.cpp void RecordProperty(const TestProperty& test_property); RecordProperty 1465 modules/ts/src/ts_gtest.cpp test_result->RecordProperty(xml_element, property); RecordProperty 3414 modules/ts/src/ts_gtest.cpp UnitTest::GetInstance()->RecordProperty(key, value); RecordProperty 3421 modules/ts/src/ts_gtest.cpp RecordProperty(key, value_message.GetString().c_str()); RecordProperty 5354 modules/ts/src/ts_gtest.cpp impl_->RecordProperty(TestProperty(key, value)); RecordProperty 5570 modules/ts/src/ts_gtest.cpp test_result->RecordProperty(xml_element, test_property); RecordProperty 916 modules/ts/src/ts_perf.cpp ::testing::Test::RecordProperty("cv_implementation", param_impl); RecordProperty 917 modules/ts/src/ts_perf.cpp ::testing::Test::RecordProperty("cv_num_threads", param_threads); RecordProperty 923 modules/ts/src/ts_perf.cpp ::testing::Test::RecordProperty("cv_cuda_gpu", info.name()); RecordProperty 1225 modules/ts/src/ts_perf.cpp if (currentIter == 1) RecordProperty("test_start", cv::format("%llu",t1).c_str()); RecordProperty 1226 modules/ts/src/ts_perf.cpp if (!has_next) RecordProperty("test_complete", cv::format("%llu",t1).c_str()); RecordProperty 1440 modules/ts/src/ts_perf.cpp RecordProperty("custom_status", "skipped"); RecordProperty 1445 modules/ts/src/ts_perf.cpp RecordProperty("bytesIn", (int)m.bytesIn); RecordProperty 1446 modules/ts/src/ts_perf.cpp RecordProperty("bytesOut", (int)m.bytesOut); RecordProperty 1447 modules/ts/src/ts_perf.cpp RecordProperty("term", m.terminationReason); RecordProperty 1448 modules/ts/src/ts_perf.cpp RecordProperty("samples", (int)m.samples); RecordProperty 1449 modules/ts/src/ts_perf.cpp RecordProperty("outliers", (int)m.outliers); RecordProperty 1450 modules/ts/src/ts_perf.cpp RecordProperty("frequency", cv::format("%.0f", m.frequency).c_str()); RecordProperty 1451 modules/ts/src/ts_perf.cpp RecordProperty("min", cv::format("%.0f", m.min).c_str()); RecordProperty 1452 modules/ts/src/ts_perf.cpp RecordProperty("median", cv::format("%.0f", m.median).c_str()); RecordProperty 1453 modules/ts/src/ts_perf.cpp RecordProperty("gmean", cv::format("%.0f", m.gmean).c_str()); RecordProperty 1454 modules/ts/src/ts_perf.cpp RecordProperty("gstddev", cv::format("%.6f", m.gstddev).c_str()); RecordProperty 1455 modules/ts/src/ts_perf.cpp RecordProperty("mean", cv::format("%.0f", m.mean).c_str()); RecordProperty 1456 modules/ts/src/ts_perf.cpp RecordProperty("stddev", cv::format("%.0f", m.stddev).c_str()); RecordProperty 1460 modules/ts/src/ts_perf.cpp RecordProperty("impl_ipp", (int)(implConf.ipp || implConf.icv)); RecordProperty 1461 modules/ts/src/ts_perf.cpp RecordProperty("impl_ocl", (int)implConf.ocl); RecordProperty 1462 modules/ts/src/ts_perf.cpp RecordProperty("impl_plain", (int)implConf.plain); RecordProperty 1471 modules/ts/src/ts_perf.cpp RecordProperty("impl_rec_ipp", rec_line.c_str()); RecordProperty 1476 modules/ts/src/ts_perf.cpp RecordProperty("impl_rec_ocl", rec_line.c_str());