HomeSort by relevance Sort by last modified time
    Searched refs:no_match (Results 1 - 11 of 11) 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/elfutils/libdw/
fde.c 261 goto no_match;
273 goto no_match;
320 no_match:
  /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)
  /toolchain/binutils/binutils-2.25/bfd/
elf32-v850.c 3171 int no_match = -1; local
    [all...]
  /external/curl/lib/vtls/
vtls.c 286 bool no_match = TRUE; local
330 no_match = FALSE;
335 return no_match;
  /external/clang/test/CXX/drs/
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}}
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
match_test.go 144 for _, pattern := range []string{"no_match", "../*/no_match"} {
  /prebuilts/go/linux-x86/src/path/filepath/
match_test.go 144 for _, pattern := range []string{"no_match", "../*/no_match"} {
  /external/v8/src/interpreter/
interpreter-assembler.cc     [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 8815 jump_list *no_match = NULL; local
    [all...]
  /external/valgrind/VEX/priv/
host_arm_isel.c 384 goto no_match;
391 goto no_match;
394 goto no_match;
400 goto no_match;
404 goto no_match;
460 goto no_match; //ATC
494 no_match:
    [all...]

Completed in 329 milliseconds