/art/runtime/jdwp/ |
D | jdwp_request.cc | 77 int32_t Request::ReadSigned32(const char* what) { in ReadSigned32() argument 79 VLOG(jdwp) << " " << what << " " << value; in ReadSigned32() 83 uint32_t Request::ReadUnsigned32(const char* what) { in ReadUnsigned32() argument 85 VLOG(jdwp) << " " << what << " " << value; in ReadUnsigned32()
|
D | jdwp.h | 400 int32_t ReadSigned32(const char* what); 402 uint32_t ReadUnsigned32(const char* what);
|
/art/runtime/ |
D | indirect_reference_table-inl.h | 61 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry() argument 64 LOG(ERROR) << "JNI ERROR (app bug): attempt to " << what in CheckEntry()
|
D | check_jni.cc | 605 const char* what = nullptr; in CheckInstance() local 608 what = "jclass"; in CheckInstance() 611 what = "direct ByteBuffer"; in CheckInstance() 614 what = "jobject"; in CheckInstance() 617 what = "jstring"; in CheckInstance() 620 what = "jthrowable"; in CheckInstance() 627 JniAbortF(function_name_, "%s received null %s", function_name_, what); in CheckInstance() 635 … what, ToStr<IndirectRefKind>(GetIndirectRefKind(java_object)).c_str(), java_object, obj); in CheckInstance() 657 JniAbortF(function_name_, "%s has wrong type: %s", what, PrettyTypeOf(obj).c_str()); in CheckInstance()
|
D | debugger.cc | 4075 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() argument 4081 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) { in DdmHandleHpsgNhsgChunk() 4082 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what); in DdmHandleHpsgNhsgChunk() 4088 gDdmNhsgWhat = what; in DdmHandleHpsgNhsgChunk() 4091 gDdmHpsgWhat = what; in DdmHandleHpsgNhsgChunk() 4399 Dbg::HpsgWhat what; in DdmSendHeapSegments() local 4402 what = gDdmHpsgWhat; in DdmSendHeapSegments() 4405 what = gDdmNhsgWhat; in DdmSendHeapSegments() 4412 …CHECK(what == HPSG_WHAT_MERGED_OBJECTS || what == HPSG_WHAT_DISTINCT_OBJECTS) << static_cast<int>(… in DdmSendHeapSegments() 4424 HeapChunkContext context((what == HPSG_WHAT_MERGED_OBJECTS), native); in DdmSendHeapSegments()
|
D | debugger.h | 627 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
|
/art/dalvikvm/ |
D | dalvikvm.cc | 128 const char* what = NULL; in dalvikvm() local 145 what = argv[arg_idx]; in dalvikvm() 150 fprintf(stderr, "%s must be followed by an additional argument giving a value\n", what); in dalvikvm()
|
/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/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/ |
D | run-test | 150 what="$1" 151 if [ "x$what" = "x" ]; then 156 run_args="${run_args} --invoke-with ${what}"
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 162 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument 163 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
|
/art/runtime/gc/space/ |
D | malloc_space.h | 38 #define CHECK_MEMORY_CALL(call, args, what) \ argument 43 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 | 42 $(error Do not know what to do with this multi-target configuration!)
|
/art/runtime/base/ |
D | logging.h | 60 #define CHECK_PTHREAD_CALL(call, args, what) \ argument 65 PLOG(FATAL) << # call << " failed for " << what; \
|
/art/compiler/ |
D | oat_writer.cc | 643 void ReportWriteFailure(const char* what, const ClassDataItemIterator& it) { in ReportWriteFailure() argument 644 PLOG(ERROR) << "Failed to write " << what << " for " in ReportWriteFailure()
|
/art/dex2oat/ |
D | dex2oat.cc | 622 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ argument
|