Home
last modified time | relevance | path

Searched defs:get (Results 1 – 20 of 20) sorted by relevance

/art/test/647-jni-get-field-id/src/
DMain.java35 Method get = Main.class.getDeclaredMethod("getFieldId", in main() local
48 public static void testClassLoading(Method get) throws Exception { in testClassLoading()
/art/test/626-const-class-linking/src-multidex/
DHelper3.java18 public static ClassPair get() { in get() method in Helper3
DHelper2.java18 public static ClassPair get() { in get() method in Helper2
/art/test/626-const-class-linking/src/
DHelper1.java18 public static ClassPair get() { in get() method in Helper1
DRacyMisbehavingHelper.java20 public static ClassPair get() { in get() method in RacyMisbehavingHelper
DMain.java314 Method get = helper.getDeclaredMethod("get"); in wrapHelperGet() local
/art/test/ti-agent/
Dscoped_local_ref.h53 T get() const { in get() function
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSuperRoot.java54 public Reference get(int index) { in getReferences() method in SuperRoot
DInstances.java71 public T get(long id) { in get() method in Instances
DParser.java842 public T get(long key) throws HprofFormatException { in get() method in Parser.DenseMap
887 public T get(long key) throws HprofFormatException { in get() method in Parser.UnDenseMap
/art/test/1939-proxy-frames/src/art/
DTest1939.java57 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
/art/runtime/mirror/
Dvar_handle_test.cc377 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;)I")); in TEST_F() local
515 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("()I")); in TEST_F() local
681 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("([Ljava/lang/String;I)Ljava/lang/String;")); in TEST_F() local
837 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("([BI)C")); in TEST_F() local
989 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("(Ljava/nio/ByteBuffer;I)D")); in TEST_F() local
/art/tools/ahat/src/main/com/android/ahat/
DQuery.java58 public String get(String name, String defaultValue) { in get() method in Query
/art/test/1914-get-local-instance/src/art/
DTest1914.java74 public static SafepointFunction NamedGet(final String type, final GetterFunction get) { in NamedGet()
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java104 final String type, final SetterFunction get, final Object v) { in NamedSet()
/art/test/527-checker-array-access-split/src/
DMain.java120 public static int get(int array[], int index) { in get() method in Main
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java107 final String type, final SetterFunction get, final Object v) { in NamedSet()
/art/test/450-checker-types/src/
DMain.java69 public A get() { in get() method in Generic
522 private SubclassC get() { in get() method in Main
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc48 #define UNARY_INTRINSIC(name, op, get, set) \ argument
/art/build/apex/
Dart_apex_test.py56 def get(self, path): member in TargetApexProvider
129 def get(self, path): member in HostApexProvider