Lines Matching defs:code
21 // * Redistribution's of source code must retain the above copyright notice,
88 int code = cvtest::TS::OK;
105 code = findNeighbors( points, results );
107 if( code == cvtest::TS::OK )
120 code = cvtest::TS::FAIL_BAD_ACCURACY;
124 return code;
128 int code = cvtest::TS::OK, tempCode;
138 code = tempCode;
145 code = tempCode;
152 code = tempCode;
157 ts->set_failed_test_info( code );