Searched refs:no_match (Results 1 - 9 of 9) 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/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.h90 void UpdateMatchCountAppearance(bool no_match);
H A Dfind_bar_view.cc477 void FindBarView::UpdateMatchCountAppearance(bool no_match) { argument
478 if (no_match) {
/external/elfutils/0.153/libdw/
H A Dfde.c253 goto no_match;
307 no_match:
/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/clang/test/CXX/drs/
H A Ddr3xx.cpp649 extern void no_match(float), no_match(int);
650 i1(no_match); // expected-error {{no matching function}}
651 i2(0, 0, no_match); // expected-error {{no matching function}}
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFusedNode.py305 no_match = "dest_sig[{{dest_sig_idx}}] = None"
418 pyx_code.putln(self.no_match)
424 pyx_code.putln("else: %s" % self.no_match)
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo1453 my $no_match;
1464 $no_match = 0;
1474 $no_match = 1;
1481 if (!$no_match)

Completed in 7004 milliseconds