Home
last modified time | relevance | path

Searched refs:test_cpp (Results 1 – 9 of 9) sorted by relevance

/external/clang/www/
Dmake_cxx_dr_status36 for test_cpp in os.listdir(dr_test_dir):
37 if not test_cpp.endswith('.cpp'):
39 test_cpp = os.path.join(dr_test_dir, test_cpp) variable
41 for match in re.finditer(status_re, file(test_cpp, 'r').read()):
45 print >> sys.stderr, "warning:%s: no '// dr123: foo' comments in this file" % test_cpp
/external/opencv3/modules/imgproc/test/
Dtest_canny.cpp63 bool test_cpp; member in CV_CannyTest
77 test_cpp = false; in CV_CannyTest()
101 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()
126 if(!test_cpp) in run_func()
Dtest_templmatch.cpp62 bool test_cpp; member in CV_TemplMatchTest
75 test_cpp = false; in CV_TemplMatchTest()
122 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()
138 if(!test_cpp) in run_func()
Dtest_floodfill.cpp71 bool test_cpp; member in CV_FloodFillTest
86 test_cpp = false; in CV_FloodFillTest()
143 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()
195 if(!test_cpp) in run_func()
523 if(test_cpp) in prepare_to_validation()
Dtest_convhull.cpp213 bool test_cpp; member in CV_BaseShapeDescrTest
231 test_cpp = false; in CV_BaseShapeDescrTest()
382 test_cpp = (cvtest::randInt(rng) & 16) == 0; in prepare_test_case()
476 use_storage_for_hull = (cvtest::randInt(rng) % 2) && !test_cpp; in prepare_test_case()
504 if(!test_cpp) in run_func()
690 if(!test_cpp) in run_func()
954 if(!test_cpp) in run_func()
1066 if( (cvtest::randInt(rng) % 3) && !test_cpp ) in prepare_test_case()
1080 if(!test_cpp) in run_func()
1236 if(!test_cpp) in run_func()
[all …]
Dtest_histograms.cpp86 bool test_cpp; member in CV_BaseHistTest
101 test_cpp = false; in CV_BaseHistTest()
295 test_cpp = (cvtest::randInt(ts->get_rng()) % 2) != 0; in prepare_test_case()
631 if( hist_type != CV_HIST_ARRAY && test_cpp ) in run_func()
729 if( hist_type != CV_HIST_ARRAY && test_cpp ) in run_func()
981 if( hist_type != CV_HIST_ARRAY && test_cpp ) in run_func()
Dtest_color.cpp80 bool test_cpp; member in CV_ColorCvtBaseTest
100 test_cpp = false; in CV_ColorCvtBaseTest()
148 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()
165 if(!test_cpp) in run_func()
175 if(!test_cpp) in run_func()
1578 if(!test_cpp) in run_func()
Dtest_imgwarp.cpp1151 bool test_cpp; member in CV_GetRectSubPixTest
1159 test_cpp = false; in CV_GetRectSubPixTest()
1189 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()
1202 if(!test_cpp) in run_func()
/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp533 bool test_cpp; member in CV_RodriguesTest
554 test_cpp = false; in CV_RodriguesTest()
613 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()
670 if( !test_cpp ) in run_func()
781 bool test_cpp; member in CV_FundamentalMatTest
817 test_cpp = false; in CV_FundamentalMatTest()
887 test_cpp = (cvtest::randInt(rng) & 256) == 0; in get_test_array_types_and_sizes()