/art/test/062-character-encodings/ |
D | info.txt | 1 Test that the list of character encodings is what we expect.
|
/art/dalvikvm/ |
D | dalvikvm.cc | 130 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/ |
D | info.txt | 1 A set of tests for the optimizing compiler. They will incrementally cover what the
|
/art/test/698-selects/ |
D | info.txt | 2 assumptions on what could be of a boolean type.
|
/art/test/065-mismatched-implements/ |
D | info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/art/test/589-super-imt/ |
D | info.txt | 1 Test what the IMT is properly set for a subclass, and that the
|
/art/libartbase/base/ |
D | bit_struct.h | 150 T2& Assign(T2& what, T value) { in Assign() 155 what.Set(value); in Assign() 156 return what; in Assign()
|
D | utils.h | 154 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/ |
D | indirect_reference_table-inl.h | 64 inline bool IndirectReferenceTable::CheckEntry(const char* what, in CheckEntry() argument 71 what, in CheckEntry()
|
D | debugger.cc | 385 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()
|
D | debugger.h | 116 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
|
/art/test/800-smali/smali/ |
D | b_26965384.smali | 13 # Just by loading this class we should fail. It doesn't really matter what's in
|
D | b_27799205_helper.smali | 5 # unresolved types. It makes it harder to distinguish what kind of error we got.
|
/art/libartbase/base/unix_file/ |
D | README | 5 don't pay for what you don't use" apply.
|
/art/tools/runtime_memusage/ |
D | README | 7 1. Visualizing what part of a Dex File is being accessed at what time
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | Android.bp | 35 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/dump-jvmti-state/ |
D | Android.bp | 34 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/list-extensions/ |
D | Android.bp | 34 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | Android.bp | 35 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/jit-load/ |
D | Android.bp | 37 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | Android.bp | 34 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/titrace/ |
D | Android.bp | 38 // to be same ISA as what it is attached to.
|
/art/adbconnection/ |
D | Android.bp | 35 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/chain-agents/ |
D | Android.bp | 34 // to be same ISA as what it is attached to.
|
/art/tools/jvmti-agents/enable-vlog/ |
D | Android.bp | 33 // to be same ISA as what it is attached to.
|