Home
last modified time | relevance | path

Searched refs:no_match (Results 1 – 4 of 4) sorted by relevance

/external/regex-re2/re2/testing/
Ddfa_test.cc190 string no_match = DeBruijnString(n); in TEST() local
191 string match = no_match + "0"; in TEST()
214 matched = prog->SearchDFA(no_match, NULL, in TEST()
238 const StringPiece& no_match) in SearchThread() argument
239 : prog_(prog), match_(match), no_match_(no_match) {} in SearchThread()
269 string no_match = DeBruijnString(n); in TEST() local
270 string match = no_match + "0"; in TEST()
277 SearchThread* t = new SearchThread(prog, match, no_match); in TEST()
294 SearchThread *t = new SearchThread(prog, match, no_match); in TEST()
/external/elfutils/src/libdw/
Dfde.c234 goto no_match; in __libdw_find_fde()
246 goto no_match; in __libdw_find_fde()
293 no_match: in __libdw_find_fde()
/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp292 int no_match; in icvUpdateGaussianBGModel() local
297 no_match = icvMatchTest( pixel, nChannels, match, g_point, &bg_model_params ); in icvUpdateGaussianBGModel()
301 if( no_match == -1) in icvUpdateGaussianBGModel()
307 if( no_match == -1) in icvUpdateGaussianBGModel()
/external/clang/test/CXX/drs/
Ddr3xx.cpp657 extern void no_match(float), no_match(int);
658 i1(no_match); // expected-error {{no matching function}}
659 i2(0, 0, no_match); // expected-error {{no matching function}}