Home
last modified time | relevance | path

Searched refs:was_found (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_chesscorners_badarg.cpp76 bool was_found; member in CV_ChessboardDetectorBadArgTest
88 (int)corners.size(), was_found); in run_func()
98 drawCorners = was_found = false; in CV_ChessboardDetectorBadArgTest()
142 was_found = true; in run()
Dtest_chesscorners.cpp54 …oints( const Mat& gray, const Mat& u, const vector<Point2f>& v, Size pattern_size, bool was_found ) in show_points() argument
72 drawChessboardCorners( rgb, pattern_size, corners, was_found ); in show_points()
/external/v8/src/ast/
Dprettyprinter.cc316 bool was_found = !found_ && node->position() == position_; in VisitCall() local
317 if (was_found) { in VisitCall()
327 if (!was_found) Print("(...)"); in VisitCall()
329 if (was_found) done_ = true; in VisitCall()
334 bool was_found = !found_ && node->position() == position_; in VisitCallNew() local
335 if (was_found) { in VisitCallNew()
344 Find(node->expression(), was_found); in VisitCallNew()
346 if (was_found) done_ = true; in VisitCallNew()