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

  /external/chromium_org/components/autofill/core/browser/
autofill_regexes.h 15 bool MatchesPattern(const base::string16& input,
autofill_regexes_unittest.cc 41 EXPECT_TRUE(autofill::MatchesPattern(ASCIIToUTF16(test_case.input),
61 EXPECT_FALSE(autofill::MatchesPattern(ASCIIToUTF16(test_case.input),
form_field.cc 131 autofill::MatchesPattern(field->label, pattern)) {
136 autofill::MatchesPattern(field->name, pattern)) {
141 autofill::MatchesPattern(field->value, pattern)) {
autofill_regexes.cc 71 bool MatchesPattern(const base::string16& input,
validation.cc 136 return MatchesPattern(text, kEmailPattern);
146 return MatchesPattern(text, kZipPattern);
credit_card.cc 436 if (!autofill::MatchesPattern(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.h 48 // |other_pattern| matches (according to MatchesType). Thus MatchesPattern is
51 bool MatchesPattern(const NetworkTypePattern& other_pattern) const;
network_type_pattern.cc 113 return MatchesPattern(Primitive(shill_network_type));
116 bool NetworkTypePattern::MatchesPattern(
  /external/jsr305/sampleUses/src/main/java/
SocialSecurityNumber.java 6 import javax.annotation.MatchesPattern;
11 @MatchesPattern("[0-9]{3}-[0-9]{2}-[0-9]{4}")
CreditCardNumber.java 6 import javax.annotation.MatchesPattern;
13 @MatchesPattern("[0-9]{16}")
  /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/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 
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 376 if (technology.MatchesPattern(NetworkTypePattern::Mobile())) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincodec.h     [all...]
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 498 milliseconds