Searched refs:test_case_count (Results 1 - 25 of 29) sorted by relevance

12

/external/opencv3/modules/calib3d/test/
H A Dtest_decompose_projection.cpp55 test_case_count = 30;
68 for (int iter = start_from; iter < test_case_count; ++iter)
71 progress = update_progress(progress, iter, test_case_count, 0);
H A Dtest_posit.cpp59 test_case_count = 20;
120 for( counter = start_from; counter < test_case_count; counter++ )
123 progress = update_progress( progress, counter, test_case_count, 0 );
/external/opencv3/modules/ts/src/
H A Dts_arrtest.cpp53 test_case_count = default_test_case_count;
91 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count );
92 test_case_count = cvRound( test_case_count*ts->get_test_case_count_scale() );
96 test_case_count = clipInt( test_case_count, 0, 100000 );
H A Dts.cpp170 test_case_count = -1;
296 return test_case_count;
/external/opencv3/modules/ml/test/
H A Dtest_mltests2.cpp227 test_case_count = -1;
231 test_case_count = (int)fn.size();
232 if( test_case_count <= 0 )
233 test_case_count = -1;
234 if( test_case_count > 0 )
236 dataSetNames.resize( test_case_count );
238 for( int i = 0; i < test_case_count; i++, ++it )
255 for (int i = 0; i < test_case_count; i++)
263 if ( test_case_count <= 0)
/external/opencv3/modules/core/test/
H A Dtest_rotatedrect.cpp62 test_case_count = 100;
H A Dtest_concatenation.cpp80 test_case_count = 1;
H A Dtest_rand.cpp99 test_case_count = 200;
101 for( int idx = 0; idx < test_case_count; idx++ )
103 progress = update_progress( progress, idx, test_case_count, 0 );
H A Dtest_io.cpp94 test_case_count = 4;
98 for( int idx = 0; idx < test_case_count; idx++ )
101 progress = update_progress( progress, idx, test_case_count, 0 );
H A Dtest_math.cpp616 test_case_count = 100;
725 test_case_count = 100;
1081 test_case_count = 100;
1160 test_case_count = 100;
1347 test_case_count = 100;
1509 test_case_count = 100;
1664 test_case_count = 100;
1805 test_case_count = 100;
2034 test_case_count = 100;
/external/opencv3/modules/video/test/
H A Dtest_camshift.cpp74 test_case_count = 100;
99 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count );
/external/opencv3/modules/objdetect/test/
H A Dtest_cascadeandhog.cpp110 test_case_count = -1;
132 test_case_count = (int)detectorNames.size();
223 for( int di = 0; di < test_case_count; di++ )
225 progress = update_progress( progress, di, test_case_count, 0 );
247 if ( test_case_count <= 0 || imageFilenames.size() <= 0 )
1344 const unsigned int test_case_count = 5; local
1345 for (unsigned int i = 0; i < test_case_count && !reference_hog.is_failed(); ++i)
/external/opencv3/modules/imgproc/test/
H A Dtest_bilateral_filter.cpp84 test_case_count = 1000;
H A Dtest_contours.cpp81 test_case_count = 300;
H A Dtest_histograms.cpp92 test_case_count = 100;
125 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count );
H A Dtest_moments.cpp81 OCL_TUNING_MODE_ONLY(test_case_count = 10);
H A Dtest_imgwarp_strict.cpp104 test_case_count = 40;
222 for (int i = 0; i < test_case_count; ++i)
H A Dtest_convhull.cpp223 test_case_count = 500;
257 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count );
/external/opencv3/modules/ts/include/opencv2/
H A Dts.hpp218 int test_case_count; // the total number of test cases member in class:cvtest::BaseTest
288 // extensivity of the tests, scale factor for test_case_count
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2493 static internal::String FormatTestCaseCount(int test_case_count) { argument
2494 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/gtest/src/
H A Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2463 static internal::String FormatTestCaseCount(int test_case_count) { argument
2464 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2492 static internal::String FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/protobuf/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCaseCount(int test_case_count) { argument
2488 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");

Completed in 499 milliseconds

12