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

1 2 3 4 5

  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.cpp 76 env->ReleaseIntArrayElements(index_array, indices, JNI_ABORT);
77 env->ReleaseFloatArrayElements(value_array, values, JNI_ABORT);
81 env->ReleaseIntArrayElements(index_array, indices, JNI_ABORT);
82 env->ReleaseFloatArrayElements(value_array, values, JNI_ABORT);
107 env->ReleaseIntArrayElements(index_array, indices, JNI_ABORT);
108 env->ReleaseFloatArrayElements(value_array, values, JNI_ABORT);
111 env->ReleaseIntArrayElements(index_array, indices, JNI_ABORT);
112 env->ReleaseFloatArrayElements(value_array, values, JNI_ABORT);
  /frameworks/base/media/mca/filterfw/jni/
jni_vertex_frame.cpp 45 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
62 env->ReleaseFloatArrayElements(floats, float_ptr, JNI_ABORT);
80 env->ReleaseByteArrayElements(data, bytes, JNI_ABORT);
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);
  /external/chromium_org/base/android/
important_file_writer_android.cc 33 env->ReleaseByteArrayElements(data, native_data, JNI_ABORT);
jni_array.cc 130 env->ReleaseByteArrayElements(byte_array, bytes, JNI_ABORT);
151 env->ReleaseIntArrayElements(int_array, ints, JNI_ABORT);
164 env->ReleaseFloatArrayElements(float_array, floats, JNI_ABORT);
181 env->ReleaseByteArrayElements(bytes_array, bytes, JNI_ABORT);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 102 _exception ? JNI_ABORT: 0);
106 _exception ? JNI_ABORT: 0);
110 _exception ? JNI_ABORT: 0);
114 _exception ? JNI_ABORT: 0);
246 _exception ? JNI_ABORT: 0);
250 _exception ? JNI_ABORT: 0);
glGetActiveUniform.cpp 102 _exception ? JNI_ABORT: 0);
106 _exception ? JNI_ABORT: 0);
110 _exception ? JNI_ABORT: 0);
114 _exception ? JNI_ABORT: 0);
250 _exception ? JNI_ABORT: 0);
254 _exception ? JNI_ABORT: 0);
glGetTransformFeedbackVarying.cpp 102 _exception ? JNI_ABORT: 0);
106 _exception ? JNI_ABORT: 0);
110 _exception ? JNI_ABORT: 0);
114 _exception ? JNI_ABORT: 0);
246 _exception ? JNI_ABORT: 0);
250 _exception ? JNI_ABORT: 0);
glGetShaderSource.cpp 59 _exception ? JNI_ABORT: 0);
63 _exception ? JNI_ABORT: 0);
glGetActiveUniformBlockName.cpp 60 _exception ? JNI_ABORT: 0);
64 _exception ? JNI_ABORT: 0);
  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 54 env->ReleaseCharArrayElements(chsArray, chs, JNI_ABORT);
android_backup_BackupDataOutput.cpp 80 env->ReleaseByteArrayElements(data, dataBytes, JNI_ABORT);
android_opengl_GLES30.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
628 _exception ? JNI_ABORT: 0);
694 JNI_ABORT);
791 _exception ? JNI_ABORT: 0);
859 _exception ? JNI_ABORT: 0);
948 JNI_ABORT);
    [all...]
android_opengl_GLES20.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
784 JNI_ABORT);
870 JNI_ABORT);
965 JNI_ABORT);
1060 JNI_ABORT);
    [all...]
android_opengl_GLES11.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
453 JNI_ABORT);
525 JNI_ABORT);
627 JNI_ABORT);
731 _exception ? JNI_ABORT: 0);
831 _exception ? JNI_ABORT: 0);
918 _exception ? JNI_ABORT: 0);
1004 _exception ? JNI_ABORT: 0);
    [all...]
android_opengl_EGL14.cpp 224 _exception ? JNI_ABORT: 0);
228 _exception ? JNI_ABORT: 0);
322 _exception ? JNI_ABORT: 0);
441 _exception ? JNI_ABORT: 0);
445 JNI_ABORT);
507 _exception ? JNI_ABORT: 0);
584 JNI_ABORT);
666 JNI_ABORT);
727 JNI_ABORT);
806 _exception ? JNI_ABORT: 0)
    [all...]
android_nio_utils.cpp 56 commit ? 0 : JNI_ABORT);
  /libnativehelper/include/nativehelper/
ScopedBytes.h 46 mEnv->ReleaseByteArrayElements(mByteArray, mPtr, readOnly ? JNI_ABORT : 0);
  /packages/apps/Gallery2/jni_jpegstream/src/
stream_wrapper.cpp 78 mEnv->ReleaseByteArrayElements(mByteArray, mBytes, JNI_ABORT);
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 239 _env->ReleaseIntArrayElements(data, ptr, JNI_ABORT);
272 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
273 _env->ReleaseIntArrayElements(_arraySizes, arraySizes, JNI_ABORT);
445 _env->ReleaseIntArrayElements(data, ptr, JNI_ABORT);
455 _env->ReleaseShortArrayElements(data, ptr, JNI_ABORT);
465 _env->ReleaseByteArrayElements(data, ptr, JNI_ABORT);
475 _env->ReleaseFloatArrayElements(data, ptr, JNI_ABORT);
486 _env->ReleaseByteArrayElements(data, ptr, JNI_ABORT);
497 _env->ReleaseShortArrayElements(data, ptr, JNI_ABORT);
508 _env->ReleaseByteArrayElements(data, ptr, JNI_ABORT);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 70 JNI_ABORT);
152 JNI_ABORT);
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 138 _env->ReleasePrimitiveArrayCritical(str, cptr, JNI_ABORT);
343 _env->ReleaseIntArrayElements(data, ptr, JNI_ABORT);
376 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
377 _env->ReleaseIntArrayElements(_arraySizes, arraySizes, JNI_ABORT);
614 _env->ReleaseIntArrayElements(data, ptr, JNI_ABORT);
624 _env->ReleaseShortArrayElements(data, ptr, JNI_ABORT);
634 _env->ReleaseByteArrayElements(data, ptr, JNI_ABORT);
644 _env->ReleaseFloatArrayElements(data, ptr, JNI_ABORT);
655 _env->ReleaseByteArrayElements(data, ptr, JNI_ABORT);
666 _env->ReleaseShortArrayElements(data, ptr, JNI_ABORT);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 138 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
208 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
285 JNI_ABORT);
337 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
389 JNI_ABORT);
435 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), 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);
428 env->ReleaseFloatArrayElements(value_array_negative, values_n, JNI_ABORT);
429 env->ReleaseFloatArrayElements(value_array_positive, values_p, JNI_ABORT);
433 env->ReleaseFloatArrayElements(value_array_negative, values_n, JNI_ABORT);
434 env->ReleaseFloatArrayElements(value_array_positive, values_p, JNI_ABORT);
457 env->ReleaseFloatArrayElements(value_array, values, JNI_ABORT);
  /external/chromium_org/ui/gl/android/
surface_texture_bridge.cc 66 env->ReleaseFloatArrayElements(jmatrix.obj(), elements, JNI_ABORT);

Completed in 557 milliseconds

1 2 3 4 5