HomeSort by relevance Sort by last modified time
    Searched refs:GetDoubleArrayElements (Results 51 - 70 of 70) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
jni.h 416 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
jni.h 416 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
jni.h 416 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 174 return _env->GetDoubleArrayElements(array, is_copy);
android_opengl_GLES31Ext.cpp 173 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES11.cpp 174 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES32.cpp 172 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES10.cpp 174 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES11Ext.cpp 174 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES31.cpp 172 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES30.cpp 174 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
android_opengl_GLES20.cpp 174 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 198 return _env->GetDoubleArrayElements(array, is_copy);
    [all...]
  /art/runtime/
jni_internal_test.cc 372 EXPECT_EQ(env_->GetDoubleArrayElements(reinterpret_cast<jdoubleArray>(array), &is_copy), nullptr);
    [all...]
jni_internal.cc     [all...]
check_jni.cc     [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 95 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 79 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 583 milliseconds

1 23