HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 251 - 275 of 840) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 46 void FindMatchingItems(std::vector<SecKeychainItemRef>* matches);
363 // TODO(stuartmorgan): We should really be scoring path matches and picking
511 std::vector<SecKeychainItemRef> matches = local
514 for (std::vector<SecKeychainItemRef>::iterator i = matches.begin();
515 i != matches.end(); ++i) {
519 return !matches.empty();
530 std::vector<SecKeychainItemRef> matches; local
535 keychain_search.FindMatchingItems(&matches);
538 return ConvertKeychainItemsToForms(&matches);
626 std::vector<SecKeychainItemRef> matches = MatchingKeychainItems local
645 std::vector<SecKeychainItemRef> matches; local
    [all...]
  /development/tools/findunused/
findunusedtranslations 39 @matches = (glob($pattern1), glob($pattern2));
55 for $match (@matches) {
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 96 // Change input type so matches will be marked up properly.
192 // Get the top matches and add them.
237 // Classify matches in the title.
273 std::vector<bookmark_utils::TitleMatch> matches; local
275 kMaxMatches, &matches);
276 for (size_t i = 0; i < matches.size(); ++i)
277 AddBookmarkTitleMatchToResults(matches[i]);
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 71 TermMatches url_matches; // Term matches within the URL.
72 TermMatches title_matches; // Term matches within the page title.
81 // matches to the omnibox.
137 // candidate items returns no matches (though the results set will be
168 // Extract and return the offsets from |matches|.
169 static std::vector<size_t> OffsetsFromTermMatches(const TermMatches& matches);
171 // Replace the offsets in |matches| with those given in |offsets|, deleting
172 // any which are npos, and return the updated list of matches.
174 const TermMatches& matches,
236 // history URL match, inserting accepted matches into |scored_matches_
    [all...]
  /external/easymock/src/org/easymock/
AbstractMatcher.java 38 * Checks whether an expected argument matches an actual argument; the method
40 * {@link AbstractMatcher#matches(Object[], Object[])}. The arguments
68 * Checks whether an expected argument array matches an actual argument array.
82 public boolean matches(Object[] expected, Object[] actual) { method in class:AbstractMatcher
  /external/guava/guava/src/com/google/common/base/
Splitter.java 206 * @throws IllegalArgumentException if {@code separatorPattern} matches the
212 checkArgument(!separatorPattern.matcher("").matches(),
244 * @throws IllegalArgumentException if {@code separatorPattern} matches the
509 while (start < end && trimmer.matches(toSplit.charAt(start))) {
512 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
527 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
  /external/hamcrest/src/org/hamcrest/core/
IsEqual.java 24 public boolean matches(Object arg) { method in class:IsEqual
  /external/icu4c/i18n/
strmatch.h 26 * An object that matches a fixed input string, implementing the
47 * Construct a matcher that matches the given pattern string.
117 virtual UMatchDegree matches(const Replaceable& text,
193 * set of matches with this segment.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberUtil.java 58 * Returns true if the number exactly matches an emergency service number in the given region.
65 * @return if the number exactly matches an emergency services number in the given region.
90 ? emergencyNumberPattern.matcher(normalizedNumber).matches()
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 31 * a type that matches a given regular expression.
100 return regularExpressionMatcher.matches(name);
  /external/proguard/src/proguard/classfile/visitor/
MemberDescriptorFilter.java 30 * has a descriptor that matches a given regular expression.
111 return regularExpressionMatcher.matches(name);
MemberNameFilter.java 30 * has a name that matches a given regular expression.
111 return regularExpressionMatcher.matches(name);
  /external/proguard/src/proguard/util/
FileNameParser.java 113 System.out.println(" -> match = "+matcher.matches(args[index]));
ListParser.java 29 * If an entry with a negator matches, a negative match is returned, without
63 * An empty list results in a StringMatcher that matches any string.
129 System.out.println(" -> match = "+matcher.matches(args[index]));
NameParser.java 27 * If a name with a negator matches, a negative match is returned, without
98 System.out.println(" -> match = "+matcher.matches(args[index]));
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 246 int matches = sscanf(input, "static %255s %255s", varyingType, varyingName); local
248 if (matches != 2)
476 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName); local
478 if (matches != 2)
  /frameworks/base/libs/hwui/
Patch.h 56 bool matches(const int32_t* xDivs, const int32_t* yDivs, const uint32_t colorKey);
  /frameworks/base/location/java/android/location/
LocationProvider.java 60 if (name.matches(BAD_CHARS_REGEX)) {
88 // passive provider never matches
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 237 List<String> matches = new ArrayList<String>(); local
240 matches.add(ids[i]);
243 return matches.toArray(new String[matches.size()]);
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
RegexFileFilter.java 112 * Checks to see if the filename matches one of the regular expressions.
116 * @return true if the filename matches one of the regular expressions
119 return (pattern.matcher(name).matches());
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
SSLUtilsTest.java 34 assertTrue(Pattern.matches(SAFE_SCHEME_PATTERN, s));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessageParser.java 72 if (matcher.matches()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 120 Map<String, AttributeDescriptor> matches = local
137 matches.put(name, desc);
144 new ArrayList<AttributeDescriptor>(matches.size());
145 sorted.addAll(matches.values());
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
PxUsageDetector.java 128 if (value.endsWith(UNIT_PX) && value.matches("\\d+px")) { //$NON-NLS-1$
139 && (value.matches("\\d+di?p"))) {
180 if (text.matches("\\d+px")) { //$NON-NLS-1$
192 && text.matches("\\d+di?p")) { //$NON-NLS-1$
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/createdb/
DatabaseCreationFieldValidator.java 64 if (!patternMatcher.matches())

Completed in 609 milliseconds

<<11121314151617181920>>