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

1 2 3 4

  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 215 bool GetBooleanField(JNIEnv* jni, jobject object, jfieldID id) {
216 jboolean b = jni->GetBooleanField(object, id);
217 CHECK_EXCEPTION(jni) << "error during GetBooleanField";
  /art/test/004-JniTest/
jni_test.cc 482 jboolean GetBooleanField(jobject o, jfieldID f) {
483 jboolean b = env_->GetBooleanField(o, f);
551 jboolean super_field = GetBooleanField(o, super_field_);
552 jboolean sub_field = GetBooleanField(o, sub_field_);
  /art/runtime/
jni_internal.cc     [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/
jni.h 309 jboolean (*GetBooleanField)(JNIEnv*, jobject, jfieldID);
    [all...]

Completed in 1356 milliseconds

1 2 3 4