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

  /libcore/luni/src/main/native/
JniException.cpp 20 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) {
22 jniThrowException(env, exceptionClassName, jniStrError(error, buf, sizeof(buf)));
JniException.h 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
zip.h 27 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) {
31 jniThrowException(env, exceptionClassName, zError(error));
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 284 public String exceptionClassName;
340 exceptionClassName = tr.getClass().getName();
352 exceptionClassName = in.readString();
365 dest.writeString(exceptionClassName);
378 pw.println(prefix + "exceptionClassName: " + exceptionClassName);
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 359 String exceptionClassName = "IAEClass";
365 exceptionClassName = checks[index].substring(underscore + 1) + "Class";
371 exceptionClassName + ", " +
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 153 milliseconds