HomeSort by relevance Sort by last modified time
    Searched defs:GetLongField (Results 1 - 25 of 33) sorted by null

1 2

  /development/ndk/platforms/android-3/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 300 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
709 jlong GetLongField(jobject obj, jfieldID fieldID)
710 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
707 jlong GetLongField(jobject obj, jfieldID fieldID)
708 { return functions->GetLongField(this, obj, fieldID); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
jni.h 313 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID);
    [all...]

Completed in 1056 milliseconds

1 2