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

1 2 3 4

  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 950 result = CALL(CallStaticDoubleMethod, StaticFromNative, method);
997 TEST_DECLARATION(CallStaticDoubleMethod) {
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 528 jdouble (JNICALL *CallStaticDoubleMethod)
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 525 jdouble result = env_->CallStaticDoubleMethod(jklass_, jmethod_, 99.0, 10.0);
530 result = env_->CallStaticDoubleMethod(jklass_, jmethod_, a, b);
551 jdouble result = env_->CallStaticDoubleMethod(jklass_, jmethod_, 2.0);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 356 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...) __NDK_FPABI__;
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 342 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 340 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
jni.h 355 jdouble (*CallStaticDoubleMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]

Completed in 112 milliseconds

1 2 3 4