HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 176 - 200 of 484) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java 71 // Returned value when we found multiple matches and that was not allowed
99 * with the former rather than the latter. This is why "reverse" matches have slightly lower
100 * scores than direct matches.
409 * Returns matches in the order of descending score.
413 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); local
414 Collections.sort(matches);
417 MatchScore matchScore = matches.get(i);
425 return matches.subList(0, count);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
MatchingStrategy.java 36 public boolean matches(IEditorReference editorRef, IEditorInput input) { method in class:MatchingStrategy
  /external/iproute2/ip/
iptunnel.c 182 matches(*argv, "dsfield") == 0) {
194 } else if (matches(*argv, "help") == 0)
552 if (matches(*argv, "add") == 0)
554 if (matches(*argv, "change") == 0)
556 if (matches(*argv, "del") == 0)
558 if (matches(*argv, "show") == 0 ||
559 matches(*argv, "lst") == 0 ||
560 matches(*argv, "list") == 0)
562 if (matches(*argv, "prl") == 0)
564 if (matches(*argv, "help") == 0
    [all...]