Searched refs:no_match (Results 1 – 6 of 6) 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/libdw/ |
D | fde.c | 261 goto no_match; in __libdw_find_fde() 273 goto no_match; in __libdw_find_fde() 320 no_match: in __libdw_find_fde()
|
/external/v8/src/compiler/ |
D | interpreter-assembler.cc | 658 RawMachineLabel match, no_match; in JumpIfWordEqual() local 660 raw_assembler_->Branch(condition, &match, &no_match); in JumpIfWordEqual() 663 raw_assembler_->Bind(&no_match); in JumpIfWordEqual() 711 RawMachineLabel match, no_match; in AbortIfWordNotEqual() local 713 raw_assembler_->Branch(condition, &match, &no_match); in AbortIfWordNotEqual() 714 raw_assembler_->Bind(&no_match); in AbortIfWordNotEqual()
|
/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/curl/lib/vtls/ |
D | vtls.c | 344 bool no_match = TRUE; in Curl_ssl_getsessionid() local 374 no_match = FALSE; in Curl_ssl_getsessionid() 383 return no_match; in Curl_ssl_getsessionid()
|
/external/clang/test/CXX/drs/ |
D | dr3xx.cpp | 645 extern void no_match(float), no_match(int); 646 i1(no_match); // expected-error {{no matching function}} 647 i2(0, 0, no_match); // expected-error {{no matching function}}
|