HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowException (Results 51 - 75 of 98) sorted by null

1 23 4

  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 45 jniThrowException(env, "java/lang/IndexOutOfBoundsException", NULL);
54 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
84 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
120 jniThrowException(env, "org/xmlpull/v1/XmlPullParserException",
android_opengl_GLES10Ext.cpp 134 jniThrowException(_env, "java/lang/IllegalArgumentException",
272 jniThrowException(_env, _exceptionType, _exceptionMessage);
315 jniThrowException(_env, _exceptionType, _exceptionMessage);
396 jniThrowException(_env, _exceptionType, _exceptionMessage);
453 jniThrowException(_env, _exceptionType, _exceptionMessage);
android_opengl_GLES30.cpp 140 jniThrowException(_env, "java/lang/IllegalArgumentException",
278 jniThrowException(_env, _exceptionType, _exceptionMessage);
321 jniThrowException(_env, _exceptionType, _exceptionMessage);
630 jniThrowException(_env, _exceptionType, _exceptionMessage);
696 jniThrowException(_env, _exceptionType, _exceptionMessage);
793 jniThrowException(_env, _exceptionType, _exceptionMessage);
861 jniThrowException(_env, _exceptionType, _exceptionMessage);
950 jniThrowException(_env, _exceptionType, _exceptionMessage);
    [all...]
android_opengl_EGL14.cpp 105 jniThrowException(_env, "java/lang/IllegalArgumentException",
231 jniThrowException(_env, _exceptionType, _exceptionMessage);
332 jniThrowException(_env, _exceptionType, _exceptionMessage);
455 jniThrowException(_env, _exceptionType, _exceptionMessage);
510 jniThrowException(_env, _exceptionType, _exceptionMessage);
587 jniThrowException(_env, _exceptionType, _exceptionMessage);
669 jniThrowException(_env, _exceptionType, _exceptionMessage);
730 jniThrowException(_env, _exceptionType, _exceptionMessage);
739 jniThrowException(_env, "java/lang/UnsupportedOperationException",
809 jniThrowException(_env, _exceptionType, _exceptionMessage)
    [all...]
android_view_MotionEvent.cpp 117 jniThrowException(env, "java/lang/IllegalArgumentException",
127 jniThrowException(env, "java/lang/IllegalArgumentException",
133 jniThrowException(env, "java/lang/IllegalArgumentException",
143 jniThrowException(env, "java/lang/IllegalArgumentException",
149 jniThrowException(env, "java/lang/IllegalArgumentException",
158 jniThrowException(env, "java/lang/IllegalArgumentException",
167 jniThrowException(env, "java/lang/IllegalArgumentException",
176 jniThrowException(env, "java/lang/IllegalArgumentException",
185 jniThrowException(env, "java/lang/IllegalArgumentException",
    [all...]
android_view_InputChannel.cpp 179 jniThrowException(env, "java/lang/IllegalStateException",
193 jniThrowException(env, "java/lang/IllegalStateException",
android_hardware_Camera.cpp 417 jniThrowException(env,
557 jniThrowException(env, "java/io/IOException", "setPreviewTexture failed");
576 jniThrowException(env, "java/lang/IllegalArgumentException",
584 jniThrowException(env, "java/io/IOException",
738 jniThrowException(env, "java/io/IOException", "reconnect failed");
775 jniThrowException(env, "java/lang/IllegalArgumentException", msg);
835 jniThrowException(env, "java/lang/IllegalArgumentException", msg);
    [all...]
android_view_Surface.cpp 140 jniThrowException(env, "java/lang/IllegalArgumentException",
148 jniThrowException(env, OutOfResourcesException, NULL);
234 jniThrowException(env, exception, NULL);
android_net_LocalSocketImpl.cpp 498 jniThrowException(env, "java/io/IOException",
581 jniThrowException(env, "java/io/IOException",
725 jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", NULL);
792 jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", NULL);
android_opengl_EGLExt.cpp 106 jniThrowException(_env, "java/lang/IllegalArgumentException",
android_util_Log.cpp 91 jniThrowException(env, "java/lang/IllegalArgumentException", buf2);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 117 jniThrowException(_env, _exceptionType, _exceptionMessage);
197 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
259 jniThrowException(_env, _exceptionType, _exceptionMessage);
293 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
glGetActiveUniform.cpp 117 jniThrowException(_env, _exceptionType, _exceptionMessage);
199 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
263 jniThrowException(_env, _exceptionType, _exceptionMessage);
293 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
glGetTransformFeedbackVarying.cpp 117 jniThrowException(_env, _exceptionType, _exceptionMessage);
197 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
259 jniThrowException(_env, _exceptionType, _exceptionMessage);
293 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
common.cpp 118 jniThrowException(_env, "java/lang/IllegalArgumentException",
256 jniThrowException(_env, _exceptionType, _exceptionMessage);
299 jniThrowException(_env, _exceptionType, _exceptionMessage);
glGetActiveUniformBlockName.cpp 67 jniThrowException(_env, _exceptionType, _exceptionMessage);
  /libcore/luni/src/main/native/
ZipUtilities.h 32 jniThrowException(env, exceptionClassName, zError(error));
  /libnativehelper/
JNIHelp.cpp 208 extern "C" int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) {
242 return jniThrowException(env, className, msgBuf);
246 return jniThrowException(env, "java/lang/NullPointerException", msg);
250 return jniThrowException(env, "java/lang/RuntimeException", msg);
256 return jniThrowException(env, "java/io/IOException", message);
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 18 jniThrowException(env, "java/lang/ArrayIndexOutOfBoundsException", NULL);
26 jniThrowException(env, "java/lang/IllegalArgumentException", msg);
30 jniThrowException(env, "java/lang/IllegalStateException", msg);
34 jniThrowException(env, "java/lang/OutOfMemoryError", msg);
38 jniThrowException(env, "java/io/IOException", msg);
485 jniThrowException(env, "java/lang/IllegalArgumentException",
SurfaceTexture.cpp 205 jniThrowException(env, OutOfResourcesException,
244 jniThrowException(env, IllegalStateException, "Unable to update texture contents (see "
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 110 jniThrowException(env, "java/lang/AssertionError",
239 jniThrowException(env, "java/lang/AssertionError",
255 jniThrowException(env, "java/lang/AssertionError",
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 273 jniThrowException(env, "java/lang/RuntimeException", "Out of memory");
281 jniThrowException(env, "java/lang/RuntimeException", "Out of memory");
466 jniThrowException(env, "java/lang/IllegalStateException",
482 jniThrowException(env, "java/lang/IllegalStateException",
499 jniThrowException(env, "java/lang/IllegalStateException",
525 jniThrowException(env, "java/lang/IllegalStateException",
588 jniThrowException(env, "java/lang/IllegalStateException",
655 jniThrowException(env, "java/lang/IllegalStateException",
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 958 jniThrowException(env, "java/lang/IllegalStateException",
972 jniThrowException(env, "java/lang/IllegalStateException",
981 jniThrowException(env, "java/lang/IllegalStateException",
994 jniThrowException(env, "java/lang/IllegalStateException",
1002 jniThrowException(env, "java/lang/IllegalStateException",
1035 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
1043 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 105 jniThrowException(_env, "java/lang/IllegalArgumentException",
EGLExtcHeader.cpp 106 jniThrowException(_env, "java/lang/IllegalArgumentException",

Completed in 558 milliseconds

1 23 4