Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 10 of 10) sorted by relevance

/art/tools/bisection_search/
Dbisection_search.py191 def Check(self, output): member in IOutputCheck
213 def Check(self, output): member in EqualsOutputCheck
238 def Check(self, output): member in ExternalScriptOutputCheck
/art/test/140-field-packing/src/
DGapOrder.java70 static public void Check() { in Check() method in GapOrder
/art/compiler/debug/dwarf/
Ddwarf_test.h54 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check() function
/art/runtime/
Dcommon_runtime_test.cc714 void CheckJniAbortCatcher::Check(const std::string& expected_text) { in Check() function in art::CheckJniAbortCatcher
718 void CheckJniAbortCatcher::Check(const char* expected_text) { in Check() function in art::CheckJniAbortCatcher
Dclass_linker_test.cc482 bool Check() REQUIRES_SHARED(Locks::mutator_lock_) { in Check() function
Dcheck_jni.cc467 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() function in art::ScopedCheck
1476 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::GuardedCopy
Dclass_linker.cc1162 void Check() const REQUIRES_SHARED(Locks::mutator_lock_) { in Check() function in art::VerifyDirectInterfacesInTableClassVisitor
/art/compiler/optimizing/
Doptimizing_cfi_test.cc102 void Check(InstructionSet isa, in Check() function in art::OptimizingCFITest
Dregister_allocator_test.cc57 static bool Check(const uint16_t* data, Strategy strategy) { in Check() function
/art/tools/
Dcpplint.py726 def Check(self, error, filename, linenum): member in _FunctionState