/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
ContactMatcher.java | 75 // Returned value when we found multiple matches and that was not allowed 103 * with the former rather than the latter. This is why "reverse" matches have slightly lower 104 * scores than direct matches. 433 * Returns matches in the order of descending score. 437 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); local 438 Collections.sort(matches); 441 MatchScore matchScore = matches.get(i); 449 return matches.subList(0, count);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleAttribute.java | 92 if (m.matches()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
ValuesContentAssist.java | 110 Map<String, AttributeDescriptor> matches = local 119 matches.put(name, desc); 125 new ArrayList<AttributeDescriptor>(matches.size()); 126 sorted.addAll(matches.values());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/ |
UiColorValueNode.java | 59 if (RGBA_REGEXP.matcher(color).matches()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AMReceiver.java | 80 if (m.matches()) {
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
CountryCodeQualifier.java | 43 if (m.matches()) {
|
DensityQualifier.java | 74 if (m.matches()) {
|
ScreenDimensionQualifier.java | 96 if (m.matches()) {
|
ScreenHeightQualifier.java | 76 if (m.matches()) {
|
ScreenWidthQualifier.java | 76 if (m.matches()) {
|
SmallestScreenWidthQualifier.java | 76 if (m.matches()) {
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieManagerTest.java | 87 assertTrue(m.matches()); 97 assertTrue(m.matches()); 108 assertTrue(m.matches());
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.h | 24 // providers, each of which keeps track of its own matches and whether it has 25 // finished processing the query. When a provider gets more matches or finishes 26 // processing, it notifies the controller, which merges the combined matches 36 // their own thread management when they need to return matches asynchronously. 38 // The AutocompleteProviders each return different kinds of matches, such as 39 // history or search matches. These matches are given "relevance" scores. 40 // Higher scores are better matches than lower scores. The relevance scores and 41 // classes providing the respective matches are as follows: 159 // ++: a series of matches with relevance from n up to (n + max_matches) 403 const ACMatches& matches() const { return matches_; } function in class:AutocompleteProvider [all...] |
/external/clang/lib/Driver/ |
Option.cpp | 96 bool Option::matches(OptSpecifier Opt) const { function in class:Option 99 return Alias->matches(Opt); 106 return Group->matches(Opt); 141 // Matches iff this is an exact match. 155 // Always matches. 168 // Always matches. 202 // Matches iff this is an exact match. 222 // Matches iff this is an exact match. 271 // Always matches.
|
/external/guava/guava/src/com/google/common/net/ |
InternetDomainName.java | 293 if (DASH_MATCHER.matches(part.charAt(0)) 294 || DASH_MATCHER.matches(part.charAt(part.length() - 1))) { 306 if (isFinalPart && CharMatcher.DIGIT.matches(part.charAt(0))) {
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Splitter.java | 451 while (start < end && trimmer.matches(toSplit.charAt(start))) { 454 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) { 469 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
|
/external/icu4c/i18n/ |
strmatch.cpp | 83 UMatchDegree StringMatcher::matches(const Replaceable& text, function in class:StringMatcher 103 subm->matches(text, cursor, limit, incremental); 137 subm->matches(text, cursor, limit, incremental); 250 * set of matches with this segment.
|
/external/iproute2/ip/ |
xfrm_policy.c | 984 if (matches(*argv, "add") == 0) 987 if (matches(*argv, "update") == 0) 990 if (matches(*argv, "delete") == 0) 992 if (matches(*argv, "deleteall") == 0 || matches(*argv, "delall") == 0) 994 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0 995 || matches(*argv, "lst") == 0) 997 if (matches(*argv, "get") == 0) 999 if (matches(*argv, "flush") == 0 [all...] |
ipaddress.c | 786 if (matches(*argv, "help") == 0) 1025 } else if (matches(*argv, "broadcast") == 0 || 1066 } else if (matches(*argv, "valid_lft") == 0) { 1073 } else if (matches(*argv, "preferred_lft") == 0) { 1088 if (matches(*argv, "help") == 0) 1105 if (l && matches(d, l) != 0) { 1181 if (matches(*argv, "add") == 0) 1183 if (matches(*argv, "change") == 0 || 1186 if (matches(*argv, "replace") == 0) 1188 if (matches(*argv, "delete") == 0 [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
StructuralWhitespaceStripper.java | 190 return INLINE_WHITESPACE.matcher(text).matches(); 207 if (!matcher.matches()) { 218 if (!matcher.matches()) {
|
/external/oprofile/libpp/ |
locate_images.cpp | 83 vector<string> matches; local 90 matches.push_back(cit->second + '/' + cit->first); 93 return matches;
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
LevenshteinFormatterTest.java | 97 int[] matches = mFormatter.findMatches(sourceTokens, targetTokens); local 98 assertEquals(targetTokens.length, matches.length); 103 int sourceIdx = matches[i];
|
/external/bluetooth/glib/gio/ |
gcontenttype.c | 965 /* There are conflicts between the name matches and we have a sniffed 1104 GList *matches; member in struct:__anon2328 1111 GList *matches; member in struct:__anon2329 1118 g_list_foreach (matchlet->matches, (GFunc)tree_matchlet_free, NULL); 1119 g_list_free (matchlet->matches); 1128 g_list_foreach (match->matches, (GFunc)tree_matchlet_free, NULL); 1129 g_list_free (match->matches); 1232 match->matches = g_list_append (match->matches, matchlet); 1238 last = g_list_last (match->matches); [all...] |
/external/icu4c/test/intltest/ |
dadrcal.cpp | 222 if (!fromSet.matches(fromCalendar, diffSet, status)) { 270 } else if (!toSet.matches(toCalendar, diffSet, status)) { 306 if (!fromSet.matches(fromCalendar, diffSet, status)) { 328 if (!fromSet.matches(fromCalendar, diffSet, status)) { 348 if (!toSet.matches(toCalendar, diffSet, status)) {
|
/external/linux-tools-perf/util/ |
callchain.c | 323 u64 matches; local 352 /* matches not, relay on the parent */ 359 matches = cursor->pos - start; 362 if (matches < root->val_nr) { 363 split_add_child(root, cursor, cnode, start, matches, period); 368 if (matches == root->val_nr && cursor->pos == cursor->nr) {
|