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

1 2 3

  /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/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 58 void Validate(const string& in_word, const string& gold_word) {
79 Validate(word, word + escape_);
87 Validate(string(1, ch), escaped);
160 Validate("mysite.com&x", "mysite.com" + escape_ + "26x" + escape_);
161 Validate("/./", "/" + escape_ + "./" + escape_);
162 Validate("/../", "/" + escape_ + "../" + escape_);
163 Validate("//", "/" + escape_ + "2F" + escape_);
164 Validate("/./leaf", "/" + escape_ + "./leaf" + escape_);
165 Validate("/../leaf", "/" + escape_ + "../leaf" + escape_);
166 Validate("//leaf", "/" + escape_ + "2Fleaf" + escape_)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
codetable.h 87 bool Validate(unsigned char max_mode) const;
89 // This version of Validate() assumes that the default address cache sizes
91 bool Validate() const;
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.h 87 bool Validate(unsigned char max_mode) const;
89 // This version of Validate() assumes that the default address cache sizes
91 bool Validate() const;
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;
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/common/
json_schema_validator_unittest.cc 21 if (validator.Validate(instance))
37 if (validator.Validate(instance)) {
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/protobuf/src/google/protobuf/compiler/java/
java_file.h 65 bool Validate(string* error);
java_generator.cc 80 if (!file_generator.Validate(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 58 bool 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/chrome/browser/autofill/
phone_number.h 85 bool Validate(const string16& number) const;
phone_number.cc 57 if (!Validate(stripped_text))
117 if (!Validate(number))
232 bool PhoneNumber::Validate(const string16& number) const {
  /frameworks/base/data/keyboards/
Android.mk 21 # Validate all key maps.
  /frameworks/base/packages/InputDevices/
Android.mk 29 # Validate all key maps.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 192 void Validate() const;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 3 use Params::Validate qw( :types );

Completed in 484 milliseconds

1 2 3