HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 801 - 825 of 1447) sorted by null

<<31323334353637383940>>

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 115 int match = sURLMatcher.match(url); local
116 switch (match) {
403 int match = sURLMatcher.match(url); local
406 switch (match) {
590 int match = sURLMatcher.match(url); local
592 switch (match) {
683 switch (sURLMatcher.match(url))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 364 * Constructs a basic regular expression that does not match any
732 * matched subexpression within a regular expression pattern match. Such
2297 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 364 * Constructs a basic regular expression that does not match any
732 * matched subexpression within a regular expression pattern match. Such
2297 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 364 * Constructs a basic regular expression that does not match any
732 * matched subexpression within a regular expression pattern match. Such
2297 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 380 * Constructs a basic regular expression that does not match any
748 * matched subexpression within a regular expression pattern match. Such
2332 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 381 * Constructs a basic regular expression that does not match any
751 * matched subexpression within a regular expression pattern match. Such
2336 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 380 * Constructs a basic regular expression that does not match any
748 * matched subexpression within a regular expression pattern match. Such
2332 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 381 * Constructs a basic regular expression that does not match any
751 * matched subexpression within a regular expression pattern match. Such
2336 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 364 * Constructs a basic regular expression that does not match any
732 * matched subexpression within a regular expression pattern match. Such
2297 match_results<_Bi_iter> match; member in class:regex_iterator
    [all...]
  /system/bt/stack/btm/
btm_ble.c 1695 BOOLEAN match = FALSE; local
1829 BOOLEAN match = FALSE; local
    [all...]
btm_ble_gap.c 743 BTM_TRACE_DEBUG("Random match");
2702 BOOLEAN match = FALSE; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
ant-glob-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /art/compiler/dex/
mir_graph.cc 1627 static const struct { const char before; const char after; } match[] = { local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 92 /** Match current input symbol against ttype. Attempt
103 * @param {org.antlr.runtime.IntStream} input input stream to match against.
104 * @param {Number} ttype input type to match.
109 match: function(input, ttype, follow) {
126 * Match any token.
127 * @param {org.antlr.runtime.IntStream} input input stream to match against.
137 * @param {org.antlr.runtime.IntStream} input input stream to match against.
148 * @param {org.antlr.runtime.IntStream} input input stream to match against.
187 * @param {org.antlr.runtime.IntStream} input input stream to match against.
188 * @param {Number} ttype input type to match
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 196 // Returns the reason why x matches, or doesn't match, m.
257 const bool match = x % 2 == 0; local
265 return match;
399 // Using a polymorphic matcher to match a reference type.
407 // Using a polymorphic matcher to match a value type.
756 // Tests that Eq(v) can be used to match any type that supports
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 163 * is allowed to match input that is not matched in the context, but that's
438 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); local
439 if (match == matcher_t::MATCH_YES ||
440 (match == matcher_t::MATCH_MAYBE &&
508 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); local
509 if (match == matcher_t::MATCH_YES ||
510 (match == matcher_t::MATCH_MAYBE &&
640 match_func_t match; member in struct:OT::ContextApplyFuncs
    [all...]
  /external/icu/icu4c/source/common/
ubidi.c 743 bracketAddOpening(BracketData *bd, UChar match, int32_t position) {
758 pOpening->match=match;
775 if(qOpening->match>=0) /* not an N0c match */
785 closingPosition=-(qOpening->match);
787 qOpening->match=0; /* prevent further changes */
808 An unstable match can occur only when applying N0c, where
852 pOpening->match=-position;
857 bd->openings[k--].match=0
880 UChar c, match; local
    [all...]
ubidiimp.h 154 int32_t match; /* matching char or -position of closing bracket */ member in struct:Opening
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 786 * ZMatchInfo stores zone name match information used by find method
1642 TZDBNameInfo *match = NULL; local
    [all...]
usearch.cpp 516 * The canonical match will only be performed after the default match fails.
519 * a number of characters in the text and tries to match the pattern from that
525 * Canonical match will be performed slightly differently. We'll split the
528 * will be done on MS first, and only when we match MS then some processing
530 * they match PA and EA. Hence the default shift values
531 * for the canonical match will take the size of either end's accent into
561 * Check to make sure that the match length is at the end of the character by
646 // extra collation elements at the end of the match
715 * a following match. If the last character is a unsafe character, we'll onl
1489 UChar *match = addToUCharArray(buffer, &matchsize, local
2191 UChar *match = addToUCharArray(buffer, &matchsize, local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 44 * There are 2 match options for selection:<br>
66 * Match results in the forward direction will match the result matches in
77 * <li> If the following match is to be found, the position should not be the
79 * character. Vice versa, if the preceding match is to be found, the
83 * <li> If a following pattern match is to be found, any position within a
85 * preceding pattern match is to be found, an invalid starting point
165 * boundaries of a logical match. This argument can be null.
371 * Set the canonical match mode. See class documentation for details.
494 // next match will not preceed the current offse
1428 Match match = new Match(); local
1479 Match match = new Match(); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 103 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
104 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
115 SD("testing that \u00e9 does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 17, 30, -1), IA(1, 1, 1)),
116 SD("testing that string ab\u00e9cd does not match e", "e", null, TERTIARY, STANDARD_ELEMENT_COMPARISON, "characterbreaker", IA(1, 28, 41, -1), IA(1, 1, 1)),
288 * match fails because it ends in the middle of an expansion...
322 * match fails because it ends in the middle of an expansion...
327 SearchData MATCH[] = {
337 * This isn't much of a test when matches have to be on grapheme boundiaries. The match at 0 only works because it's
423 SD("\u00c0 should match but not A", "A\u0300", "en", IDENTICAL, STANDARD_ELEMENT_COMPARISON, null, IA(0, -1), IA(1, 0)),
1936 int match = text.indexOf(pattern, start); local
1947 int match = text.lastIndexOf(pattern, start - 1); local
    [all...]
  /external/jemalloc/src/
jemalloc.c 1028 bool match = false; local
1039 match = true;
1044 if (!match) {
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebAppContext.java 313 String match=_resourceAliases.get(path.substring(0,slash+1)); local
314 if (match!=null)
315 alias=match+path.substring(slash+1);
694 return _serverClasses.match(name);
703 return _systemClasses.match(name);
    [all...]

Completed in 429 milliseconds

<<31323334353637383940>>