HomeSort by relevance Sort by last modified time
    Searched defs:Validate (Results 51 - 63 of 63) sorted by null

1 23

  /external/chromium_org/tools/grit/grit/
clique.py 244 def Validate(self, message):
284 def Validate(self, message):
342 # be used to validate the original message and translations thereof, and
365 if custom_type and not custom_type.Validate(self.GetMessage()):
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 166 if self.Validate():
173 if self.Validate():
182 def Validate(self):
351 if self.Validate():
356 def Validate(self):
428 if not self.Validate():
444 if not self.Validate():
    [all...]
  /external/chromium/chrome/common/
json_schema_validator.cc 164 bool JSONSchemaValidator::Validate(Value* instance) {
166 Validate(instance, schema_root_, "");
170 void JSONSchemaValidator::Validate(Value* instance,
183 // If the schema has a $ref property, the instance must validate against
192 Validate(instance, type->second, path);
197 // If the schema has a choices property, the instance must validate against at
243 Validate(instance, choice, path);
302 Validate(prop_value, prop_schema, prop_path);
319 // Validate additional properties.
331 Validate(prop_value, additional_properties_schema, prop_path)
    [all...]
  /external/chromium_org/components/policy/core/common/
schema.cc 473 bool Schema::Validate(const base::Value& value) const {
487 if (!GetProperty(it.key()).Validate(it.value()))
493 if (!*it || !GetItems().Validate(**it))
503 // Validate as a generic JSON schema, and ignore unknown attributes; they
510 // Validate the main type.
  /external/chromium_org/media/cast/rtcp/
rtcp_utility.cc 22 Validate();
236 void RtcpParser::Validate() {
  /external/chromium_org/net/quic/crypto/
strike_register.cc 246 void StrikeRegister::Validate() {
  /external/chromium_org/components/json_schema/
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/gpu/command_buffer/service/
program_manager.cc 627 void Program::Validate() {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 195 // This is a 'prototype' validate-function. 'Real' validate
233 friend class CommandLineFlag; // for many things, including Validate()
247 // Calls the given validate-fn on value_buffer_, and returns
251 bool Validate(const char* flagname, ValidateFnProto validate_fn_proto) const;
380 bool FlagValue::Validate(const char* flagname,
488 bool Validate(const FlagValue& value) const;
489 bool ValidateCurrent() const { return Validate(*current_); }
512 // When we pass this to current_->Validate(), it will cast it back to
587 bool CommandLineFlag::Validate(const FlagValue& value) const
    [all...]
  /external/chromium_org/v8/src/
elements.cc 598 virtual void Validate(JSObject* holder) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 167 static void Validate() {
169 // Printf("Validate: c%zd\n", c);
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 195 // This is a 'prototype' validate-function. 'Real' validate
233 friend class CommandLineFlag; // for many things, including Validate()
247 // Calls the given validate-fn on value_buffer_, and returns
251 bool Validate(const char* flagname, ValidateFnProto validate_fn_proto) const;
380 bool FlagValue::Validate(const char* flagname,
488 bool Validate(const FlagValue& value) const;
489 bool ValidateCurrent() const { return Validate(*current_); }
512 // When we pass this to current_->Validate(), it will cast it back to
587 bool CommandLineFlag::Validate(const FlagValue& value) const
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 616 milliseconds

1 23