Searched refs:no_match (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/testing/ |
D | dfa_test.cc | 190 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/ |
D | fde.c | 234 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/ |
D | cvbgfg_gaussmix.cpp | 292 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/ |
D | dr3xx.cpp | 657 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}}
|