Home
last modified time | relevance | path

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

12

/art/runtime/jdwp/
Djdwp_request.cc78 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()
/art/test/062-character-encodings/
Dinfo.txt1 Test that the list of character encodings is what we expect.
/art/libartbase/base/
Dbit_struct.h147 T2& Assign(T2& what, T value) { in Assign()
152 what.Set(value); in Assign()
153 return what; in Assign()
Dutils.h142 static inline void CheckedCall(const Func& function, const char* what, Args... args) { in CheckedCall() argument
145 PLOG(FATAL) << "Checked call failed for " << what; in CheckedCall()
/art/dalvikvm/
Ddalvikvm.cc129 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/401-optimizing-compiler/
Dinfo.txt1 A set of tests for the optimizing compiler. They will incrementally cover what the
/art/tools/amm/models/
DSoCode.md8 include information about what caused a library to be loaded, whether the
10 or what is causing a library to remain loaded. Individual `.so` files can be
/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/runtime/
Dindirect_reference_table-inl.h72 inline bool IndirectReferenceTable::CheckEntry(const char* what, in CheckEntry() argument
79 what, in CheckEntry()
/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/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc170 static jboolean DdmVmInternal_heapSegmentNotify(JNIEnv*, jclass, jint when, jint what, jboolean nat… in DdmVmInternal_heapSegmentNotify() argument
171 …DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native); in DdmVmInternal_heapSegmentNotify()
/art/libartbase/base/unix_file/
DREADME5 don't pay for what you don't use" apply.
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp25 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp25 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/dump-jvmti-state/
DAndroid.bp25 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/breakpoint-logger/
DAndroid.bp26 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/wrapagentproperties/
DAndroid.bp26 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/titrace/
DAndroid.bp29 // to be same ISA as what it is attached to.
/art/adbconnection/
DAndroid.bp26 // to be same ISA as what it is attached to.
/art/dt_fd_forward/
DAndroid.bp26 // ISA as what it is attached to.
/art/tools/jvmti-agents/jit-load/
DAndroid.bp28 // to be same ISA as what it is attached to.
/art/tools/runtime_memusage/
DREADME7 1. Visualizing what part of a Dex File is being accessed at what time

12