HomeSort by relevance Sort by last modified time
    Searched refs:CallStaticIntMethodV (Results 1 - 25 of 57) sorted by null

1 2 3

  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 650 result = CALL(CallStaticIntMethodV, StaticFromNative, method,
696 TEST_DECLARATION(CallStaticIntMethodV) {
    [all...]
  /libcore/ojluni/src/main/native/
jni_util.c 241 result.i = (*env)->CallStaticIntMethodV(env, clazz, mid, args);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 334 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
jni.h 348 jint (*CallStaticIntMethodV)(JNIEnv*, jclass, jmethodID, va_list);
    [all...]

Completed in 270 milliseconds

1 2 3