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

  /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());
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/chrome/browser/autocomplete/
autocomplete_match.cc 129 // (AutocompleteMatch::Validate() checks this).
157 void AutocompleteMatch::Validate() const {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 93 bool FileGenerator::Validate(string* error) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 95 bool FileGenerator::Validate(string* error) {
  /external/chromium/chrome/browser/autofill/
phone_number.cc 57 if (!Validate(stripped_text))
117 if (!Validate(number))
232 bool PhoneNumber::Validate(const string16& number) const {
  /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/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/v8/tools/
js2c.py 101 def Validate(lines, file):
328 Validate(lines, filename)
  /external/skia/src/core/
SkMemory_stdlib.cpp 132 static void Validate()
154 SkBlockHeader::Validate();
  /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/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 426 /// Validate - Return true if this matchable is a valid thing to match against
428 bool Validate(StringRef CommentDelimiter, bool Hack) const;
761 bool MatchableInfo::Validate(StringRef CommentDelimiter, bool Hack) const {
    [all...]

Completed in 1055 milliseconds