HomeSort by relevance Sort by last modified time
    Searched defs:MatchesPattern (Results 1 - 16 of 16) sorted by null

  /external/jsr305/ri/src/main/java/javax/annotation/
MatchesPattern.java 15 public @interface MatchesPattern {
21 static class Checker implements TypeQualifierValidator<MatchesPattern> {
22 public When forConstantValue(MatchesPattern annotation, Object value) {
  /external/chromium_org/chromeos/network/
network_type_pattern_unittest.cc 25 bool MatchesPattern(const NetworkTypePattern& a,
27 // Verify that NetworkTypePattern::MatchesPattern is symmetric.
28 EXPECT_TRUE(a.MatchesPattern(b) == b.MatchesPattern(a));
29 return a.MatchesPattern(b);
55 TEST_F(NetworkTypePatternTest, MatchesPattern) {
57 // reflexive and symmetric (checked in MatchesPattern).
58 EXPECT_TRUE(MatchesPattern(mobile_, mobile_));
59 EXPECT_TRUE(MatchesPattern(wireless_, wireless_));
60 EXPECT_TRUE(MatchesPattern(cellular_, cellular_))
    [all...]
network_type_pattern.cc 113 return MatchesPattern(Primitive(shill_network_type));
116 bool NetworkTypePattern::MatchesPattern(
  /external/chromium_org/components/autofill/core/browser/
autofill_regexes.cc 71 bool MatchesPattern(const base::string16& input,
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jsr305.jar 
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/1.3.9/
jsr305-1.3.9.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 769 milliseconds