Searched refs:StaticFromNative (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 41 static jclass StaticFromNative; variable 96 StaticFromNative = (jclass) CALL(NewGlobalRef, clazz); in initializeVariables() 136 jmethodID result = CALL(GetStaticMethodID, StaticFromNative, in findStaticMethod() 229 result = CALL(CallStaticBooleanMethod, StaticFromNative, method); in help_CallBooleanMethod() 233 result = CALL(CallStaticBooleanMethodA, StaticFromNative, method, in help_CallBooleanMethod() 238 result = CALL(CallStaticBooleanMethodV, StaticFromNative, method, in help_CallBooleanMethod() 332 result = CALL(CallStaticByteMethod, StaticFromNative, method); in help_CallByteMethod() 336 result = CALL(CallStaticByteMethodA, StaticFromNative, method, in help_CallByteMethod() 341 result = CALL(CallStaticByteMethodV, StaticFromNative, method, in help_CallByteMethod() 435 result = CALL(CallStaticShortMethod, StaticFromNative, method); in help_CallShortMethod() [all …]
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | StaticFromNative.java | 24 public class StaticFromNative { class 28 private StaticFromNative() { in StaticFromNative() method in StaticFromNative
|