HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 126 - 150 of 212) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 459 int matched; local
471 matched = 0;
497 ia--; ib--; matched++;
501 if (matched < MIN_MATCH) {
506 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
508 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
515 // At least one string has matched completely;
516 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1225 size_t matched = regs.end[0] - regs.start[0];
1240 if ((matched > 0 || count == 0 || offset > last_end)
1255 if (matched == 0)
1258 matched = 1;
1263 str_append(&s_accum, line.active + offset, matched);
1266 /* Start after the match. last_end is the real end of the matched
1268 matched the empty string. */
1269 start = offset + matched;
1218 size_t matched = regs.end[0] - regs.start[0]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 400 bool matched = ParseCore(t, tpattern, labels);
401 return matched;
412 * in tree matched against nodes in pattern with labels.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 457 bool matched = ParseCore( t, tpattern, labels );
458 return matched;
470 * in tree matched against nodes in pattern with labels.
  /ndk/sources/host-tools/make-3.81/
rule.c 307 /* All the targets matched. */
316 /* All the dependencies matched. */
329 goto matched;
341 matched:;
function.c 114 /* If we're substituting only by fully matched words,
224 /* It matched. Output the replacement. */
231 /* Output the part of the matched string that
232 matched the % in the pattern. */
892 int matched;
985 word->matched = 0;
1013 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str);
1022 wp->matched |= 1;
1028 wp->matched |= (wp->length == pp->length
1032 /* Output the words that matched (or didn't, for filter-out). *
885 int matched; member in struct:a_word
    [all...]
  /dalvik/vm/analysis/
Optimize.cpp 166 bool matched = true; local
284 matched = false;
292 matched = false;
302 if (!matched && !essentialOnly) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 250 The following alternatives can never be matched: <alts; separator=","><\n>
273 The following token definitions can never be matched because prior tokens match the same input: <tokens; separator=",">
  /external/chromium_org/
PRESUBMIT.py 402 matched = False
406 matched = True
408 matched = True
409 if matched:
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 800 bool matched; member in struct:testing::__anon14424::RangeCallbackState
817 state->matched = true;
830 state.matched = false;
832 CHECK(state.matched);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 800 bool matched; member in struct:testing::__anon14467::RangeCallbackState
817 state->matched = true;
830 state.matched = false;
832 CHECK(state.matched);
    [all...]
  /external/grub/docs/
help2man 353 my $matched = '';
359 $matched .= $& if %append;
369 $matched .= $& if %append;
382 $matched .= $& if %append;
390 $matched .= $& if %append;
398 $matched .= $& if %append;
407 $matched .= $& if %append;
415 $matched .= $& if %append;
433 # Check if matched paragraph contains /pat/.
438 if ($matched =~ $pat
    [all...]
  /external/iproute2/tc/
q_choke.c 216 fprintf(f, " marked %u early %u pdrop %u other %u matched %u",
217 st->marked, st->early, st->pdrop, st->other, st->matched);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 112 matched, conv = f.match(func, conversions)
113 if matched:
  /external/chromium_org/v8/test/mjsunit/
regexp-static.js 118 // global regexp is matched and replaced with the result of a function, in
string-match.js 43 // Returns array of matched strings.
  /external/mesa3d/src/mesa/main/
APIspec.py 112 matched, conv = f.match(func, conversions)
113 if matched:
  /external/v8/test/mjsunit/
regexp-static.js 118 // global regexp is matched and replaced with the result of a function, in
string-match.js 43 // Returns array of matched strings.
  /external/chromium_org/net/cookies/
cookie_store_unittest.h 210 bool matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies)); local
215 while (!matched && base::Time::Now() <= polling_end_date) {
218 matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies));
221 EXPECT_TRUE(matched) << "\"" << cookies
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 220 int matched, i; local
263 matched = 0;
267 matched = 1;
268 if (!matched) {
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 319 __u32 matched; /* Drops due to flow match */ member in struct:tc_choke_xstats
  /external/openssh/
clientloop.c 2026 int i, j, matched; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 868 bool matched = false; local
    [all...]
  /external/mksh/src/
misc.c 812 int matched = 0; local
818 matched = 1;
824 if (!matched &&
    [all...]

Completed in 400 milliseconds

1 2 3 4 56 7 8 9