Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c42 static jclass StaticFromNative; variable
97 StaticFromNative = (jclass) CALL(NewGlobalRef, clazz); in initializeVariables()
137 jmethodID result = CALL(GetStaticMethodID, StaticFromNative, in findStaticMethod()
231 result = CALL(CallStaticBooleanMethod, StaticFromNative, method); in help_CallBooleanMethod()
235 result = CALL(CallStaticBooleanMethodA, StaticFromNative, method, in help_CallBooleanMethod()
240 result = CALL(CallStaticBooleanMethodV, StaticFromNative, method, in help_CallBooleanMethod()
336 result = CALL(CallStaticByteMethod, StaticFromNative, method); in help_CallByteMethod()
340 result = CALL(CallStaticByteMethodA, StaticFromNative, method, in help_CallByteMethod()
345 result = CALL(CallStaticByteMethodV, StaticFromNative, method, in help_CallByteMethod()
441 result = CALL(CallStaticShortMethod, StaticFromNative, method); in help_CallShortMethod()
[all …]
/cts/tests/tests/jni/src/android/jni/cts/
DStaticFromNative.java24 public class StaticFromNative { class
28 private StaticFromNative() { in StaticFromNative() method in StaticFromNative