Searched defs:no_match (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Ddfa_test.cc190 string no_match = DeBruijnString(n); local
191 string match = no_match + "0";
214 matched = prog->SearchDFA(no_match, NULL,
234 // and no_match, which should not.
238 const StringPiece& no_match)
239 : prog_(prog), match_(match), no_match_(no_match) {}
269 string no_match = DeBruijnString(n); local
270 string match = no_match + "0";
277 SearchThread* t = new SearchThread(prog, match, no_match);
294 SearchThread *t = new SearchThread(prog, match, no_match);
237 SearchThread(Prog* prog, const StringPiece& match, const StringPiece& no_match) argument
[all...]
/external/regex-re2/re2/testing/
H A Ddfa_test.cc190 string no_match = DeBruijnString(n); local
191 string match = no_match + "0";
214 matched = prog->SearchDFA(no_match, NULL,
234 // and no_match, which should not.
238 const StringPiece& no_match)
239 : prog_(prog), match_(match), no_match_(no_match) {}
269 string no_match = DeBruijnString(n); local
270 string match = no_match + "0";
277 SearchThread* t = new SearchThread(prog, match, no_match);
294 SearchThread *t = new SearchThread(prog, match, no_match);
237 SearchThread(Prog* prog, const StringPiece& match, const StringPiece& no_match) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp292 int no_match; local
297 no_match = icvMatchTest( pixel, nChannels, match, g_point, &bg_model_params );
301 if( no_match == -1)
307 if( no_match == -1)
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc477 void FindBarView::UpdateMatchCountAppearance(bool no_match) { argument
478 if (no_match) {

Completed in 2084 milliseconds