/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/api/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()
|
D | InternalStatus.java | 46 @Nullable Metadata trailers, boolean fillInStackTrace) { in asRuntimeException() argument 47 return new StatusRuntimeException(status, trailers, fillInStackTrace); in asRuntimeException()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/ |
D | FlowExceptions.kt | 13 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.AbortFlowException 14 if (DEBUG) return super.fillInStackTrace() in fillInStackTrace() 22 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.ChildCancelledException 23 if (DEBUG) return super.fillInStackTrace() 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()
|
/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/jsoup/src/main/java/org/jsoup/helper/ |
D | ValidationException.java | 18 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ValidationException 21 super.fillInStackTrace(); in fillInStackTrace()
|
/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | Exceptions.kt | 40 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method 42 return super.fillInStackTrace() in fillInStackTrace()
|
/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/conscrypt/common/src/main/java/org/conscrypt/ |
D | ShortBufferWithoutStackTraceException.java | 38 @Override public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | ShortBufferWithoutStackTraceException.java | 40 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
|
/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/ |
D | Throttler.java | 64 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throttler.ThrottledException
|
/external/zxing/core/src/main/java/com/google/zxing/ |
D | ReaderException.java | 43 public final synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ReaderException
|
/external/json-schema-validator/src/main/java/com/networknt/schema/ |
D | FailFastAssertionException.java | 70 public Throwable fillInStackTrace() { in fillInStackTrace() method in FailFastAssertionException
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowDexFile.java | 17 dexOptNeededError.fillInStackTrace(); in isDexOptNeeded()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | CoroutineExceptionHandlerImpl.kt | 44 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
|
/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
D | ThreadLocalContextStorage.java | 48 new Throwable().fillInStackTrace()); in detach()
|
/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
D | StatusRuntimeExceptionTest.java | 61 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
|
D | StatusExceptionTest.java | 60 public synchronized Throwable fillInStackTrace() { in extendAndOverridePreservesStack()
|
/external/truth/core/src/main/java/com/google/common/truth/ |
D | ThrowableSubject.java | 96 public Throwable fillInStackTrace() { in hasCauseThat()
|