Searched defs:Validate (Results 1 - 12 of 12) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dcodetable.cc233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const { function in class:open_vcdiff::VCDiffCodeTableData
275 bool VCDiffCodeTableData::Validate() const { function in class:open_vcdiff::VCDiffCodeTableData
276 return Validate(VCDiffAddressCache::DefaultLastMode());
H A Dgflags.cc233 friend class CommandLineFlag; // for many things, including Validate()
251 bool Validate(const char* flagname, ValidateFnProto validate_fn_proto) const;
380 bool FlagValue::Validate(const char* flagname, function in class:google::__anon3106::FlagValue
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 { function in class:google::__anon3106::CommandLineFlag
591 return value.Validate(name(), validate_function());
794 } else if (!flag->Validate(*tentative_value)) {
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.cc129 // (AutocompleteMatch::Validate() checks this).
157 void AutocompleteMatch::Validate() const { function in class:AutocompleteMatch
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc93 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::javamicro::FileGenerator
/external/chromium/chrome/browser/autofill/
H A Dphone_number.cc57 if (!Validate(stripped_text))
117 if (!Validate(number))
232 bool PhoneNumber::Validate(const string16& number) const { function in class:PhoneNumber
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox_unittest.cc62 void Validate(bool pack_start) { function in class:GtkChromeShrinkableHBoxTest
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/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc95 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::java::FileGenerator
/external/v8/tools/
H A Djs2c.py101 def Validate(lines, file): function
328 Validate(lines, filename)
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder_unittest.cc58 void Validate(const string& in_word, const string& gold_word) { function in class:net::UrlToFilenameEncoderTest
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("//lea
[all...]
/external/skia/src/core/
H A DSkMemory_stdlib.cpp132 static void Validate() function in struct:SkBlockHeader
154 SkBlockHeader::Validate();
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py166 if self.Validate():
173 if self.Validate():
182 def Validate(self): member in class:JetOpen
351 if self.Validate():
356 def Validate(self): member in class:SegEdit
428 if not self.Validate():
444 if not self.Validate():
710 if self.Validate():
715 def Validate(self): member in class:EventEdit
779 if not self.Validate()
882 def Validate(self): member in class:JetReplicate
[all...]
/external/chromium/chrome/common/
H A Djson_schema_validator.cc164 bool JSONSchemaValidator::Validate(Value* instance) { function in class:JSONSchemaValidator
166 Validate(instance, schema_root_, "");
170 void JSONSchemaValidator::Validate(Value* instance, function in class:JSONSchemaValidator
192 Validate(instance, type->second, path);
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);
367 Validate(item, single_type, item_path);
393 Validate(item_valu
[all...]

Completed in 292 milliseconds