HomeSort by relevance Sort by last modified time
    Searched defs:JNI_ABORT (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 151 env->ReleaseIntArrayElements(static_cast<jintArray>(object), elems, JNI_ABORT);
156 env->ReleaseFloatArrayElements(static_cast<jfloatArray>(object), elems, JNI_ABORT);
  /art/runtime/native/
dalvik_system_DexFile.cc 83 env->ReleaseLongArrayElements(reinterpret_cast<jlongArray>(array), long_data, JNI_ABORT);
    [all...]
  /external/tensorflow/tensorflow/java/src/main/native/
tensor_jni.cc 133 env->Release##get_type##ArrayElements(a, values, JNI_ABORT); \
355 env->ReleaseLongArrayElements(shape, dims, JNI_ABORT);
381 env->ReleaseByteArrayElements(value, jsrc, JNI_ABORT);
417 JNI_ABORT);
443 env->ReleaseLongArrayElements(shape, jdims, JNI_ABORT);
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 173 #define JNI_ABORT 2
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 173 #define JNI_ABORT 2
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 173 #define JNI_ABORT 2
    [all...]
  /libnativehelper/include_jni/
jni.h     [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 173 #define JNI_ABORT 2
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 173 #define JNI_ABORT 2
    [all...]

Completed in 1974 milliseconds