HomeSort by relevance Sort by last modified time
    Searched refs:Validate (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.h 65 bool Validate(string* error);
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 65 bool Validate(string* error);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 66 bool Validate(string* error);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 66 bool Validate(string* error);
  /frameworks/compile/slang/
slang_rs_check_ast.h 70 bool Validate();
  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl_unittest.cc 25 ASSERT_FALSE(last_position_.Validate());
55 ASSERT_TRUE(position.Validate());
128 EXPECT_TRUE(geoposition.Validate());
187 EXPECT_FALSE(observer_->last_position_.Validate());
193 EXPECT_TRUE(observer_->last_position_.Validate() ||
230 EXPECT_TRUE(observer_->last_position_.Validate());
location_arbitrator_impl.cc 128 DCHECK(new_position.Validate() ||
179 if (!old_position.Validate()) {
183 if (new_position.Validate()) {
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc 62 void Validate(bool pack_start) {
91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i
108 SCOPED_TRACE(testing::Message() << "Validate child " << i
144 ASSERT_NO_FATAL_FAILURE(Validate(pack_start)) << "width = " << width;
157 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
169 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
179 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc 62 void Validate(bool pack_start) {
91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i
108 SCOPED_TRACE(testing::Message() << "Validate child " << i
144 ASSERT_NO_FATAL_FAILURE(Validate(pack_start)) << "width = " << width;
157 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
169 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
179 ASSERT_NO_FATAL_FAILURE(Validate(pack_start));
  /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,
237 Validate(true, GetDictionaryFromTestFile(onc.location), onc.signature,
249 Validate(false, GetDictionaryFromTestFile(onc.location), onc.signature,
  /external/chromium/chrome/common/
json_schema_validator.h 134 // Returns any errors from the last call to to Validate().
142 bool Validate(Value* instance);
154 void Validate(Value* instance, DictionaryValue* schema,
180 // Validate a JSON string against a string schema node.
184 // Validate a JSON number against a number schema node.
206 // Errors accumulated since the last call to Validate().
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/json_schema/
json_schema_validator_unittest.cc 22 if (validator.Validate(instance))
39 if (validator.Validate(instance)) {
  /external/chromium/chrome/browser/autofill/
phone_number.h 85 bool Validate(const string16& number) const;
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 84 EXPECT_TRUE(VCDiffCodeTableData::kDefaultCodeTableData.Validate());
85 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
105 return code_table_data_.Validate();
250 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
decodetable.cc 40 if (!code_table_data.Validate(max_mode)) return false;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_store.h 77 void Validate(
  /external/chromium_org/components/policy/core/common/
schema.h 61 bool Validate(const base::Value& value) const;
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.h 86 virtual bool Validate(const Extension* extension,
shared_module_info.h 61 virtual bool Validate(const Extension* extension,
  /external/chromium_org/net/quic/crypto/
strike_register.h 123 void Validate();
  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 84 EXPECT_TRUE(VCDiffCodeTableData::kDefaultCodeTableData.Validate());
85 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
105 return code_table_data_.Validate();
250 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
decodetable.cc 40 if (!code_table_data.Validate(max_mode)) return false;
  /external/open-vcdiff/src/
codetable_test.cc 84 EXPECT_TRUE(VCDiffCodeTableData::kDefaultCodeTableData.Validate());
85 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
105 return code_table_data_.Validate();
250 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
decodetable.cc 40 if (!code_table_data.Validate(max_mode)) return false;

Completed in 592 milliseconds

12 3 4 5 6 7 8