Home
last modified time | relevance | path

Searched refs:InstanceFromNative (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c38 static jclass InstanceFromNative; variable
103 InstanceFromNative = (jclass) CALL(NewGlobalRef, clazz); in initializeVariables()
105 field = CALL(GetStaticFieldID, InstanceFromNative, "theOne", in initializeVariables()
127 return CALL(GetStaticObjectField, InstanceFromNative, in getStandardInstance()
152 jmethodID result = CALL(GetMethodID, InstanceFromNative, name, sig); in findInstanceMethod()
215 result = CALL(CallNonvirtualBooleanMethod, o, InstanceFromNative, in help_CallBooleanMethod()
220 result = CALL(CallNonvirtualBooleanMethodA, o, InstanceFromNative, in help_CallBooleanMethod()
225 result = CALL(CallNonvirtualBooleanMethodV, o, InstanceFromNative, in help_CallBooleanMethod()
320 result = CALL(CallNonvirtualByteMethod, o, InstanceFromNative, in help_CallByteMethod()
325 result = CALL(CallNonvirtualByteMethodA, o, InstanceFromNative, in help_CallByteMethod()
[all …]
/cts/tests/tests/jni/src/android/jni/cts/
DInstanceFromNative.java24 public class InstanceFromNative { class
26 public static final InstanceFromNative theOne = new InstanceFromNative();
31 public InstanceFromNative() { in InstanceFromNative() method in InstanceFromNative