/external/easymock/src/org/easymock/internal/ |
D | MocksControl.java | 54 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 …]
|
D | MockInvocationHandler.java | 41 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/ |
D | StatusException.java | 30 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()
|
D | StatusRuntimeException.java | 32 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/ |
D | instrTask.java | 58 + ": 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()
|
D | FilterCfg.java | 169 … + ": I/O exception while processing input" , ioe, m_task.getLocation ()).fillInStackTrace (); in getFilterSpecs()
|
/external/emma/ant/ant14/com/vladium/emma/data/ |
D | mergeTask.java | 40 … + ": 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/ |
D | emmajavaTask.java | 61 … + ": 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/ |
D | FillInStackTraceScenariosTest.java | 34 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/ |
D | GenericCfg.java | 83 …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/ |
D | reportTask.java | 51 …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/ |
D | BaseDroidDriverTest.java | 249 e.fillInStackTrace(); in runTest() 256 e.fillInStackTrace(); in runTest()
|
/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
D | ThreadLocalContextStorage.java | 47 new Throwable().fillInStackTrace()); in detach()
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | IteratorTesterTest.java | 341 ex.fillInStackTrace(); in next() 347 ex.fillInStackTrace(); in remove()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | StatusExceptionTest.java | 60 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
|
D | StatusRuntimeExceptionTest.java | 61 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | LSSerializerImpl.java | 1082 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/ |
D | TestCase.java | 178 e.fillInStackTrace(); in runTest() 181 e.fillInStackTrace(); in runTest()
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/ |
D | ThrowsException.java | 43 Throwable t = throwable.fillInStackTrace(); in answer()
|
/external/jline/src/src/main/java/jline/ |
D | Terminal.java | 66 .toString()).fillInStackTrace(); in setupTerminal()
|
/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/ |
D | ThrowsExceptionTest.java | 45 throwableToRaise.fillInStackTrace(); in should_fill_in_exception_stacktrace()
|
/external/volley/src/main/java/com/android/volley/ |
D | VolleyLog.java | 88 StackTraceElement[] trace = new Throwable().fillInStackTrace().getStackTrace(); in buildMessage()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaMetadataRetriever.java | 27 e.fillInStackTrace(); in setDataSource()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/ |
D | AccessibilityUtil.java | 227 StackTraceElement[] stack = new Throwable().fillInStackTrace().getStackTrace(); in getAnnotation()
|
/external/opencensus-java/contrib/agent/src/integration-test/java/io/opencensus/contrib/agent/instrumentation/ |
D | ExecutorInstrumentationIT.java | 172 StackTraceElement[] ste = new Exception().fillInStackTrace().getStackTrace(); in currentContextExecutor()
|