Searched refs:lastmatch (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getsrc_file.c | 84 bool lastmatch = false; in dwarf_getsrc_file() local 101 lastmatch = strcmp (basename (fname2), fname) == 0; in dwarf_getsrc_file() 103 lastmatch = strcmp (fname2, fname) == 0; in dwarf_getsrc_file() 105 if (!lastmatch) in dwarf_getsrc_file()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getsrc_file.c | 87 bool lastmatch = false; in dwfl_module_getsrc_file() local 106 lastmatch = !strcmp (is_basename ? basename (file) : file, in dwfl_module_getsrc_file() 110 if (!lastmatch) in dwfl_module_getsrc_file()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | dfa.cc | 1340 const uint8_t* lastmatch = NULL; // most recent matching position in text in InlinedSearchLoop() local 1349 lastmatch = p; in InlinedSearchLoop() 1361 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1450 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1464 lastmatch = p - 1; in InlinedSearchLoop() 1466 lastmatch = p + 1; in InlinedSearchLoop() 1468 fprintf(stderr, "match @%td! [%s]\n", lastmatch - bp, DumpState(s).c_str()); in InlinedSearchLoop() 1478 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1522 params->ep = reinterpret_cast<const char*>(lastmatch); in InlinedSearchLoop() 1533 lastmatch = p; in InlinedSearchLoop() [all …]
|
/external/llvm-project/polly/test/ |
D | update_check.py | 337 lastmatch = None 341 if lastmatch != match: 346 lastmatch = match
|
/external/lua/src/ |
D | lstrlib.c | 830 const char *lastmatch; /* end of last match */ member 842 if ((e = match(&gm->ms, src, gm->p)) != NULL && e != gm->lastmatch) { in gmatch_aux() 843 gm->src = gm->lastmatch = e; in gmatch_aux() 862 gm->src = s + init; gm->p = p; gm->lastmatch = NULL; in gmatch() 943 const char *lastmatch = NULL; /* end of last match */ in str_gsub() local 962 if ((e = match(&ms, src, p)) != NULL && e != lastmatch) { /* match? */ in str_gsub() 965 src = lastmatch = e; in str_gsub()
|
/external/autotest/server/cros/tradefed/ |
D | tradefed_test.py | 1118 lastmatch = None 1123 lastmatch = (session, passed, failed, done == total) 1124 return lastmatch
|