Home
last modified time | relevance | path

Searched refs:fillInStackTrace (Results 1 – 25 of 29) sorted by relevance

12

/external/easymock/src/org/easymock/internal/
DMocksControl.java54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock()
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in replay()
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in verify()
111 throw (AssertionError) e.getAssertionError().fillInStackTrace(); in verify()
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkOrder()
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in makeThreadSafe()
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkIsUsedInOneThread()
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andReturn()
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andThrow()
[all …]
DMockInvocationHandler.java41 throw e.getRuntimeException().fillInStackTrace(); in invoke()
43 throw e.getAssertionError().fillInStackTrace(); in invoke()
45 throw t.getThrowable().fillInStackTrace(); in invoke()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatusException.java30 private final boolean fillInStackTrace; field in StatusException
51 StatusException(Status status, @Nullable Metadata trailers, boolean fillInStackTrace) { in StatusException() argument
55 this.fillInStackTrace = fillInStackTrace; in StatusException()
56 fillInStackTrace(); in StatusException()
60 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in StatusException
66 return fillInStackTrace ? super.fillInStackTrace() : this; in fillInStackTrace()
DStatusRuntimeException.java32 private final boolean fillInStackTrace; field in StatusRuntimeException
53 StatusRuntimeException(Status status, @Nullable Metadata trailers, boolean fillInStackTrace) { in StatusRuntimeException() argument
57 this.fillInStackTrace = fillInStackTrace; in StatusRuntimeException()
58 fillInStackTrace(); in StatusRuntimeException()
62 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in StatusRuntimeException
68 return fillInStackTrace ? super.fillInStackTrace() : this; in fillInStackTrace()
/external/emma/ant/ant14/com/vladium/emma/instr/
DinstrTask.java58 + ": instrumentation path must be specified", location).fillInStackTrace (); in execute()
62 …ut directory must be specified for '" + m_outMode + "' output mode", location).fillInStackTrace (); in execute()
112 + ": outdir|destdir attribute already set", location).fillInStackTrace (); in setOutdir()
121 + ": outdir|destdir attribute already set", location).fillInStackTrace (); in setDestdir()
133 + ": metadata file attribute already set", location).fillInStackTrace (); in setMetadatafile()
142 + ": metadata file attribute already set", location).fillInStackTrace (); in setOutfile()
162 + ": invalid output mode: " + mode.getValue (), location).fillInStackTrace (); in setMode()
DFilterCfg.java169 … + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace (); in getFilterSpecs()
/external/emma/ant/ant14/com/vladium/emma/data/
DmergeTask.java40 … + ": no valid input data files have been specified", location).fillInStackTrace (); in execute()
59 + ": merge data file attribute already set", location).fillInStackTrace (); in setMergefile()
68 + ": merge data file attribute already set", location).fillInStackTrace (); in setOutfile()
77 + ": merge data file attribute already set", location).fillInStackTrace (); in setTofile()
86 + ": merge data file attribute already set", location).fillInStackTrace (); in setFile()
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java61 … + ": this task requires 'classpath' attribute to be set", location).fillInStackTrace (); in execute()
196 … + "either 'jar' or 'classname' attribute must be set", location).fillInStackTrace (); in execute()
225 … + "either 'jar' or 'classname' attribute must be set", location).fillInStackTrace (); in execute()
249 …+ "'jar' and 'classname' attributes cannot be set at the same time", location).fillInStackTrace (); in setClassname()
258 …+ "'jar' and 'classname' attributes cannot be set at the same time", location).fillInStackTrace (); in setJar()
292 … + ": disallows using <java>'s deprecated 'args' attribute", location).fillInStackTrace (); in setArgs()
395 + ": session data file attribute already set", location).fillInStackTrace (); in setSessiondatafile()
404 + ": session data file attribute already set", location).fillInStackTrace (); in setOutfile()
/external/mockito/src/test/java/org/mockitousage/bugs/
DFillInStackTraceScenariosTest.java34 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NullStackTraceException
40 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NewStackTraceException
/external/emma/ant/ant14/com/vladium/emma/ant/
DGenericCfg.java83 …sFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace (); in getFileSettings()
117 …ettings for property [" + name + "]: [" + value + "]" , m_task.getLocation ()).fillInStackTrace (); in getGenericSettings()
/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java51 …ovide at least one of <txt>, <html>, <lcov>, <xml> nested elements", location).fillInStackTrace (); in execute()
56 … + ": no valid input data files have been specified", location).fillInStackTrace (); in execute()
/external/droiddriver/src/io/appium/droiddriver/helpers/
DBaseDroidDriverTest.java249 e.fillInStackTrace(); in runTest()
256 e.fillInStackTrace(); in runTest()
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DThreadLocalContextStorage.java47 new Throwable().fillInStackTrace()); in detach()
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java341 ex.fillInStackTrace(); in next()
347 ex.fillInStackTrace(); in remove()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DStatusExceptionTest.java60 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
DStatusRuntimeExceptionTest.java61 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java1082 throw (LSException) createLSException(LSException.SERIALIZE_ERR, ue).fillInStackTrace(); in write()
1087 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in write()
1094 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in write()
1183 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToString()
1190 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToString()
1341 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToURI()
1348 throw (LSException) createLSException(LSException.SERIALIZE_ERR, e).fillInStackTrace(); in writeToURI()
/external/junit/src/main/java/junit/framework/
DTestCase.java178 e.fillInStackTrace(); in runTest()
181 e.fillInStackTrace(); in runTest()
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DThrowsException.java43 Throwable t = throwable.fillInStackTrace(); in answer()
/external/jline/src/src/main/java/jline/
DTerminal.java66 .toString()).fillInStackTrace(); in setupTerminal()
/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
DThrowsExceptionTest.java45 throwableToRaise.fillInStackTrace(); in should_fill_in_exception_stacktrace()
/external/volley/src/main/java/com/android/volley/
DVolleyLog.java88 StackTraceElement[] trace = new Throwable().fillInStackTrace().getStackTrace(); in buildMessage()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaMetadataRetriever.java27 e.fillInStackTrace(); in setDataSource()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DAccessibilityUtil.java227 StackTraceElement[] stack = new Throwable().fillInStackTrace().getStackTrace(); in getAnnotation()
/external/opencensus-java/contrib/agent/src/integration-test/java/io/opencensus/contrib/agent/instrumentation/
DExecutorInstrumentationIT.java172 StackTraceElement[] ste = new Exception().fillInStackTrace().getStackTrace(); in currentContextExecutor()

12