Searched refs:generic (Results 1 – 9 of 9) sorted by relevance
/art/runtime/jdwp/ |
D | README.txt | 11 bouncing around, though, it's difficult to keep things "generic".
|
D | jdwp_handler.cc | 355 static JdwpError VM_AllClassesImpl(ExpandBuf* pReply, bool descriptor_and_status, bool generic) in VM_AllClassesImpl() argument 376 if (generic) { in VM_AllClassesImpl() 727 bool generic) in M_VariableTable() argument 736 Dbg::OutputVariableTable(class_id, method_id, generic, pReply); in M_VariableTable()
|
/art/test/046-reflect/ |
D | expected.txt | 119 generic field: java.util.List<java.lang.String> 120 generic method fancyMethod params='[1] java.util.ArrayList<java.lang.String>' ret='java.util.Map<ja… 121 generic ctor Main params='[1] java.util.ArrayList<java.lang.Integer>'
|
/art/test/ti-agent/ |
D | redefinition_helper.cc | 53 char* generic = nullptr; in throwCommonRedefinitionError() local 54 jvmti->GetClassSignature(target[i], &signature, &generic); in throwCommonRedefinitionError() 60 jvmti->Deallocate(reinterpret_cast<unsigned char*>(generic)); in throwCommonRedefinitionError()
|
/art/test/ |
D | valgrind-target-suppressions.txt | 6 ioctl(generic)
|
D | Android.bp | 410 "656-annotation-lookup-generic-jni/test.cc",
|
/art/tools/dexfuzz/ |
D | README | 67 Add in --device=<device name, e.g. device:generic> if you want to specify a device.
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 160 generic header at the top:
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 234 void SetCheckGenericJni(bool generic) { in SetCheckGenericJni() argument 235 check_generic_jni_ = generic; in SetCheckGenericJni()
|