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

1 23

  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 47 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
54 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
java_lang_ProcessManager.cpp 67 jniThrowException(env, "java/lang/IllegalStateException",
java_util_zip_Deflater.cpp 122 jniThrowException(env, "java/lang/IllegalStateException", NULL);
org_apache_harmony_luni_util_FloatingPointParser.cpp 1006 jniThrowException(env, "java/lang/NumberFormatException", NULL);
1008 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
1023 jniThrowException(env, "java/lang/NumberFormatException", NULL);
1025 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
NativeCrypto.cpp 199 jniThrowException(env, "java/net/SocketTimeoutException", message);
207 jniThrowException(env, "javax/net/ssl/SSLException", message);
215 jniThrowException(env, "javax/net/ssl/SSLProtocolException", message);
743 jniThrowException(env, "java/lang/IndexOutOfBoundsException", NULL);
    [all...]
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 782 jniThrowException(env, "java/net/PortUnreachableException", "");
    [all...]
java_io_File.cpp 347 jniThrowException(env, "java/lang/OutOfMemoryError", NULL);
org_apache_harmony_xml_ExpatParser.cpp 38 jniThrowException(env, "java/lang/OutOfMemoryError", "Out of memory.");
410 jniThrowException(env, "org/apache/harmony/xml/ExpatException", message);
    [all...]
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 61 jniThrowException(env, "java/lang/RuntimeException",
  /frameworks/base/core/jni/
android_os_FileUtils.cpp 120 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
com_android_internal_os_ZygoteInit.cpp 260 jniThrowException(env, "java/lang/NullPointerException",
android_bluetooth_BluetoothSocket.cpp 63 jniThrowException(env, "java/io/IOException", "null socketData");
AndroidRuntime.cpp 178 if (jniThrowException(env, exc, msg) != 0)
    [all...]
android_app_NativeActivity.cpp 936 jniThrowException(env, "java/lang/IllegalStateException",
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 47 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 167 jniThrowException(env, "java/lang/IllegalStateException",
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 519 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
com_android_server_InputManager.cpp     [all...]

Completed in 525 milliseconds

1 23