Searched refs:npe (Results 1 - 20 of 20) sorted by relevance

/art/test/122-npe/src/
H A DMain.java39 NullPointerException npe = null;
47 npe = e;
49 check(npe, thisLine += 4);
55 npe = e;
57 check(npe, thisLine += 8);
63 npe = e;
65 check(npe, thisLine += 8);
70 npe = e;
72 check(npe, thisLine += 7);
77 npe
552 check(NullPointerException npe, int firstLine) argument
[all...]
/art/test/439-npe/src/
H A DMain.java107 } catch (NullPointerException npe) {
108 check(npe, thisLine += 2, methodLine, "$opt$setObjectField");
113 } catch (NullPointerException npe) {
114 check(npe, thisLine += 6, methodLine += 4, "$opt$setIntField");
119 } catch (NullPointerException npe) {
120 check(npe, thisLine += 6, methodLine += 4, "$opt$setFloatField");
125 } catch (NullPointerException npe) {
126 check(npe, thisLine += 6, methodLine += 4, "$opt$setLongField");
131 } catch (NullPointerException npe) {
132 check(npe, thisLin
214 check(NullPointerException npe, int mainLine, int medthodLine, String methodName) argument
[all...]
/art/test/140-dce-regression/src/
H A DMain.java25 } catch (NullPointerException npe) {
/art/test/524-boolean-simplifier-regression/src/
H A DMain.java27 } catch (NullPointerException npe) {
/art/test/008-exceptions/src/
H A DMain.java60 } catch (NullPointerException npe) {
62 System.out.println(npe.getMessage());
63 npe.printStackTrace(System.out);
75 } catch (NullPointerException npe) {
78 npe2.initCause(npe);
/art/test/106-exceptions2/src/
H A DMain.java70 } catch (NullPointerException npe) {
77 } catch (NullPointerException npe) {
84 } catch (NullPointerException npe) {
98 } catch (NullPointerException npe) {
107 } catch (NullPointerException npe) {
126 } catch (NullPointerException npe) {
165 } catch (NullPointerException npe) {
173 } catch (NullPointerException npe) {
189 } catch (NullPointerException npe) {
/art/test/408-move-bug/src/
H A DMain.java21 npe();
45 static void npe() { method in class:Main
/art/test/003-omnibus-opcodes/src/
H A DInstField.java42 } catch (NullPointerException npe) {
48 } catch (NullPointerException npe) {
54 } catch (NullPointerException npe) {
60 } catch (NullPointerException npe) {
H A DMonitor.java44 } catch (NullPointerException npe) {
H A DThrow.java22 throw new NullPointerException("npe!");
55 } catch (NullPointerException npe) {
77 } catch (NullPointerException npe) {
H A DMethodCall.java64 } catch (NullPointerException npe) {
/art/test/081-hot-exceptions/src/
H A DMain.java35 } catch (NullPointerException npe) {
/art/test/127-checker-secondarydex/src/
H A DMain.java38 } catch (NullPointerException npe) {
/art/test/537-checker-arraycopy/src/
H A DMain.java30 } catch (NullPointerException npe) {
/art/test/021-string2/src/
H A DMain.java58 Assert.fail("didn't get expected npe");
59 } catch (NullPointerException npe) {
60 System.out.println("Got expected npe");
/art/test/083-compiler-regressions/src/
H A DMain.java243 } catch(NullPointerException npe) {
291 } catch(NullPointerException npe) {
296 } catch(NullPointerException npe) {
301 } catch(NullPointerException npe) {
306 } catch(NullPointerException npe) {
311 } catch(NullPointerException npe) {
316 } catch(NullPointerException npe) {
321 } catch(NullPointerException npe) {
326 } catch(NullPointerException npe) {
331 } catch(NullPointerException npe) {
[all...]
/art/test/020-string/src/
H A DMain.java130 } catch (NullPointerException npe) {
/art/test/201-built-in-exception-detail-messages/src/
H A DMain.java437 } catch (NullPointerException npe) {
438 assertEquals("null receiver", npe.getMessage());
/art/test/107-int-math2/src/
H A DMain.java137 } catch (NullPointerException npe) {
146 } catch (NullPointerException npe) {
741 } catch (NullPointerException npe) {
/art/test/082-inline-execute/src/
H A DMain.java433 Assert.fail("didn't get expected npe");
434 } catch (NullPointerException npe) {

Completed in 877 milliseconds