HomeSort by relevance Sort by last modified time
    Searched refs:JNI_ABORT (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /libcore/ojluni/src/main/native/
Bits.c 102 RELEASECRITICAL(bytes, env, src, JNI_ABORT);
172 RELEASECRITICAL(bytes, env, src, JNI_ABORT);
242 RELEASECRITICAL(bytes, env, src, JNI_ABORT);
  /frameworks/base/core/jni/
android_opengl_GLES32.cpp 185 _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT);
191 _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT);
197 _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT);
203 _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT);
209 _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT);
215 _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT);
221 _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT);
227 _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT);
241 commit ? 0 : JNI_ABORT);
519 JNI_ABORT);
    [all...]
android_opengl_GLES10.cpp 187 _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT);
193 _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT);
199 _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT);
205 _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT);
211 _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT);
217 _env->ReleaseLongArrayElements(array, data, commit ? 0 : JNI_ABORT);
223 _env->ReleaseFloatArrayElements(array, data, commit ? 0 : JNI_ABORT);
229 _env->ReleaseDoubleArrayElements(array, data, commit ? 0 : JNI_ABORT);
243 commit ? 0 : JNI_ABORT);
765 JNI_ABORT);
    [all...]
android_opengl_EGL14.cpp 234 _exception ? JNI_ABORT: 0);
238 _exception ? JNI_ABORT: 0);
328 _exception ? JNI_ABORT: 0);
443 _exception ? JNI_ABORT: 0);
447 JNI_ABORT);
509 _exception ? JNI_ABORT: 0);
582 JNI_ABORT);
664 JNI_ABORT);
721 JNI_ABORT);
800 _exception ? JNI_ABORT: 0)
    [all...]
android_animation_PropertyValuesHolder.cpp 112 env->ReleaseFloatArrayElements(arg, floatValues, JNI_ABORT);
139 env->ReleaseIntArrayElements(arg, intValues, JNI_ABORT);
android_view_KeyCharacterMap.cpp 157 env->ReleasePrimitiveArrayCritical(charsArray, chars, JNI_ABORT);
197 env->ReleaseCharArrayElements(charsArray, chars, JNI_ABORT);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 88 env->ReleaseFloatArrayElements(value_array_model, values_m, JNI_ABORT);
430 env->ReleaseFloatArrayElements(value_array_negative, values_n, JNI_ABORT);
431 env->ReleaseFloatArrayElements(value_array_positive, values_p, JNI_ABORT);
435 env->ReleaseFloatArrayElements(value_array_negative, values_n, JNI_ABORT);
436 env->ReleaseFloatArrayElements(value_array_positive, values_p, JNI_ABORT);
459 env->ReleaseFloatArrayElements(value_array, values, JNI_ABORT);
  /frameworks/base/media/mca/filterfw/jni/
jni_native_frame.cpp 65 env->ReleaseByteArrayElements(data, bytes, JNI_ABORT);
109 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
143 env->ReleaseFloatArrayElements(floats, float_ptr, JNI_ABORT);
jni_util.cpp 151 env->ReleaseIntArrayElements(static_cast<jintArray>(object), elems, JNI_ABORT);
156 env->ReleaseFloatArrayElements(static_cast<jfloatArray>(object), elems, JNI_ABORT);
jni_gl_frame.cpp 122 env->ReleaseByteArrayElements(data, bytes, JNI_ABORT);
151 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
181 env->ReleaseFloatArrayElements(floats, float_ptr, JNI_ABORT);
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 60 env->ReleaseByteArrayElements(obj, const_cast<jbyte*>(array), JNI_ABORT);
Shader.cpp 129 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
173 JNI_ABORT);
211 JNI_ABORT);
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 47 /* The on-release mode should only be JNI_ABORT for read-only accesses. */ \
49 relFlag = JNI_ABORT; \
438 _env->ReleaseLongArrayElements(depFieldIDArray, jDepFieldIDs, JNI_ABORT);
439 _env->ReleaseLongArrayElements(depClosureArray, jDepClosures, JNI_ABORT);
440 _env->ReleaseIntArrayElements (sizeArray, jSizes, JNI_ABORT);
441 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT);
442 _env->ReleaseLongArrayElements(fieldIDArray, jFieldIDs, JNI_ABORT);
493 _env->ReleaseIntArrayElements (sizeArray, jSizes, JNI_ABORT);
494 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT);
495 _env->ReleaseLongArrayElements(fieldIDArray, jFieldIDs, JNI_ABORT);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 59 /* The on-release mode should only be JNI_ABORT for read-only accesses. */ \
61 relFlag = JNI_ABORT; \
460 _env->ReleaseLongArrayElements(depFieldIDArray, jDepFieldIDs, JNI_ABORT);
461 _env->ReleaseLongArrayElements(depClosureArray, jDepClosures, JNI_ABORT);
462 _env->ReleaseIntArrayElements (sizeArray, jSizes, JNI_ABORT);
463 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT);
464 _env->ReleaseLongArrayElements(fieldIDArray, jFieldIDs, JNI_ABORT);
534 _env->ReleaseIntArrayElements (sizeArray, jSizes, JNI_ABORT);
535 _env->ReleaseLongArrayElements(valueArray, jValues, JNI_ABORT);
536 _env->ReleaseLongArrayElements(fieldIDArray, jFieldIDs, JNI_ABORT);
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 285 e->ReleaseByteArrayElements(buf, (jbyte *)nfc_jni_ndef_rw.buffer, JNI_ABORT);
883 (jbyte *)buf, JNI_ABORT);
    [all...]
com_android_nfc.cpp 263 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
285 e->ReleaseIntArrayElements(libNfcTypes.get(), types, JNI_ABORT);
com_android_nfc_NativeP2pDevice.cpp 346 (jbyte *)transceive_info.sSendData.buffer, JNI_ABORT);
461 e->ReleaseByteArrayElements(buf, (jbyte *)data.buffer, JNI_ABORT);
  /external/conscrypt/src/compat/native/
ScopedPrimitiveArray.h 41 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, JNI_ABORT); \
  /external/conscrypt/src/openjdk/native/
ScopedPrimitiveArray.h 41 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, JNI_ABORT); \
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 61 _exception ? JNI_ABORT : 0);
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 44 mEnv->Release ## NAME ## ArrayElements(mJavaArray, mRawArray, JNI_ABORT); \
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 373 env->ReleaseByteArrayElements(buffer, logData, JNI_ABORT);
381 env->ReleaseByteArrayElements(buffer, logData, JNI_ABORT);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 242 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
269 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /art/runtime/native/
libcore_util_CharsetUtils.cc 81 mEnv->ReleaseByteArrayElements(mJavaArray, mRawArray, JNI_ABORT);

Completed in 528 milliseconds

12 3 4 5 6