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

1 2 3 4 5

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDebugMessageCallbackKHR.cpp 4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glGetPointervKHR.cpp 4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glCreateShaderProgramv.cpp 6 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glGetObjectLabelKHR.cpp 4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glGetObjectPtrLabelKHR.cpp 4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glObjectPtrLabelKHR.cpp 4 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glDispatchComputeIndirect.cpp 8 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
glDrawArraysIndirect.cpp 7 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
glDrawElementsIndirect.cpp 7 jniThrowException(_env, "java/lang/IllegalArgumentException", "indirect offset too large");
glGetProgramResourceName.cpp 5 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glBindVertexBuffer.cpp 6 jniThrowException(_env, "java/lang/IllegalArgumentException", "offset too large");
glGetDebugMessageLogKHR.cpp 5 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
13 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
21 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
29 jniThrowException(_env, "java/lang/UnsupportedOperationException", "not yet implemented");
glShaderSource.cpp 9 jniThrowException(_env, "java/lang/IllegalArgumentException", "string == null");
glGetProgramInfoLog.cpp 12 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
glGetProgramPipelineInfoLog.cpp 12 jniThrowException(_env, "java/lang/OutOfMemoryError", "out of memory");
glGetShaderInfoLog.cpp 12 jniThrowException(_env, "java/lang/IllegalArgumentException", "out of memory");
  /frameworks/ex/framesequence/jni/
JNIHelpers.h 26 void jniThrowException(JNIEnv* env, const char* className, const char* msg);
JNIHelpers.cpp 20 void jniThrowException(JNIEnv* env, const char* className, const char* msg) {
  /libcore/luni/src/main/native/
JniException.cpp 24 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf)));
28 jniThrowException(env, "java/lang/OutOfMemoryError", message);
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 48 jniThrowException(env, "java/lang/IllegalStateException",
57 jniThrowException(env, "java/lang/IllegalArgumentException",
66 jniThrowException(env, "java/lang/IllegalStateException",
78 jniThrowException(env, "java/lang/IllegalStateException",
95 jniThrowException(env, "java/lang/IllegalArgumentException",
114 jniThrowException(env, "java/lang/IllegalArgumentException",
128 jniThrowException(env, "java/lang/IllegalStateException",
152 jniThrowException(env, "java/lang/IllegalStateException",
159 jniThrowException(env, "java/lang/IllegalStateException",
172 jniThrowException(env, "java/lang/IllegalStateException"
    [all...]
android_media_MediaPlayer.cpp 92 jniThrowException(env, "java/lang/Exception", NULL);
169 jniThrowException(env, "java/lang/IllegalStateException", NULL);
171 jniThrowException(env, "java/lang/SecurityException", NULL);
175 jniThrowException( env, exception, message);
180 jniThrowException( env, exception, msg);
193 jniThrowException(env, "java/lang/IllegalStateException", NULL);
198 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
241 jniThrowException(env, "java/lang/IllegalStateException", NULL);
246 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
280 jniThrowException(env, "java/lang/IllegalStateException", NULL)
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 32 jniThrowException(env, "java/lang/IllegalArgumentException", "port");
59 jniThrowException(env, "java/lang/IllegalArgumentException", "address");
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.cpp 18 jniThrowException(_env, "java/lang/UnsupportedOperationException", "eglGetDisplay");
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 130 jniThrowException(env, "java/lang/IllegalArgumentException",
139 jniThrowException(env, "java/io/IOException", "Could not open serial port");
174 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
186 jniThrowException(env, "java/io/IOException", NULL);
197 jniThrowException(env, "java/lang/IllegalArgumentException", "ByteBuffer not direct");
203 jniThrowException(env, "java/io/IOException", NULL);
213 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
221 jniThrowException(env, "java/io/IOException", NULL);
231 jniThrowException(env, "java/lang/IllegalArgumentException", "ByteBuffer not direct");
236 jniThrowException(env, "java/io/IOException", NULL)
    [all...]
android_os_MemoryFile.cpp 39 jniThrowException(env, "java/io/IOException", "ashmem_create_region failed");
52 jniThrowException(env, "java/io/IOException", "mmap failed");
61 jniThrowException(env, "java/io/IOException", "munmap failed");
80 jniThrowException(env, "java/io/IOException", "ashmem region was purged");
99 jniThrowException(env, "java/io/IOException", "ashmem region was purged");
116 jniThrowException(env, "java/io/IOException", NULL);

Completed in 2012 milliseconds

1 2 3 4 5