Searched defs:MatchesPattern (Results 1 - 5 of 5) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/
H A DMatchesPattern.java15 public @interface MatchesPattern { interface
21 static class Checker implements TypeQualifierValidator<MatchesPattern> {
22 public When forConstantValue(MatchesPattern annotation, Object value) {
/external/chromium_org/chromeos/network/
H A Dshill_property_util_unittest.cc25 bool MatchesPattern(const NetworkTypePattern& a, function in class:chromeos::__anon7597::NetworkTypePatternTest
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
[all...]
H A Dshill_property_util.cc369 return MatchesPattern(Primitive(shill_network_type));
372 bool NetworkTypePattern::MatchesPattern( function in class:chromeos::NetworkTypePattern
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_regexes.cc71 bool MatchesPattern(const base::string16& input, function in namespace:autofill
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 133 milliseconds