HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 276 - 300 of 1169) sorted by null

<<11121314151617181920>>

  /external/chromium_org/extensions/common/matcher/
regex_set_matcher.h 23 // Efficiently matches URLs against a collection of regular expressions,
42 // to |matches|.
44 std::set<StringPattern::ID>* matches) const;
  /external/chromium_org/rlz/lib/
crc8.cc 73 unsigned char check_sum, bool* matches) {
74 if (!matches)
77 *matches = false;
85 *matches = check_sum == calculated_crc;
  /external/chromium_org/third_party/icu/source/common/
unifilt.cpp 35 * Default implementation of UnicodeMatcher::matches() for Unicode
36 * filters. Matches a single code point at offset (either one or
39 UMatchDegree UnicodeFilter::matches(const Replaceable& text, function in class:UnicodeFilter
  /external/chromium_org/third_party/icu/source/i18n/
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
87 * @return true if this rule matches the given index value.
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByAttribute.java 23 * Matches UiElement by a single attribute.
37 public boolean matches(UiElement element) { method in class:ByAttribute
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 45 public boolean matches(Object actual) { method in class:Captures
Compare.java 46 public boolean matches(Object actual) { method in class:Compare
Equals.java 33 public boolean matches(Object actual) { method in class:Equals
  /external/guava/guava/src/com/google/common/io/
PatternFilenameFilter.java 60 return pattern.matcher(fileName).matches();
  /external/hamcrest/src/org/hamcrest/core/
IsAnything.java 26 public boolean matches(Object o) { method in class:IsAnything
IsNull.java 15 public boolean matches(Object o) { method in class:IsNull
24 * Matches if value is null.
32 * Matches if value is not null.
40 * Matches if value is null. With type inference.
48 * Matches if value is not null. With type inference.
  /external/icu4c/common/
unifilt.cpp 36 * Default implementation of UnicodeMatcher::matches() for Unicode
37 * filters. Matches a single code point at offset (either one or
40 UMatchDegree UnicodeFilter::matches(const Replaceable& text, function in class:UnicodeFilter
  /external/icu4c/i18n/
quant.h 70 virtual UMatchDegree matches(const Replaceable& text,
87 * @return true if this rule matches the given index value.
  /external/iproute2/tc/
f_fw.c 71 if (matches(*argv, "classid") == 0 ||
72 matches(*argv, "flowid") == 0) {
80 } else if (matches(*argv, "police") == 0) {
87 } else if (matches(*argv, "action") == 0) {
  /external/iptables/iptables/
xshared.h 58 struct xtables_rule_match *matches; member in struct:iptables_command_state
  /external/jsr305/ri/src/main/java/javax/annotation/
MatchesPattern.java 24 if (p.matcher(((String) value)).matches())
  /external/junit/src/org/junit/
Assume.java 69 if (!matcher.matches(actual))
  /external/junit/src/org/junit/internal/matchers/
TypeSafeMatcher.java 55 public final boolean matches(Object item) { method in class:TypeSafeMatcher
  /external/mockito/src/org/mockito/internal/matchers/
CapturingMatcher.java 22 * @see org.mockito.ArgumentMatcher#matches(java.lang.Object)
24 public boolean matches(Object argument) { method in class:CapturingMatcher
EqualsWithDelta.java 26 public boolean matches(Object actual) { method in class:EqualsWithDelta
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 31 * matches a given regular expression.
110 return regularExpressionMatcher.matches(name);
  /frameworks/base/services/java/com/android/server/firewall/
CategoryFilter.java 37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, method in class:CategoryFilter
SenderPermissionFilter.java 36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, method in class:SenderPermissionFilter
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 192 List<String> matches = new ArrayList<String>(); local
195 matches.add(ids[i]);
198 return matches.toArray(new String[matches.size()]);
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialNameMatcherTest.java 49 // Matches only word boundary.
73 // wjs matches (W)illiam (J)ohn (S)mith
75 // wjsmit matches (W)illiam (J)ohn (Smit)h
77 // wjohn matches (W)illiam (John) Smith
79 // jsmi matches William (J)ohn (Smi)th
86 // wjs matches (W)illiam (J)ohn (S)mith
88 // wjsmit matches (W)illiam (J)ohn-(OShe)a
90 // wjohn matches (W)illiam-(John) Smith
92 // jsmi matches William (J)ohn-(Smi)th
94 // wsmi matches (W)illiam John (Smi)t
    [all...]

Completed in 1292 milliseconds

<<11121314151617181920>>