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

1 2

  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.h 99 return getJNIEnv()->CallStaticBooleanMethod(cls, mid, args);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 222 jboolean canAllocate = env->CallStaticBooleanMethod(bridgeClass, method, static_cast<jlong>(bytes));
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 229 result = CALL(CallStaticBooleanMethod, StaticFromNative, method);
276 TEST_DECLARATION(CallStaticBooleanMethod) {
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 161 sIndirectBufferCompatability = _env->CallStaticBooleanMethod(G11ImplClass, allowIndirectBuffersID, appName) ? 2 : 1;
  /development/ndk/platforms/android-3/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 319 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 317 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
jni.h 332 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]

Completed in 1061 milliseconds

1 2