OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAIL_MISMATCH
(Results
1 - 24
of
24
) sorted by null
/external/opencv3/modules/imgproc/test/
test_connectedcomponents.cpp
96
ts->set_failed_test_info( cvtest::TS::
FAIL_MISMATCH
);
101
ts->set_failed_test_info( cvtest::TS::
FAIL_MISMATCH
);
test_grabcut.cpp
115
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
134
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_watershed.cpp
126
ts->set_failed_test_info( cvtest::TS::
FAIL_MISMATCH
);
test_moments.cpp
460
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_color.cpp
[
all
...]
test_filter.cpp
[
all
...]
/external/opencv3/modules/calib3d/test/
test_affine3d_estimator.cpp
114
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
159
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
168
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
177
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_chesscorners_badarg.cpp
147
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_cameracalibration_badarg.cpp
318
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
325
// ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
445
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
728
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_cameracalibration_artificial.cpp
114
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
/external/opencv3/modules/videoio/test/
test_video_io.cpp
198
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
227
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
236
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
245
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
267
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
291
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
305
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
325
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
371
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
400
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
[
all
...]
/external/opencv3/modules/flann/test/
test_lshtable_badarg.cpp
86
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
/external/opencv3/modules/photo/test/
test_inpaint.cpp
99
ts->set_failed_test_info( cvtest::TS::
FAIL_MISMATCH
);
/external/opencv3/modules/core/test/
test_concatenation.cpp
128
ts->set_failed_test_info( cvtest::TS::
FAIL_MISMATCH
);
test_operations.cpp
431
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
459
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
496
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
[
all
...]
test_io.cpp
508
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
535
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_umat.cpp
683
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_arithm.cpp
[
all
...]
test_math.cpp
[
all
...]
/external/opencv3/modules/features2d/test/
test_agast.cpp
125
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
test_fast.cpp
125
ts->set_failed_test_info(cvtest::TS::
FAIL_MISMATCH
);
/external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp
201
if (img_test.empty()) ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
211
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
229
if (img_test.empty()) ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
241
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
260
if (img_test.empty()) ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
274
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
283
ts->set_failed_test_info(ts->
FAIL_MISMATCH
);
/external/opencv3/modules/ts/include/opencv2/
ts.hpp
374
FAIL_MISMATCH
=-11,
/external/opencv3/modules/ts/src/
ts.cpp
433
case
FAIL_MISMATCH
: return "Unexpected output";
Completed in 290 milliseconds