Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 42) sorted by relevance

12

/art/test/062-character-encodings/
Dinfo.txt1 Test that the list of character encodings is what we expect.
/art/dalvikvm/
Ddalvikvm.cc130 const char* what = nullptr; in dalvikvm() local
147 what = argv[arg_idx]; in dalvikvm()
152 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what); in dalvikvm()
/art/test/401-optimizing-compiler/
Dinfo.txt1 A set of tests for the optimizing compiler. They will incrementally cover what the
/art/test/698-selects/
Dinfo.txt2 assumptions on what could be of a boolean type.
/art/test/065-mismatched-implements/
Dinfo.txt1 This tests what happens when class A implements interface B, but somebody
/art/test/589-super-imt/
Dinfo.txt1 Test what the IMT is properly set for a subclass, and that the
/art/libartbase/base/
Dbit_struct.h150 T2& Assign(T2& what, T value) { in Assign()
155 what.Set(value); in Assign()
156 return what; in Assign()
Dutils.h154 static inline void CheckedCall(const Func& function, const char* what, Args... args) { in CheckedCall() argument
157 PLOG(FATAL) << "Checked call failed for " << what; in CheckedCall()
/art/runtime/
Dindirect_reference_table-inl.h64 inline bool IndirectReferenceTable::CheckEntry(const char* what, in CheckEntry() argument
71 what, in CheckEntry()
Ddebugger.cc385 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument
391 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) { in DdmHandleHpsgNhsgChunk()
392 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what); in DdmHandleHpsgNhsgChunk()
398 gDdmNhsgWhat = what; in DdmHandleHpsgNhsgChunk()
401 gDdmHpsgWhat = what; in DdmHandleHpsgNhsgChunk()
710 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat; in DdmSendHeapSegments() local
716 CHECK(what == HPSG_WHAT_MERGED_OBJECTS || what == HPSG_WHAT_DISTINCT_OBJECTS) in DdmSendHeapSegments()
717 << static_cast<int>(what); in DdmSendHeapSegments()
728 HeapChunkContext context(what == HPSG_WHAT_MERGED_OBJECTS, native); in DdmSendHeapSegments()
Ddebugger.h116 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
/art/test/800-smali/smali/
Db_26965384.smali13 # Just by loading this class we should fail. It doesn't really matter what's in
Db_27799205_helper.smali5 # unresolved types. It makes it harder to distinguish what kind of error we got.
/art/libartbase/base/unix_file/
DREADME5 don't pay for what you don't use" apply.
/art/tools/runtime_memusage/
DREADME7 1. Visualizing what part of a Dex File is being accessed at what time
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp35 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/dump-jvmti-state/
DAndroid.bp34 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/list-extensions/
DAndroid.bp34 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/wrapagentproperties/
DAndroid.bp35 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/jit-load/
DAndroid.bp37 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/simple-force-redefine/
DAndroid.bp34 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/titrace/
DAndroid.bp38 // to be same ISA as what it is attached to.
/art/adbconnection/
DAndroid.bp35 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/chain-agents/
DAndroid.bp34 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/enable-vlog/
DAndroid.bp33 // to be same ISA as what it is attached to.

12