Home
last modified time | relevance | path

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

/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/compiler/optimizing/
Doptimizing_cfi_test.cc91 void Check(InstructionSet isa, in Check() function in art::OptimizingCFITest
Dregister_allocator_test.cc38 static bool Check(const uint16_t* data) { in Check() function
/art/runtime/
Dcommon_runtime_test.cc608 void CheckJniAbortCatcher::Check(const char* expected_text) { in Check() function in art::CheckJniAbortCatcher
Dclass_linker_test.cc465 bool Check() SHARED_REQUIRES(Locks::mutator_lock_) { in Check() function
Dcheck_jni.cc458 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() function in art::ScopedCheck
1462 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() function in art::GuardedCopy
/art/tools/
Dcpplint.py726 def Check(self, error, filename, linenum): member in _FunctionState