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

1 2 3 4 5 6

  /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 146 env->ReleaseByteArrayElements(byte_array, bytes, JNI_ABORT);
167 env->ReleaseIntArrayElements(int_array, ints, JNI_ABORT);
180 env->ReleaseLongArrayElements(long_array, longs, JNI_ABORT);
193 env->ReleaseFloatArrayElements(float_array, floats, JNI_ABORT);
211 env->ReleaseByteArrayElements(bytes_array.obj(), 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);
785 JNI_ABORT);
871 JNI_ABORT);
966 JNI_ABORT);
1061 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 237 _exception ? JNI_ABORT: 0);
241 _exception ? JNI_ABORT: 0);
335 _exception ? JNI_ABORT: 0);
454 _exception ? JNI_ABORT: 0);
458 JNI_ABORT);
520 _exception ? JNI_ABORT: 0);
597 JNI_ABORT);
679 JNI_ABORT);
740 JNI_ABORT);
819 _exception ? JNI_ABORT: 0)
    [all...]
android_nio_utils.cpp 56 commit ? 0 : JNI_ABORT);
android_opengl_GLES10Ext.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
396 _exception ? JNI_ABORT: 0);
400 _exception ? JNI_ABORT: 0);
android_opengl_GLES11Ext.cpp 129 commit ? 0 : JNI_ABORT);
275 _exception ? JNI_ABORT: 0);
438 JNI_ABORT);
522 JNI_ABORT);
606 JNI_ABORT);
703 JNI_ABORT);
859 JNI_ABORT);
957 JNI_ABORT);
1043 _exception ? JNI_ABORT: 0);
    [all...]
  /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);
eglCreatePbufferFromClientBuffer.cpp 57 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);

Completed in 130 milliseconds

1 2 3 4 5 6