Lines Matching defs:code
19 // * Redistribution's of source code must retain the above copyright notice,
113 int code = cvtest::BaseTest::read_params( fs );
114 if( code < 0 )
115 return code;
285 int code = cvtest::TS::OK;
331 code = cvtest::TS::FAIL_INVALID_OUTPUT;
335 code = check( SrcSeq, DstSeq, Eps );
336 if( code != 0 )
340 code = cvtest::TS::FAIL_BAD_ACCURACY;
354 if( code < 0 )
355 ts->set_failed_test_info( code );