Home
last modified time | relevance | path

Searched refs:e (Results 26 – 50 of 617) sorted by relevance

12345678910>>...25

/art/test/700-LoadArgRegs/
Dexpected.txt25 a, b, c, d, e
26 a, b, c, d, e, f
27 a, b, c, d, e, f, g
32 11, b, true, 12, e
33 11, b, true, 12, e, false
34 11, b, true, 12, e, false, 13
/art/test/1950-unprepared-transform/src/
DMain.java67 } catch (Throwable e) { in doClassLoad()
69 "Caught error " + e.getClass() + ": " + e.getMessage()); in doClassLoad()
80 } catch (ClassNotFoundException e) { in getClassLoaderFor()
111 } catch (Exception e) { in testRemoteThread()
112 throw new Error("Failed to do redef!", e); in testRemoteThread()
123 } catch (Exception e) { in testRemoteThread()
124 throw new Error("Failed to do redef!", e); in testRemoteThread()
147 } catch (Throwable e) { in main()
148 System.out.println(e.toString()); in main()
149 e.printStackTrace(System.out); in main()
/art/test/404-optimizing-allocator/src/
DMain.java85 int e = 0; in $opt$reg$TestMultipleLive() local
93 e += 3; in $opt$reg$TestMultipleLive()
118 int e = 0; in $opt$reg$testSpillInIf() local
123 e += 3; in $opt$reg$testSpillInIf()
126 return a - b - c - d - e; in $opt$reg$testSpillInIf()
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive1() argument
132 int j = e - f; in $opt$reg$TestAgressiveLive1()
147 return a - b - c - d - e - f - g - h - i - j - k; in $opt$reg$TestAgressiveLive1()
150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) { in $opt$reg$TestAgressiveLive2() argument
153 int j = e - f; in $opt$reg$TestAgressiveLive2()
[all …]
/art/test/1902-suspend/src/art/
DTest1902.java39 } catch (Exception e) { in waitFor()
40 System.out.println("Unexpected error: " + e); in waitFor()
41 e.printStackTrace(); in waitFor()
69 } catch (Exception e) { in run()
70 if (!e.getMessage().equals("JVMTI_ERROR_THREAD_NOT_SUSPENDED")) { in run()
76 } catch (Exception e) { in run()
77 if (!e.getMessage().equals("JVMTI_ERROR_THREAD_NOT_SUSPENDED")) { in run()
/art/test/911-get-stack-trace/src/art/
DFrames.java45 } catch (RuntimeException e) { in doTestSameThread()
46 System.out.println(e.getMessage()); in doTestSameThread()
53 } catch (RuntimeException e) { in doTestSameThread()
54 System.out.println(e.getMessage()); in doTestSameThread()
78 } catch (RuntimeException e) { in doTestOtherThreadWait()
79 System.out.println(e.getMessage()); in doTestOtherThreadWait()
86 } catch (RuntimeException e) { in doTestOtherThreadWait()
87 System.out.println(e.getMessage()); in doTestOtherThreadWait()
116 } catch (RuntimeException e) { in doTestOtherThreadBusyLoop()
117 System.out.println(e.getMessage()); in doTestOtherThreadBusyLoop()
[all …]
/art/test/401-optimizing-compiler/src/
DMain.java25 } catch (Error e) { in main()
26 error = e; in main()
93 } catch (NullPointerException e) { in main()
94 exception = e; in main()
101 } catch (NullPointerException e) { in main()
102 exception = e; in main()
146 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters() argument
147 return a - b - c - d - e; in $opt$TestInvokeWith5Parameters()
150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters() argument
151 return a - b - c - d - e - f - g; in $opt$TestInvokeWith7Parameters()
[all …]
/art/test/173-missing-field-type/src-art/
DMain.java38 Throwable e = expected.getCause(); in testStoreObject()
39 if (e instanceof NoClassDefFoundError) { in testStoreObject()
41 if (!e.getMessage().equals("Failed resolution of: LWidget;")) { in testStoreObject()
42 throw new Error("Unexpected " + e); in testStoreObject()
45 throw new Error("Unexpected " + e); in testStoreObject()
/art/test/638-no-line-number/src/
DMain.java21 } catch (Error e) { in main()
22 e.printStackTrace(System.out); in main()
31 public static void doThrow(Error e) { in doThrow() argument
32 throw e; in doThrow()
/art/test/1919-vminit-thread-start-timing/src/art/
DTest1919.java31 for (Event e : getEvents()) { in run()
32 if (e.thr != null) { in run()
34 e.thr.equals(Thread.currentThread()) || in run()
35 e.thr.equals(testing_thread)) { in run()
36 System.out.println(e.name + ": " + e.thr.getName()); in run()
/art/test/921-hello-failure/src/
DMultiRetrans.java87 } catch (Exception e) { in doTest()
89 "Transformation error : " + e.getClass().getName() + "(" + e.getMessage() + ")"); in doTest()
99 } catch (Exception e) { in doTest()
101 "Transformation error : " + e.getClass().getName() + "(" + e.getMessage() + ")"); in doTest()
/art/test/144-static-field-sigquit/src/
DSigQuit.java39 } catch (Exception e) {
40 if (!e.getClass().getName().equals("ErrnoException")) {
41 e.printStackTrace(System.out);
53 } catch (Exception e) { in perform()
54 if (!e.getClass().getName().equals("ErrnoException")) { in perform()
55 e.printStackTrace(System.out); in perform()
/art/test/646-checker-simd-hadd/src/
DHaddAltChar.java240 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
241 expectEquals(e, sBo[i]); in main()
245 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
246 expectEquals(e, sBo[i]); in main()
250 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
251 expectEquals(e, sBo[i]); in main()
255 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
256 expectEquals(e, sBo[i]); in main()
260 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
261 expectEquals(e, sBo[i]); in main()
[all …]
DHaddChar.java271 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
272 expectEquals(e, sBo[i]); in main()
276 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
277 expectEquals(e, sBo[i]); in main()
281 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
282 expectEquals(e, sBo[i]); in main()
286 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
287 expectEquals(e, sBo[i]); in main()
291 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
292 expectEquals(e, sBo[i]); in main()
[all …]
DHaddAltShort.java234 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local
235 expectEquals(e, sBo[i]); in main()
239 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1); in main() local
240 expectEquals(e, sBo[i]); in main()
244 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
245 expectEquals(e, sBo[i]); in main()
249 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local
250 expectEquals(e, sBo[i]); in main()
254 short e = (short) ((sB1[i] + 0x7fff) >> 1); in main() local
255 expectEquals(e, sBo[i]); in main()
[all …]
DHaddAltByte.java229 byte e = (byte) ((sB1[i] + sB2[i]) >> 1); in main()
230 expectEquals(e, sBo[i]); in main()
234 byte e = (byte) (((sB1[i] & 0xff) + (sB2[i] & 0xff)) >> 1); in main()
235 expectEquals(e, sBo[i]); in main()
239 byte e = (byte) ((sB1[i] + sB2[i] + 1) >> 1); in main()
240 expectEquals(e, sBo[i]); in main()
244 byte e = (byte) (((sB1[i] & 0xff) + (sB2[i] & 0xff) + 1) >> 1); in main()
245 expectEquals(e, sBo[i]); in main()
249 byte e = (byte) ((sB1[i] + 0x7f) >> 1); in main()
250 expectEquals(e, sBo[i]); in main()
[all …]
DHaddByte.java224 byte e = (byte) ((sB1[i] + sB2[i]) >> 1); in main()
225 expectEquals(e, sBo[i]); in main()
229 byte e = (byte) (((sB1[i] & 0xff) + (sB2[i] & 0xff)) >> 1); in main()
230 expectEquals(e, sBo[i]); in main()
234 byte e = (byte) ((sB1[i] + sB2[i] + 1) >> 1); in main()
235 expectEquals(e, sBo[i]); in main()
239 byte e = (byte) (((sB1[i] & 0xff) + (sB2[i] & 0xff) + 1) >> 1); in main()
240 expectEquals(e, sBo[i]); in main()
244 byte e = (byte) ((sB1[i] + 0x7f) >> 1); in main()
245 expectEquals(e, sBo[i]); in main()
[all …]
/art/test/712-varhandle-invocations/src/
DVarHandleAccessorExceptionTests.java49 } catch (Exception e) {
50 throw new RuntimeException(e);
80 } catch (Exception e) {
81 throw new RuntimeException(e);
109 } catch (Exception e) {
110 throw new RuntimeException(e);
137 } catch (Exception e) {
138 throw new RuntimeException(e);
168 } catch (Exception e) {
169 throw new RuntimeException(e);
[all …]
/art/test/997-single-step/src/art/
DTest997.java31 } catch (Exception e) {
32 throw new Error("could not find method doMultiPath", e);
50 public static void notifySingleStep(Thread thr, Executable e, long loc) { in notifySingleStep() argument
51 if (!e.equals(DO_MULTIPATH_METHOD)) { in notifySingleStep()
55 int cur_line = Breakpoint.locationToLine(e, loc); in notifySingleStep()
60 System.out.println("Single step: " + e + " @ line=" + cur_line); in notifySingleStep()
/art/test/033-class-init-deadlock/src/
DMain.java40 try { barrier.await(); } catch (Exception e) { System.out.println(e); } in main()
56 try { Main.barrier.await(); } catch (Exception e) { System.out.println(e); } in Main.barrier.await()
66 try { Main.barrier.await(); } catch (Exception e) { System.out.println(e); } in Main.barrier.await()
/art/test/529-long-split/src/
DMain.java36 int e = myField2; // EAX in testOddLow1() local
41 myField1 = e; // use of EAX in testOddLow1()
78 int e = myField2; // ECX in testNonFollowingHigh() local
83 myField1 = e; // use of ECX in testNonFollowingHigh()
118 int e = myField2; // EAX in testOddLow2() local
123 myField1 = e; // use of EAX in testOddLow2()
173 public static void $noinline$doCall(long e) { in $noinline$doCall() argument
/art/test/660-checker-sad/src/
DSadByte.java127 int e = Math.abs(x - y); in main() local
128 expectEquals(e, sad1(x, y)); in main()
129 expectEquals(e, sad2(x, y)); in main()
130 expectEquals(e, sad3(x, y)); in main()
131 expectEquals(e, sad3Alt(x, y)); in main()
132 expectEquals(e, sadL2(x, y)); in main()
133 expectEquals(e, sadL3(x, y)); in main()
134 expectEquals(e, sadL3Alt(x, y)); in main()
/art/test/105-invoke/src/
DMain.java35 int virI_IIIII(int a, int b, int c, int d, int e) { in virI_IIIII() argument
36 return a + b + c + d + e + 1010; in virI_IIIII()
39 int virI_IIIIII(int a, int b, int c, int d, int e, int f) { in virI_IIIIII() argument
40 return a + b + c + d + e + f + 2020; in virI_IIIIII()
59 static int statI_IIIII(int a, int b, int c, int d, int e) { in statI_IIIII() argument
60 return a + b + c + d + e + 1010; in statI_IIIII()
63 static int statI_IIIIII(int a, int b, int c, int d, int e, int f) { in statI_IIIIII() argument
64 return a + b + c + d + e + f + 2020; in statI_IIIIII()
/art/test/587-inline-class-error/src/
DMain.java24 } catch (LinkageError e) { in main()
31 } catch (InvocationTargetException e) { in main()
32 if (!(e.getCause() instanceof NullPointerException)) { in main()
33 throw new Error("Expected NullPointerException, got " + e.getCause()); in main()
/art/test/965-default-verify/src/
DMain.java33 } catch (NoSuchMethodError e) { in callMain()
35 } catch (Throwable e) { in callMain()
37 e.printStackTrace(System.out); in callMain()
51 } catch (NoSuchMethodError e) { in callIface()
53 } catch (Throwable e) { in callIface()
55 e.printStackTrace(System.out); in callIface()
/art/test/667-checker-simd-alignment/src/
DMain.java265 int e = i > 0 ? 1 : 0; in test1() local
266 expectEquals(e, a[i]); in test1()
275 int e = i > 0 ? 1 : 0; in test2() local
276 expectEquals(e, a[i]); in test2()
304 int e = (off <= i && i < off + 9) ? 1 : 0; in test5() local
305 expectEquals(e, a[i]); in test5()
316 int e = (off <= i && i < off + n) ? 1 : 0; in test6() local
317 expectEquals(e, a[i]); in test6()

12345678910>>...25