Searched refs:kPattern (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/common/json_schema/
H A Djson_schema_constants.cc29 const char kPattern[] = "pattern"; member in namespace:json_schema_constants
H A Djson_schema_constants.h31 extern const char kPattern[];
H A Djson_schema_validator.cc667 CHECK(!schema->HasKey(schema::kPattern)) << "Pattern is not supported.";
H A Djson_schema_validator_unittest_base.cc123 schema->SetString(schema::kPattern, "foo+");
/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.cc109 clientcert_type == certificate::kPattern);
133 clientcert_type == certificate::kPattern);
172 clientcert_type == certificate::kPattern);
H A Donc_validator.cc390 if (cert_type == certificate::kPattern &&
587 static const char* kValidCertTypes[] = { kRef, kPattern, NULL };
610 if (cert_type == kPattern)
627 { certificate::kNone, kRef, kPattern, NULL };
648 if (cert_type == kPattern)
717 static const char* kValidCertTypes[] = { kRef, kPattern, NULL };
734 if (cert_type == kPattern)
H A Donc_constants.cc150 const char kPattern[] = "Pattern"; member in namespace:chromeos::onc::certificate
H A Donc_constants.h172 CHROMEOS_EXPORT extern const char kPattern[];
/external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
H A DRewriteScopedPtrCtorNull.cpp105 const char kPattern[] = "^::(scoped_ptr|scoped_ptr_malloc)$"; local
108 constructExpr(hasDeclaration(methodDecl(ofClass(matchesName(kPattern)))),
/external/chromium_org/chromeos/network/
H A Dnetwork_ui_data.cc147 } else if (client_cert_type == kPattern) {
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc982 const string kPattern = "http://([^/]+)/.*"; local
983 const RE2 re(kPattern);
984 CHECK_EQ(kPattern, re.pattern());
/external/regex-re2/re2/testing/
H A Dre2_test.cc973 const string kPattern = "http://([^/]+)/.*"; local
974 const RE2 re(kPattern);
975 CHECK_EQ(kPattern, re.pattern());

Completed in 730 milliseconds