Home
last modified time | relevance | path

Searched refs:e (Results 401 – 425 of 617) sorted by relevance

1...<<11121314151617181920>>...25

/art/test/519-bound-load-class/src/
DMain.java23 } catch (ClassCastException e) { /* ignore */ } in main()
/art/tools/class2greylist/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandler.java166 } catch (JavadocLinkSyntaxError | AlternativeNotFoundError e) { in handleAnnotation()
167 context.reportError(e.toString()); in handleAnnotation()
168 } catch (RequiredAlternativeNotSpecifiedError e) { in handleAnnotation()
DApiResolver.java46 } catch (SignatureSyntaxError e) { in ApiResolver()
47 throw new RuntimeException("Could not parse public API signature:", e); in ApiResolver()
/art/test/988-method-trace/src/art/
DTest988.java45 } catch (Exception e) {}
49 } catch (Exception e) {}
53 } catch (Exception e) {}
82 for (StackTraceElement e : thr.getStackTrace()) { in genericToString()
83 if (e.getClassName().startsWith("art.")) { in genericToString()
84 w.write("\t" + e + "\n"); in genericToString()
/art/test/dexdump/
Dconst-method-handle.txt159 …0442: 1a02 1e00 |0007: const-string v2, "MethodHandle " // string@001e
160 … v2}, Ljava/lang/StringBuilder;.append:(Ljava/lang/String;)Ljava/lang/StringBuilder; // method@000e
162 00044e: 6e20 0d00 3100 |000d: invoke-virtual {v1, v3}, Ljava/lang/StringBui…
165 … v2}, Ljava/lang/StringBuilder;.append:(Ljava/lang/String;)Ljava/lang/StringBuilder; // method@000e
169 00046e: 0c02 |001d: move-result-object v2
170 000470: fa20 1100 2300 0100 |001e: invoke-polymorphic {v3, v2}, Ljava/lang/invok…
177 000490: 0e00 |002e: return-void
201 … v2}, Ljava/lang/StringBuilder;.append:(Ljava/lang/String;)Ljava/lang/StringBuilder; // method@000e
232 000504: 0e00 |000e: return-void
Dinvoke-custom.txt126 …0 1e00 |0003: new-instance v0, Ljava/lang/AssertionError; // type@001e
137 0025a8: 7020 b500 1000 |001e: invoke-direct {v0, v1}, Ljava/lang/AssertionE…
160 …0 1e00 |0003: new-instance v0, Ljava/lang/AssertionError; // type@001e
166 0025e4: 1a02 0e00 |0012: const-string v2, ", c2: " // string@000e
171 0025fc: 7020 b500 1000 |001e: invoke-direct {v0, v1}, Ljava/lang/AssertionE…
195 00261e: 2200 1e00 |0005: new-instance v0, Ljava/lang/AssertionError; /…
199 002630: 6e20 c800 2100 |000e: invoke-virtual {v1, v2}, Ljava/lang/StringBui…
230 …0 1e00 |0005: new-instance v0, Ljava/lang/AssertionError; // type@001e
232 00267e: 7010 c100 0100 |0009: invoke-direct {v1}, Ljava/lang/StringBuilder;…
234 002688: 6e20 c800 2100 |000e: invoke-virtual {v1, v2}, Ljava/lang/StringBui…
[all …]
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java112 catch (WrongMethodTypeException e) { in setByte()
134 catch (WrongMethodTypeException e) { in getByte()
155 catch (WrongMethodTypeException e) { in setChar()
177 catch (WrongMethodTypeException e) { in getChar()
198 catch (WrongMethodTypeException e) { in setShort()
215 catch (WrongMethodTypeException e) { in getShort()
236 catch (WrongMethodTypeException e) { in setInt()
253 catch (WrongMethodTypeException e) { in getInt()
274 catch (WrongMethodTypeException e) { in setLong()
291 catch (WrongMethodTypeException e) { in getLong()
[all …]
/art/test/647-sinking-catch/src/
DMain.java30 } catch (InvocationTargetException e) { in testMethod()
/art/test/2033-shutdown-mechanics/src/
DMain.java38 } catch (InterruptedException e) { in main()
/art/tools/dexfuzz/src/dexfuzz/listeners/
DBisectionSearchListener.java102 } catch (IOException e) { in handleDivergences()
104 "BisectionSearchListener.handleDivergences() caught an IOException " + e.toString()); in handleDivergences()
/art/test/2001-virtual-structural-multithread/src-art/art/
DTest2001.java161 } catch (Exception e) { in mkTransform()
163 return e.toString(); in mkTransform()
/art/test/1927-exception-event/
Dexception_event.cc48 jthrowable e = env->ExceptionOccurred(); in ClearAndPrintException() local
51 env->CallStaticVoidMethod(test, m, e); in ClearAndPrintException()
/art/test/600-verifier-fails/src/
DMain.java31 } catch (java.lang.LinkageError e) { in test()
/art/test/472-unreachable-if-regression/
Dinfo.txt2 with an if-cc or switch, i.e. there's a fall-through out of method code.
/art/test/jvmti-common/
DMonitors.java227 } catch (Exception e) { in DoLock()
228 throw new TestException("Got an error while performing action " + cur_action, e); in DoLock()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock() argument
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java86 } catch (InterruptedException | ExecutionException e) { in runTasks()
87 System.err.println(e); in runTasks()
243 } catch (NoSuchMethodException e) { in removeJittedMethod()
244 System.err.println(e); in removeJittedMethod()
/art/test/1930-monitor-info/src/art/
DMonitors.java227 } catch (Exception e) { in DoLock()
228 throw new TestException("Got an error while performing action " + cur_action, e); in DoLock()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock() argument
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java227 } catch (Exception e) { in DoLock()
228 throw new TestException("Got an error while performing action " + cur_action, e); in DoLock()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock() argument
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java227 } catch (Exception e) { in DoLock()
228 throw new TestException("Got an error while performing action " + cur_action, e); in DoLock()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock() argument
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java227 } catch (Exception e) { in DoLock()
228 throw new TestException("Got an error while performing action " + cur_action, e); in DoLock()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock() argument
/art/test/1931-monitor-events/src/art/
DMonitors.java227 } catch (Exception e) { in DoLock()
228 throw new TestException("Got an error while performing action " + cur_action, e); in DoLock()
237 runner.setUncaughtExceptionHandler((t, e) -> { exe = e; }); in DoLock() argument
/art/test/1000-non-moving-space-stress/src-art/
DMain.java37 } catch (OutOfMemoryError e) { in main()
/art/test/1004-checker-volatile-ref-load/src/
DMain.java71 } catch (NullPointerException e) { in test()
/art/test/655-jit-clinit/src/
DMain.java47 } catch (Exception e) {
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc7 " e: 8d ed 22 0a vstr s0, [sp, #136]\n"
13 " 1e: 1f 98 ldr r0, [sp, #124]\n"
23 " 3e: 1f 90 str r0, [sp, #124]\n"
41 " 7e: 0d f5 80 5c add.w r12, sp, #4096\n"
45 " 8e: f0 47 blx lr\n"
170 " 1e: 12 68 ldr r2, [r2]\n"
176 " 2e: b4 f8 ff 2f ldrh.w r2, [r4, #4095]\n"
199 " 7e: 4f f4 80 6c mov.w r12, #1024\n"
208 " 9e: b4 f9 0c 20 ldrsh.w r2, [r4, #12]\n"
216 " e: 04 f5 80 1c add.w r12, r4, #1048576\n"
[all …]

1...<<11121314151617181920>>...25