/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_store.cc | 156 base::Bind(&DeviceLocalAccountPolicyStore::Validate, 163 void DeviceLocalAccountPolicyStore::Validate(
|
/external/chromium_org/chrome/common/ |
content_settings_pattern.h | 239 static bool Validate(const PatternParts& parts); 264 static bool Validate(const PatternParts& parts);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
gcm_custom_bindings.js | 16 // Validate message.data.
|
/external/chromium_org/components/json_schema/ |
json_schema_validator.h | 159 // Returns any errors from the last call to to Validate(). 167 bool Validate(const base::Value* instance); 179 void Validate(const base::Value* instance, 211 // Validate a JSON string against a string schema node. 216 // Validate a JSON number against a number schema node. 241 // Errors accumulated since the last call to Validate().
|
json_schema_validator.cc | 99 // Validate the "type" attribute, which may be a string or a list. 127 // Validate the "items" attribute, which is a schema or a list of schemas. 183 // Validate the "properties" attribute. Each entry maps a key to a schema. 199 // Validate "additionalProperties" attribute, which is a schema. 208 // Validate the values contained in an "enum" attribute. 235 // Validate the schemas contained in a "choices" attribute. 411 bool JSONSchemaValidator::Validate(const base::Value* instance) { 413 Validate(instance, schema_root_, std::string()); 417 void JSONSchemaValidator::Validate(const base::Value* instance, 430 // If the schema has a $ref property, the instance must validate agains [all...] |
/external/chromium_org/components/policy/core/common/ |
schema_unittest.cc | 393 TEST(SchemaTest, Validate) { 399 EXPECT_TRUE(schema.Validate(bundle)); 403 EXPECT_FALSE(schema.Validate(bundle)); 411 EXPECT_FALSE(schema.Validate(bundle)); 420 EXPECT_FALSE(schema.Validate(bundle)); 426 EXPECT_FALSE(schema.Validate(bundle)); 472 EXPECT_TRUE(schema.Validate(bundle)); 475 EXPECT_FALSE(schema.Validate(bundle));
|
/frameworks/base/data/keyboards/ |
Android.mk | 21 # Validate all key maps.
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_match.h | 192 void Validate() const;
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.h | 142 void Validate() const;
|
/external/chromium_org/chrome/common/extensions/api/extension_action/ |
page_action_handler.cc | 76 bool PageActionHandler::Validate(const Extension* extension,
|
/external/chromium_org/chrome/common/extensions/api/storage/ |
storage_schema_manifest_handler.cc | 83 bool StorageSchemaManifestHandler::Validate(
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
icons_handler.cc | 97 bool IconsHandler::Validate(const Extension* extension,
|
/external/chromium_org/chrome/common/extensions/ |
manifest_url_handler.h | 113 virtual bool Validate(const Extension* extension,
|
/external/chromium_org/extensions/common/ |
manifest_handler.h | 34 // Validate that files associated with this manifest key exist. 41 virtual bool Validate(const Extension* extension, 53 // Same as AlwaysParseForType, but for Validate instead of Parse. 92 // Call Validate on all registered manifest handlers for this extension.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_generator.cc | 88 if (!file_generator.Validate(error)) {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_generator.cc | 80 if (!file_generator.Validate(error)) {
|
/external/chromium/chrome/browser/autofill/ |
phone_number.cc | 57 if (!Validate(stripped_text)) 117 if (!Validate(number)) 232 bool PhoneNumber::Validate(const string16& number) const {
|
/external/chromium_org/components/policy/core/common/cloud/ |
user_cloud_policy_store.cc | 116 // Cancel any pending Load/Store/Validate operations. 136 // Cancel any pending Load/Store/Validate operations. 163 // Found policy on disk - need to validate it before it can be used. 166 Validate(cloud_policy.Pass(), 198 // Stop any pending requests to store policy, then validate the new policy 203 Validate(policy_copy.Pass(), 209 void UserCloudPolicyStore::Validate( 218 // Validate the username if the user is signed in.
|
/external/chromium_org/third_party/ots/test/ |
cff_type2_charstring_test.cc | 123 bool Validate(const int *char_string, size_t char_string_len, 164 return Validate(char_string, char_string_len, NULL, 0, NULL, 0); 747 EXPECT_TRUE(Validate(char_string, ARRAYSIZE(char_string), 758 EXPECT_TRUE(Validate(char_string, ARRAYSIZE(char_string), [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
manifest_util.py | 123 def Validate(self, error_on_unknown_keys=False): 124 """Validate the content of the archive object. Raise an Error if 269 def Validate(self, add_missing_info=False, error_on_unknown_keys=False): 270 """Validate the content of the bundle. Raise an Error if an invalid or 305 # Validate the archives 309 archive.Validate(error_on_unknown_keys) 426 def Validate(self, add_missing_info=False): 427 """Validate the Manifest file and raises an exception for problems""" 428 # Validate the manifest top level 436 # Validate each bundl [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
codetable.cc | 228 // If an error is found while validating, continue to validate the rest 233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const { 275 bool VCDiffCodeTableData::Validate() const { 276 return Validate(VCDiffAddressCache::DefaultLastMode());
|
/external/open-vcdiff/src/ |
codetable.cc | 228 // If an error is found while validating, continue to validate the rest 233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const { 275 bool VCDiffCodeTableData::Validate() const { 276 return Validate(VCDiffAddressCache::DefaultLastMode());
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
DFA.pm | 3 use Params::Validate qw( :types );
|
/external/chromium_org/chrome/common/extensions/api/i18n/ |
default_locale_handler.cc | 51 bool DefaultLocaleHandler::Validate( 111 // Required to validate _locales directory; see Validate.
|
/external/chromium_org/chrome/common/extensions/api/plugins/ |
plugins_handler.cc | 128 bool PluginsHandler::Validate(const Extension* extension, 131 // Validate claimed plugin paths.
|