OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesPattern
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autofill_regexes.h
15
bool
MatchesPattern
(const base::string16& input,
autofill_regexes_unittest.cc
39
EXPECT_TRUE(autofill::
MatchesPattern
(ASCIIToUTF16(test_case.input),
59
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
145
return
MatchesPattern
(text, kEmailPattern);
155
return
MatchesPattern
(text, kZipPattern);
credit_card.cc
449
if (!autofill::
MatchesPattern
(value, UTF8ToUTF16("^[0-9]{4}-[0-9]{1,2}$")))
/external/chromium_org/chromeos/network/
shill_property_util_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
...]
shill_property_util.h
104
// |other_pattern| matches (according to MatchesType). Thus
MatchesPattern
is
107
bool
MatchesPattern
(const NetworkTypePattern& other_pattern) const;
shill_property_util.cc
369
return
MatchesPattern
(Primitive(shill_network_type));
372
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) {
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar
/external/chromium_org/ash/system/chromeos/network/
network_connect.cc
363
if (technology.
MatchesPattern
(NetworkTypePattern::Mobile())) {
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 80 milliseconds