/external/chromium_org/components/json_schema/ |
H A D | json_schema_constants.cc | 29 const char kPattern[] = "pattern"; member in namespace:json_schema_constants
|
H A D | json_schema_constants.h | 31 extern const char kPattern[];
|
H A D | json_schema_validator.cc | 93 { schema::kPattern, base::Value::TYPE_STRING }, 773 if (schema->GetString(schema::kPattern, &pattern)) {
|
H A D | json_schema_validator_unittest_base.cc | 121 schema->SetString(schema::kPattern, "foo+");
|
/external/chromium_org/chromeos/network/onc/ |
H A D | onc_normalizer.cc | 111 clientcert_type == ::onc::client_cert::kPattern); 140 clientcert_type == ::onc::client_cert::kPattern); 189 clientcert_type == ::onc::client_cert::kPattern);
|
H A D | onc_validator.cc | 299 const char* const kValidCertTypes[] = {kRef, kPattern}; 314 if (cert_type == kPattern) 432 if (cert_type == ::onc::client_cert::kPattern &&
|
/external/chromium_org/components/onc/ |
H A D | onc_constants.cc | 218 const char kPattern[] = "Pattern"; member in namespace:onc::client_cert
|
H A D | onc_constants.h | 236 ONC_EXPORT extern const char kPattern[];
|
/external/chromium_org/chrome/browser/chromeos/ |
H A D | enrollment_dialog_view.cc | 288 if (cert_config.client_cert_type != onc::client_cert::kPattern)
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 465 kPattern, enumerator in enum:NumFmtInt64Test::EMode 493 case kPattern: 523 case EMode::kPattern: 586 #define DO_NumFmtInt64Test(p,n,x) { NumFmtInt64Test t(p,n,x,__FILE__,__LINE__,NumFmtInt64Test::EMode::kPattern); runTestOn(t); }
|
/external/chromium_org/chromeos/network/ |
H A D | client_cert_util.cc | 50 if (cert_config->client_cert_type == kPattern) {
|
H A D | client_cert_resolver.cc | 401 if (cert_config.client_cert_type != ::onc::client_cert::kPattern)
|
H A D | network_connection_handler.cc | 473 onc::client_cert::kPattern) {
|
/external/pcre/dist/ |
H A D | pcrecpp_unittest.cc | 1169 const string kPattern = "http://([^/]+)/.*"; local 1170 const RE re(kPattern); 1171 CHECK_EQ(kPattern, re.pattern());
|
/external/chromium_org/components/policy/core/common/ |
H A D | schema.cc | 422 if (schema.HasKey(schema::kPattern)) { 473 } else if (schema.HasKey(schema::kPattern)) { 676 if (!schema.GetString(schema::kPattern, &pattern)) {
|
/external/chromium_org/third_party/re2/re2/testing/ |
H A D | re2_test.cc | 982 const string kPattern = "http://([^/]+)/.*"; local 983 const RE2 re(kPattern); 984 CHECK_EQ(kPattern, re.pattern());
|
/external/regex-re2/re2/testing/ |
H A D | re2_test.cc | 973 const string kPattern = "http://([^/]+)/.*"; local 974 const RE2 re(kPattern); 975 CHECK_EQ(kPattern, re.pattern());
|