Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandInterrupterTest.java179 Throwable throwable = throwableRef.get(); in execute() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarder.java154 private String getStackTrace(Throwable throwable) { in getStackTrace()
DInvocationToJUnitResultForwarder.java66 AssumptionViolatedException throwable = new AssumptionViolatedException(trace); in testAssumptionFailure() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java348 Throwable throwable = null; in run() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1114 InvocationStatus status, Throwable throwable, boolean stubFailures) throws IOException { in setupMockListeners()
1441 private void setupMockFailureListeners(Throwable throwable) throws IOException { in setupMockFailureListeners()
1445 private void setupMockFailureListenersAny(Throwable throwable, boolean stubFailures) in setupMockFailureListenersAny()
/tools/tradefederation/core/src/com/android/tradefed/util/
DStreamUtil.java209 public static String getStackTrace(Throwable throwable) { in getStackTrace()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java298 Throwable throwable, in runMultiTargetPreparersTearDown()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2248 public void setLastInvocationExitCode(ExitCode code, Throwable throwable) { in setLastInvocationExitCode()