HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowExceptionFmt (Results 1 - 9 of 9) sorted by null

  /libnativehelper/include/nativehelper/
JNIHelp.h 128 extern "C" int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args);
134 inline int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, ...) {
137 return jniThrowExceptionFmt(&env->functions, className, fmt, args);
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 66 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException",
87 jniThrowExceptionFmt(env, "java/io/IOException",
android_media_ResampleInputStream.cpp 83 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException",
  /libcore/luni/src/main/native/
IcuUtilities.cpp 71 jniThrowExceptionFmt(env, exceptionClass, "%s failed: %s", function, u_errorName(error));
NetworkUtilities.cpp 71 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException",
122 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException",
141 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException",
libcore_icu_AlphabeticIndex.cpp 98 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException", "Invalid index: %d", index);
111 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException", "Invalid index: %d", index);
165 jniThrowExceptionFmt(env, "java/lang/IllegalArgumentException", "Invalid index: %d", index);
  /frameworks/base/core/jni/
android_text_format_Time.cpp 376 jniThrowExceptionFmt(env, "android/util/TimeFormatException",
388 jniThrowExceptionFmt(env, "android/util/TimeFormatException",
579 jniThrowExceptionFmt(env, "android/util/TimeFormatException",
588 jniThrowExceptionFmt(env, "android/util/TimeFormatException",
android_os_Debug.cpp 622 jniThrowExceptionFmt(env, "java/lang/RuntimeException",
  /libnativehelper/
JNIHelp.cpp 239 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) {

Completed in 723 milliseconds