HomeSort by relevance Sort by last modified time
    Searched refs:test_case_count (Results 1 - 25 of 31) sorted by null

1 2

  /external/opencv3/modules/calib3d/test/
test_decompose_projection.cpp 55 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);
test_posit.cpp 59 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/
ts_arrtest.cpp 53 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 );
ts.cpp 170 test_case_count = -1;
296 return test_case_count;
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 227 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/
test_rotatedrect.cpp 62 test_case_count = 100;
test_concatenation.cpp 80 test_case_count = 1;
test_rand.cpp 99 test_case_count = 200;
101 for( int idx = 0; idx < test_case_count; idx++ )
103 progress = update_progress( progress, idx, test_case_count, 0 );
test_io.cpp 94 test_case_count = 4;
98 for( int idx = 0; idx < test_case_count; idx++ )
101 progress = update_progress( progress, idx, test_case_count, 0 );
test_math.cpp 616 test_case_count = 100;
725 test_case_count = 100;
    [all...]
  /external/opencv3/modules/video/test/
test_camshift.cpp 74 test_case_count = 100;
99 test_case_count = cvReadInt( find_param( fs, "test_case_count" ), test_case_count );
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 110 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
    [all...]
  /external/opencv3/modules/imgproc/test/
test_bilateral_filter.cpp 84 test_case_count = 1000;
test_contours.cpp 81 test_case_count = 300;
test_histograms.cpp 92 test_case_count = 100;
125 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count );
    [all...]
test_moments.cpp 81 OCL_TUNING_MODE_ONLY(test_case_count = 10);
test_imgwarp_strict.cpp 104 test_case_count = 40;
222 for (int i = 0; i < test_case_count; ++i)
    [all...]
test_convhull.cpp 223 test_case_count = 500;
257 test_case_count = cvReadInt( find_param( fs, "struct_count" ), test_case_count );
    [all...]
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 218 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/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc     [all...]

Completed in 750 milliseconds

1 2