HomeSort by relevance Sort by last modified time
    Searched defs:no_match (Results 1 - 5 of 5) sorted by null

  /external/regex-re2/re2/testing/
dfa_test.cc 190 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);
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 292 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/curl/lib/vtls/
vtls.c 344 bool no_match = TRUE; local
374 no_match = FALSE;
383 return no_match;
  /external/v8/src/compiler/
interpreter-assembler.cc 658 RawMachineLabel match, no_match; local
660 raw_assembler_->Branch(condition, &match, &no_match);
663 raw_assembler_->Bind(&no_match);
711 RawMachineLabel match, no_match; local
713 raw_assembler_->Branch(condition, &match, &no_match);
714 raw_assembler_->Bind(&no_match);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-v850.c 3171 int no_match = -1; local
    [all...]

Completed in 858 milliseconds