HomeSort by relevance Sort by last modified time
    Searched defs:Validate (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/tools/grit/grit/node/custom/
filename.py 19 def Validate(self, message):
23 is_ok = self.Validate(translation)
  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.h 21 static void Validate();
23 static void Validate() {}
AutoDecodeCancel.cpp 26 Validate();
51 Validate();
58 Validate();
73 void AutoDecoderCancel::Validate() {
  /external/chromium/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/chromium_org/chrome/common/extensions/api/extension_action/
browser_action_handler.cc 44 bool BrowserActionHandler::Validate(
page_action_handler.cc 76 bool PageActionHandler::Validate(const Extension* extension,
  /external/chromium_org/content/public/common/
geoposition.cc 32 bool Geoposition::Validate() const {
  /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/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 129 // (AutocompleteMatch::Validate() checks this).
157 void AutocompleteMatch::Validate() const {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_store.cc 155 base::Bind(&DeviceLocalAccountPolicyStore::Validate,
161 void DeviceLocalAccountPolicyStore::Validate(
  /external/chromium_org/chrome/common/extensions/api/storage/
storage_schema_manifest_handler.cc 73 bool StorageSchemaManifestHandler::Validate(
  /external/chromium_org/chrome/renderer/net/
predictor_queue.cc 28 DCHECK(Validate());
56 DCHECK(Validate());
97 DCHECK(Validate());
106 DCHECK(Validate());
141 DCHECK(Validate());
145 bool DnsQueue::Validate() {
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_validator_unittest.cc 47 void Validate(testing::Action<void(UserCloudPolicyValidator*)> check_action) {
112 Validate(Invoke(this, &CloudPolicyValidatorTest::CheckSuccessfulValidation));
124 Validate(Invoke(this, &CloudPolicyValidatorTest::CheckSuccessfulValidation));
131 Validate(Invoke(this, &CloudPolicyValidatorTest::CheckSuccessfulValidation));
137 Validate(CheckStatus(CloudPolicyValidatorBase::VALIDATION_OK));
142 Validate(CheckStatus(CloudPolicyValidatorBase::VALIDATION_WRONG_POLICY_TYPE));
147 Validate(CheckStatus(CloudPolicyValidatorBase::VALIDATION_WRONG_POLICY_TYPE));
152 Validate(CheckStatus(CloudPolicyValidatorBase::VALIDATION_BAD_TIMESTAMP));
158 Validate(CheckStatus(CloudPolicyValidatorBase::VALIDATION_OK));
165 Validate(CheckStatus(CloudPolicyValidatorBase::VALIDATION_BAD_TIMESTAMP))
    [all...]
  /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.
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
icons_handler.cc 96 bool IconsHandler::Validate(const Extension* extension,
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 95 bool FileGenerator::Validate(string* error) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 96 bool FileGenerator::Validate(string* error) {
  /external/chromium_org/chromeos/network/onc/
onc_validator_unittest.cc 24 // Validate |onc_object| with the given |signature|. The object is considered
29 void Validate(bool strict,
104 Validate(true, ReadDictionaryFromJson(kEmptyUnencryptedConfiguration),
117 Validate(true, test_utils::ReadTestDictionary(onc.location), onc.signature,
124 Validate(false, test_utils::ReadTestDictionary(onc.location), onc.signature,
212 Validate(true, GetDictionaryFromTestFile(onc.location), onc.signature,
224 Validate(false, GetDictionaryFromTestFile(onc.location), onc.signature,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
context.c 45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id,
204 ret = Validate(dpy, port, surface_type_id, width, height, flags,
  /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/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 143 bool FileGenerator::Validate(string* error) {
  /external/chromium_org/tools/grit/grit/
clique_unittest.py 251 def Validate(self, message):
254 is_ok = self.Validate(translation)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id,
204 ret = Validate(dpy, port, surface_type_id, width, height, flags,

Completed in 382 milliseconds

1 2 3