HomeSort by relevance Sort by last modified time
    Searched refs:Validate (Results 1 - 24 of 24) 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.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());
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...]
decodetable_test.cc 84 EXPECT_TRUE(VCDiffCodeTableData::kDefaultCodeTableData.Validate());
85 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
encodetable_test.cc 96 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
instruction_map_test.cc 111 EXPECT_TRUE(VCDiffCodeTableData::kDefaultCodeTableData.Validate());
112 EXPECT_TRUE(g_exercise_code_table_->Validate(kLastExerciseMode));
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 65 bool Validate(string* error);
java_generator.cc 80 if (!file_generator.Validate(error)) {
java_file.cc 95 bool FileGenerator::Validate(string* error) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 66 bool Validate(string* error);
javamicro_file.cc 93 bool FileGenerator::Validate(string* error) {
javamicro_generator.cc 167 if (!file_generator.Validate(error)) {
  /external/v8/test/mjsunit/
enumeration-order.js 44 // Validate the enumeration order for object up to 100 named properties.
57 // Validate the enumeration order for object literals up to 100 named
  /external/v8/test/sputnik/
testcfg.py 92 test_suite.Validate()
  /external/skia/src/core/
SkMemory_stdlib.cpp 140 static void Validate()
162 SkBlockHeader::Validate();
  /external/v8/tools/
js2c.py 94 def Validate(lines, file):
294 Validate(lines, filename)
  /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/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 187 STDMETHOD(Validate) (THIS_ LPDWORD, LPD3DVALIDATECALLBACK, LPVOID, DWORD) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 187 STDMETHOD(Validate) (THIS_ LPDWORD, LPD3DVALIDATECALLBACK, LPVOID, DWORD) PURE;
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 301 milliseconds