Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c41 static jclass StaticFromNative; variable
96 StaticFromNative = (jclass) CALL(NewGlobalRef, clazz); in initializeVariables()
136 jmethodID result = CALL(GetStaticMethodID, StaticFromNative, in findStaticMethod()
230 result = CALL(CallStaticBooleanMethod, StaticFromNative, method); in help_CallBooleanMethod()
234 result = CALL(CallStaticBooleanMethodA, StaticFromNative, method, in help_CallBooleanMethod()
239 result = CALL(CallStaticBooleanMethodV, StaticFromNative, method, in help_CallBooleanMethod()
335 result = CALL(CallStaticByteMethod, StaticFromNative, method); in help_CallByteMethod()
339 result = CALL(CallStaticByteMethodA, StaticFromNative, method, in help_CallByteMethod()
344 result = CALL(CallStaticByteMethodV, StaticFromNative, method, in help_CallByteMethod()
440 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