/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);
|
ZipUtilities.h | 28 static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) { 32 jniThrowException(env, exceptionClassName, zError(error));
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 287 public String exceptionClassName; 347 exceptionClassName = rootTr.getClass().getName(); 366 exceptionClassName = in.readString(); 379 dest.writeString(exceptionClassName); 392 pw.println(prefix + "exceptionClassName: " + exceptionClassName);
|
/frameworks/base/services/java/com/android/server/am/ |
NativeCrashListener.java | 78 ci.exceptionClassName = "Native crash";
|
ActivityManagerService.java | [all...] |
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 373 String exceptionClassName = "java/lang/IllegalArgumentException"; 381 exceptionClassName = "java/lang/ArrayIndexOutOfBoundsException"; 387 "_exceptionType = \""+exceptionClassName+"\";"); [all...] |
/dalvik/vm/ |
Jni.cpp | [all...] |
/development/sdk/ |
api-versions.xml | [all...] |
/frameworks/base/api/ |
current.txt | [all...] |
/prebuilts/sdk/api/ |
14.txt | [all...] |
15.txt | [all...] |
16.txt | [all...] |
17.txt | [all...] |
18.txt | [all...] |