OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_cpp
(Results
1 - 8
of
8
) sorted by null
/external/clang/www/
make_cxx_dr_status
36
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/
test_templmatch.cpp
62
bool
test_cpp
;
member in class:CV_TemplMatchTest
75
test_cpp
= false;
122
test_cpp
= (cvtest::randInt(rng) & 256) == 0;
138
if(!
test_cpp
)
test_canny.cpp
63
bool
test_cpp
;
member in class:CV_CannyTest
77
test_cpp
= false;
101
test_cpp
= (cvtest::randInt(rng) & 256) == 0;
126
if(!
test_cpp
)
test_floodfill.cpp
71
bool
test_cpp
;
member in class:CV_FloodFillTest
86
test_cpp
= false;
143
test_cpp
= (cvtest::randInt(rng) & 256) == 0;
195
if(!
test_cpp
)
523
if(
test_cpp
)
test_histograms.cpp
86
bool
test_cpp
;
member in class:CV_BaseHistTest
101
test_cpp
= false;
295
test_cpp
= (cvtest::randInt(ts->get_rng()) % 2) != 0;
631
if( hist_type != CV_HIST_ARRAY &&
test_cpp
)
729
if( hist_type != CV_HIST_ARRAY &&
test_cpp
)
981
if( hist_type != CV_HIST_ARRAY &&
test_cpp
)
[
all
...]
test_color.cpp
80
bool
test_cpp
;
member in class:CV_ColorCvtBaseTest
100
test_cpp
= false;
148
test_cpp
= (cvtest::randInt(rng) & 256) == 0;
165
if(!
test_cpp
)
175
if(!
test_cpp
)
[
all
...]
test_convhull.cpp
213
bool
test_cpp
;
member in class:CV_BaseShapeDescrTest
231
test_cpp
= false;
382
test_cpp
= (cvtest::randInt(rng) & 16) == 0;
476
use_storage_for_hull = (cvtest::randInt(rng) % 2) && !
test_cpp
;
504
if(!
test_cpp
)
690
if(!
test_cpp
)
954
if(!
test_cpp
)
1066
if( (cvtest::randInt(rng) % 3) && !
test_cpp
)
1080
if(!
test_cpp
)
[
all
...]
/external/opencv3/modules/calib3d/test/
test_fundam.cpp
533
bool
test_cpp
;
member in class:CV_RodriguesTest
554
test_cpp
= false;
613
test_cpp
= (cvtest::randInt(rng) & 256) == 0;
670
if( !
test_cpp
)
781
bool
test_cpp
;
member in class:CV_FundamentalMatTest
817
test_cpp
= false;
887
test_cpp
= (cvtest::randInt(rng) & 256) == 0;
[
all
...]
Completed in 1203 milliseconds