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

<<31323334353637383940>>

  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 360 final int match = URI_MATCHER.match(uri); local
366 switch (match) {
370 if (match == URI_MATCH_BOOKMARKS_ID) {
377 } else if (match == URI_MATCH_BOOKMARKS_FOLDER_ID) {
431 final int match = URI_MATCHER.match(uri); local
432 if (match == UriMatcher.NO_MATCH) return null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 147 * they only match other center edges.
153 * since they only match other center edges.
160 * which means that you can't have one match 5 pixels to the left and one match 5
164 * The best vertical match will be found in {@link #mCurrentTopMatch} or
167 protected List<Match> mHorizontalSuggestions;
172 * The best vertical match will be found in {@link #mCurrentLeftMatch} or
175 protected List<Match> mVerticalSuggestions;
178 * The current match on the left edge, or null if no match or if the left edge is no
262 Match match = matches.get(0); local
481 Match match = new Match(this, edge, draggedEdge, type, delta); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 781 Element match = findCorresponding(child, targetId); local
782 if (match != null) {
783 return match;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 119 /** A match pattern to look for in XML, such as {@code @attr/foo} */
122 /** A match pattern to look for in XML, such as {@code ?attr/foo} */
125 /** A match pattern to look for in XML, such as {@code ?foo} */
590 String match = null; local
594 match = mXmlMatch1;
597 match = mXmlMatch2;
600 match = mXmlMatch3;
606 if (match != null) {
617 int end = start + match.length();
636 String match = null local
    [all...]
  /system/bt/stack/smp/
smp_act.c 1971 BOOLEAN match = FALSE; local
    [all...]
  /system/core/fs_mgr/
fs_mgr_verity.c 679 static int compare_last_signature(struct fstab_rec *fstab, int *match)
690 *match = 1;
730 *match = !memcmp(curr, prev, SHA256_DIGEST_SIZE);
732 if (!*match) {
771 int match = 0; local
802 if (!compare_last_signature(fstab, &match) && !match) {
  /system/core/init/
devices.cpp 200 bool match = false; local
206 match = true;
212 match = true;
219 if (match) {
init_parser.cpp 569 bool match; local
574 match = !name;
579 if (!match) {
585 match = true;
599 /* does the property exist, and match the trigger value? */
609 match = false;
612 if (match) {
  /frameworks/base/core/java/android/app/
Instrumentation.java 390 // there is a single match that is in our package.
570 final boolean match(Context who, method in class:Instrumentation.ActivityMonitor
575 && mWhich.match(who.getContentResolver(), intent,
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 522 // Either not found, or something didn't match up. Clobber to prevent any stale instances.
999 bool match = true; local
1001 match &= !reg.IsPair()
1024 bool match = true; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 549 #define match __match_D2A macro
600 extern int match ANSI((CONST char**, char*));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 155 match(input,FUNC_DECL,FOLLOW_FUNC_DECL_in_declaration74); method
157 match(input, Token.DOWN, null); method
164 match(input, Token.UP, null); method
171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); method
173 match(input, Token.DOWN, null); method
185 match(input, Token.UP, null); method
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113); method
212 match(input, Token.DOWN, null); method
224 match(input, Token.UP, null); method
247 match(input,ID,FOLLOW_ID_in_declarator137); method
270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); method
272 match(input, Token.DOWN, null); method
278 match(input,ID,FOLLOW_ID_in_functionHeader162); method
314 match(input, Token.UP, null); method
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); method
339 match(input, Token.DOWN, null); method
351 match(input, Token.UP, null); method
405 match(input,BLOCK,FOLLOW_BLOCK_in_block273); method
408 match(input, Token.DOWN, null); method
468 match(input, Token.UP, null); method
574 match(input,FOR,FOLLOW_FOR_in_forStat328); method
576 match(input, Token.DOWN, null); method
598 match(input, Token.UP, null); method
667 match(input,EQEQ,FOLLOW_EQEQ_in_expr352); method
669 match(input, Token.DOWN, null); method
681 match(input, Token.UP, null); method
688 match(input,LT,FOLLOW_LT_in_expr368); method
690 match(input, Token.DOWN, null); method
702 match(input, Token.UP, null); method
709 match(input,PLUS,FOLLOW_PLUS_in_expr384); method
711 match(input, Token.DOWN, null); method
723 match(input, Token.UP, null); method
730 match(input,EQ,FOLLOW_EQ_in_expr400); method
732 match(input, Token.DOWN, null); method
740 match(input, Token.UP, null); method
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 155 match(input,FUNC_DECL,FOLLOW_FUNC_DECL_in_declaration74); method
157 match(input, Token.DOWN, null); method
164 match(input, Token.UP, null); method
171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); method
173 match(input, Token.DOWN, null); method
185 match(input, Token.UP, null); method
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113); method
212 match(input, Token.DOWN, null); method
224 match(input, Token.UP, null); method
247 match(input,ID,FOLLOW_ID_in_declarator137); method
270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); method
272 match(input, Token.DOWN, null); method
278 match(input,ID,FOLLOW_ID_in_functionHeader162); method
314 match(input, Token.UP, null); method
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); method
339 match(input, Token.DOWN, null); method
351 match(input, Token.UP, null); method
405 match(input,BLOCK,FOLLOW_BLOCK_in_block273); method
408 match(input, Token.DOWN, null); method
468 match(input, Token.UP, null); method
574 match(input,FOR,FOLLOW_FOR_in_forStat328); method
576 match(input, Token.DOWN, null); method
598 match(input, Token.UP, null); method
667 match(input,EQEQ,FOLLOW_EQEQ_in_expr352); method
669 match(input, Token.DOWN, null); method
681 match(input, Token.UP, null); method
688 match(input,LT,FOLLOW_LT_in_expr368); method
690 match(input, Token.DOWN, null); method
702 match(input, Token.UP, null); method
709 match(input,PLUS,FOLLOW_PLUS_in_expr384); method
711 match(input, Token.DOWN, null); method
723 match(input, Token.UP, null); method
730 match(input,EQ,FOLLOW_EQ_in_expr400); method
732 match(input, Token.DOWN, null); method
740 match(input, Token.UP, null); method
    [all...]
  /external/chromium-trace/trace-viewer/third_party/webapp2/
webapp2.py 148 match = _charset_re.search(environ.get('CONTENT_TYPE', ''))
149 if match:
150 charset = match.group(1).lower().strip().strip('"').strip()
770 def match(self, request): member in class:BaseRoute
807 Match routes must implement :meth:`match`.
845 def match(self, request): member in class:SimpleRoute
848 .. seealso:: :meth:`BaseRoute.match`.
850 match = self.regex.match(urllib.unquote(request.path)
968 def match(self, request): member in class:Route
1315 match = default_matcher variable in class:Router
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 447 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT); local
449 return match;
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 930 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); local
931 if(match == NULL) {
934 return (int32_t)(match - array);
948 const UChar *match = u_memchr(array + start, c, length); local
949 if(match == NULL) {
952 return (int32_t)(match - array);
965 const UChar *match = u_memchr32(array + start, c, length); local
966 if(match == NULL) {
969 return (int32_t)(match - array);
994 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength) local
1016 const UChar *match = u_memrchr(array + start, c, length); local
1033 const UChar *match = u_memrchr32(array + start, c, length); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
usrchtst.c 356 log_err("Error with the initialization of match start and length\n");
368 log_err("Error next match found at idx %d (len:%d); expected %d (len:%d)\n",
392 log_err("Error next match found at %d (len:%d); expected <NO MATCH>\n",
410 log_err("Error previous match found at %d (len:%d); expected %d (len:%d)\n",
434 log_err("Error previous match found at %d (len:%d); expected <NO MATCH>\n",
457 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n",
475 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n"
2825 int32_t match = 0; local
2928 int32_t match = 0; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 165 // When a partial match fails, we back out skipped and partial-matching input characters.
167 // We save the trie state before we attempt to match a character,
501 int defaultCE32 = d.getCE32FromContexts(index); // Default if no suffix match.
662 ce32 = d.getCE32FromContexts(index); // Default if no prefix match.
671 BytesTrie.Result match = prefixes.nextForCodePoint(c); local
672 if(match.hasValue()) {
675 if(!match.hasNext()) { break; }
706 // Number of code points read since the last match (initially only c).
708 // Normally we only need a contiguous match,
713 BytesTrie.Result match = suffixes.firstForCodePoint(c) local
830 BytesTrie.Result match; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java 299 CharsetMatch match; local
305 match = det.detect();
307 if (match == null) {
317 if (testResults[idx] == null || ! testResults[idx].equals(match.getName())) {
318 errln("Unexpectedly got " + match.getName() + " instead of " + testResults[idx] +
319 " at index " + idx + " with confidence " + match.getConfidence());
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Pick.java 142 public abstract boolean match(String input, Position p); method in class:Pick
171 public boolean match(String input, Position p) { method in class:Pick.Sequence
174 if (!items[i].match(input, p)) {
231 public boolean match(String input, Position p) { method in class:Pick.Alternation
234 if (items[i].match(input, p)) return true;
282 // match longest, e.g. up to just before a failure
283 public boolean match(String input, Position p) { method in class:Pick.Repeat
288 if (!item.match(input, p)) {
312 public boolean match(String s, Position p) { method in class:Pick.CodePoint
387 * @see Pick#match(java.lang.String, Pick.Position
389 public boolean match(String input, Position p) { method in class:Pick.Morph
426 public boolean match(String s, Position p) { method in class:Pick.Quote
448 public boolean match(String input, Position p) { method in class:Pick.Literal
    [all...]
  /external/iptables/include/
xtables.h 145 * (cf. xtables_{match,target}->udata_size)
174 struct xt_entry_match **match; member in union:xt_option_call::__anon10736
185 * (cf. xtables_{match,target}->udata_size)
222 /* Revision of match (0 by default). */
230 /* Size of match data. */
233 /* Size of match data relevent for userspace comparison purposes */
239 /* Initialize the match. */
247 struct xt_entry_match **match);
252 /* Prints out the match iff non-NULL: put space at end */
255 const struct xt_entry_match *match, int numeric)
362 struct xtables_match *match; member in struct:xtables_rule_match
    [all...]
  /external/iptables/iptables/
ip6tables.c 101 {.name = "match", .has_arg = 1, .val = 'm'},
254 " --match -m match\n"
255 " extended match (may load extension)\n"
264 /*"[!] --fragment -f match second or further fragments only\n"*/
488 const struct xtables_match *match = local
491 if (match) {
492 if (match->print)
493 match->print(ip, m, numeric);
495 printf("%s ", match->name)
1001 const struct xtables_match *match = local
    [all...]
iptables.c 98 {.name = "match", .has_arg = 1, .val = 'm'},
248 " --match -m match\n"
249 " extended match (may load extension)\n"
258 "[!] --fragment -f match second or further fragments only\n"
473 const struct xtables_match *match = local
476 if (match) {
477 if (match->print)
478 match->print(ip, m, numeric);
480 printf("%s ", match->name)
992 const struct xtables_match *match = local
    [all...]
  /external/jemalloc/src/
ctl.c 1606 bool match = false; local
    [all...]
  /external/libvncserver/x11vnc/
xrecord.c 861 int good = 1, dx, dy, k=0, i, j, match, list[3]; local
1047 match = 0;
1050 list[match++] = j;
1052 if (match >= 3) {
1057 if (match != 3) {
    [all...]

Completed in 241 milliseconds

<<31323334353637383940>>