OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exceptionClass
(Results
1 - 10
of
10
) sorted by null
/libcore/luni/src/main/native/
java_util_regex_Pattern.cpp
69
jclass
exceptionClass
= JniConstants::patternSyntaxExceptionClass;
70
jobject exception = env->NewObject(
exceptionClass
, method, message, pattern, error.offset);
/dalvik/vm/native/
InternalNative.cpp
156
ClassObject*
exceptionClass
= NULL;
158
exceptionClass
= gDvm.exNullPointerException;
160
exceptionClass
= gDvm.exIllegalArgumentException;
163
if (
exceptionClass
== NULL) {
169
dvmThrowExceptionFmt(
exceptionClass
, "expected receiver of type %s, but got %s",
/dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java
85
* @param
exceptionClass
{@code null-ok;} the exception class or
89
CstType
exceptionClass
) {
90
set0(n, new Item(startPc, endPc, handlerPc,
exceptionClass
));
235
private final CstType
exceptionClass
;
245
* @param
exceptionClass
{@code null-ok;} the exception class or
249
CstType
exceptionClass
) {
265
this.
exceptionClass
=
exceptionClass
;
303
return (
exceptionClass
!= null) ?
304
exceptionClass
: CstType.OBJECT
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java
85
* @param
exceptionClass
{@code null-ok;} the exception class or
89
CstType
exceptionClass
) {
90
set0(n, new Item(startPc, endPc, handlerPc,
exceptionClass
));
235
private final CstType
exceptionClass
;
245
* @param
exceptionClass
{@code null-ok;} the exception class or
249
CstType
exceptionClass
) {
265
this.
exceptionClass
=
exceptionClass
;
303
return (
exceptionClass
!= null) ?
304
exceptionClass
: CstType.OBJECT
[
all
...]
Ropper.java
808
CstType
exceptionClass
= one.getExceptionClass();
811
catchesAny |= (
exceptionClass
== CstType.OBJECT);
813
Frame f = frame.makeExceptionHandlerStartFrame(
exceptionClass
);
831
catchTypes[targ] =
exceptionClass
.getClassType();
832
} else if (already !=
exceptionClass
.getClassType()) {
[
all
...]
/dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java
260
CstType
exceptionClass
= one.getExceptionClass();
263
((
exceptionClass
== CstType.OBJECT) ? "<any>" :
264
exceptionClass
.toHuman()) + " -> " +
/frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp
558
const char*
exceptionClass
;
561
exceptionClass
= "android/database/sqlite/SQLiteDiskIOException";
565
exceptionClass
= "android/database/sqlite/SQLiteDatabaseCorruptException";
568
exceptionClass
= "android/database/sqlite/SQLiteConstraintException";
571
exceptionClass
= "android/database/sqlite/SQLiteAbortException";
574
exceptionClass
= "android/database/sqlite/SQLiteDoneException";
577
exceptionClass
= "android/database/sqlite/SQLiteFullException";
580
exceptionClass
= "android/database/sqlite/SQLiteMisuseException";
583
exceptionClass
= "android/database/sqlite/SQLiteAccessPermException";
586
exceptionClass
= "android/database/sqlite/SQLiteDatabaseLockedException"
[
all
...]
/dalvik/vm/interp/
Interp.cpp
[
all
...]
/external/doclava/src/com/google/doclava/
MethodInfo.java
638
ClassInfo
exceptionClass
= new ClassInfo(exec);
640
mThrownExceptions.add(
exceptionClass
);
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 594 milliseconds