Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 11 of 11) sorted by relevance

/dalvik/dx/tests/061-dex-try-catch/
DBlort.java19 public static void caught() { in caught() method in Blort
32 caught(); in test1()
42 caught(); in test2()
52 caught(); in test3()
63 caught(); in test4()
Dexpected.txt16 0007: invoke-static {}, Blort.caught:()V
29 0007: invoke-static {}, Blort.caught:()V
44 0009: invoke-static {}, Blort.caught:()V
/dalvik/tests/003-omnibus-opcodes/src/
DThrow.java88 boolean caught = false; in rethrow()
101 caught = true; in rethrow()
111 assert(caught); in rethrow()
/dalvik/tests/029-assert/
Dexpected.txt1 caught expected assert exception
/dalvik/tests/018-stack-overflow/
Dexpected.txt1 caught SOE
/dalvik/tests/011-array-copy/
Dexpected.txt4 caught ArrayStoreException (expected)
/dalvik/vm/jdwp/
DJdwpEvent.h60 u1 caught; member
DJdwpEvent.c109 bool caught; /* ExceptionOnly */ member
501 if ((basket->caught && !pMod->exceptionOnly.caught) || in modsMatch()
502 (!basket->caught && !pMod->exceptionOnly.uncaught)) in modsMatch()
1047 basket.caught = (pCatchLoc->classId != 0); in dvmJdwpPostException()
1071 basket.threadId, exceptionId, basket.caught); in dvmJdwpPostException()
DJdwpHandler.c1608 u1 caught, uncaught; in handleER_Set() local
1611 caught = read1(&buf); in handleER_Set()
1616 caught, uncaught); in handleER_Set()
1619 pEvent->mods[idx].exceptionOnly.caught = caught; in handleER_Set()
/dalvik/dx/tests/087-ssa-local-vars/
Dexpected.txt449 :Ljava/lang/String;="caught ArrayStoreException (expected)" <- .
456 Blort.java:30@0083: const-object("caught ArrayStoreException (expected)" catc
465 catch) . <- v59:Ljava/io/PrintStream; v60:Ljava/lang/String;="caught ArraySto
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLTest.java944 boolean caught = false; field in URLTest