OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceptionClassName
(Results
1 - 8
of
8
) sorted by null
/libcore/luni/src/main/native/
JniException.h
23
void jniThrowExceptionWithErrno(JNIEnv* env, const char*
exceptionClassName
, int error);
JniException.cpp
38
void jniThrowExceptionWithErrno(JNIEnv* env, const char*
exceptionClassName
, int error) {
40
jniThrowException(env,
exceptionClassName
, jniStrError(error, buf, sizeof(buf)));
zip.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/opengl/tools/glgen/src/
JniCodeEmitter.java
351
String
exceptionClassName
= "java/lang/IllegalArgumentException";
359
exceptionClassName
= "java/lang/ArrayIndexOutOfBoundsException";
365
"\"" +
exceptionClassName
+ "\", " +
[
all
...]
/dalvik/vm/
Jni.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 278 milliseconds