HomeSort by relevance Sort by last modified time
    Searched defs:Validate (Results 1 - 9 of 9) 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/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/v8/tools/
js2c.py 94 def Validate(lines, file):
294 Validate(lines, filename)
  /external/skia/src/core/
SkMemory_stdlib.cpp 140 static void Validate()
162 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...]

Completed in 1081 milliseconds