/art/runtime/jdwp/ |
D | jdwp_request.cc | 78 int32_t Request::ReadSigned32(const char* what) { in ReadSigned32() argument 80 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32() 84 uint32_t Request::ReadUnsigned32(const char* what) { in ReadUnsigned32() argument 86 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32()
|
D | jdwp.h | 432 int32_t ReadSigned32(const char* what); 434 uint32_t ReadUnsigned32(const char* what);
|
/art/test/062-character-encodings/ |
D | info.txt | 1 Test that the list of character encodings is what we expect.
|
/art/test/401-optimizing-compiler/ |
D | info.txt | 1 A set of tests for the optimizing compiler. They will incrementally cover what the
|
/art/dalvikvm/ |
D | dalvikvm.cc | 129 const char* what = nullptr; in dalvikvm() local 146 what = argv[arg_idx]; in dalvikvm() 151 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what); in dalvikvm()
|
/art/test/065-mismatched-implements/ |
D | info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/art/test/066-mismatched-super/ |
D | info.txt | 1 This tests what happens when class A extends abstract class 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/runtime/ |
D | indirect_reference_table-inl.h | 72 inline bool IndirectReferenceTable::CheckEntry(const char* what, in CheckEntry() argument 79 what, in CheckEntry()
|
D | check_jni.cc | 745 const char* what = nullptr; in CheckInstance() local 748 what = "jclass"; in CheckInstance() 751 what = "direct ByteBuffer"; in CheckInstance() 754 what = "jobject"; in CheckInstance() 757 what = "jstring"; in CheckInstance() 760 what = "jthrowable"; in CheckInstance() 770 AbortF("%s received NULL %s", function_name_, what); in CheckInstance() 788 what, in CheckInstance() 799 what, in CheckInstance() 824 AbortF("%s has wrong type: %s", what, mirror::Object::PrettyTypeOf(obj).c_str()); in CheckInstance()
|
D | debugger.cc | 4485 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument 4491 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) { in DdmHandleHpsgNhsgChunk() 4492 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what); in DdmHandleHpsgNhsgChunk() 4498 gDdmNhsgWhat = what; in DdmHandleHpsgNhsgChunk() 4501 gDdmHpsgWhat = what; in DdmHandleHpsgNhsgChunk() 4814 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat; in DdmSendHeapSegments() local 4819 CHECK(what == HPSG_WHAT_MERGED_OBJECTS || what == HPSG_WHAT_DISTINCT_OBJECTS) in DdmSendHeapSegments() 4820 << static_cast<int>(what); in DdmSendHeapSegments() 4830 HeapChunkContext context(what == HPSG_WHAT_MERGED_OBJECTS, native); in DdmSendHeapSegments()
|
D | debugger.h | 681 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/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 158 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument 159 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
|
/art/runtime/gc/space/ |
D | malloc_space.h | 37 #define CHECK_MEMORY_CALL(call, args, what) \ argument 42 PLOG(FATAL) << # call << " failed for " << (what); \
|
/art/runtime/base/unix_file/ |
D | README | 5 don't pay for what you don't use" apply.
|
/art/build/ |
D | Android.common.mk | 63 $(warning Do not know what to do with this multi-target configuration!)
|
/art/test/ |
D | run-test | 309 what="$1" 310 if [ "x$what" = "x" ]; then 315 run_args="${run_args} --invoke-with ${what}"
|
/art/tools/common/ |
D | common.py | 501 def _AdbPush(self, what, where): argument 502 check_call(shlex.split('adb push "{0}" "{1}"'.format(what, where)),
|
/art/tools/ |
D | art | 55 what="${ARGS_WITH_QUICKEN[$index]}" 57 case "$what" in
|
/art/tools/ahat/ |
D | README.txt | 39 ignored or not? Is there any interest in what's unreachable, or is it only
|
/art/cmdline/ |
D | README.md | 88 After an argument definition is provided, the parser builder needs to know what type the argument
|
/art/compiler/ |
D | oat_writer.cc | 1388 void ReportWriteFailure(const char* what, const ClassDataItemIterator& it) { in ReportWriteFailure() argument 1389 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
|
/art/dex2oat/ |
D | dex2oat.cc | 403 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
|