/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | TestThread.java | 24 private Throwable mThrowable; field in TestThread 36 mThrowable = t; in run() 57 return mThrowable; in getThrowable() 65 mThrowable = t; in setThrowable() 89 if (mThrowable != null) { in checkException() 90 throw mThrowable; in checkException()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | TestThread.java | 24 private Throwable mThrowable; field in TestThread 36 mThrowable = t; in run() 57 return mThrowable; in getThrowable() 65 mThrowable = t; in setThrowable() 89 if (mThrowable != null) { in checkException() 90 throw mThrowable; in checkException()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | WrapperTest.java | 165 public Throwable mThrowable; in testThreadCleanup() field in WrapperTest.WrappedTest 179 mThrowable = th; in testThreadCleanup() 212 if (wrappedTest.mThrowable != null) { in testThreadCleanup() 213 throw wrappedTest.mThrowable; in testThreadCleanup()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | PresentationSyncTest.java | 246 private Throwable mThrowable; field in PresentationSyncTest.ChoreographedWrapper 260 mThrowable = th; in run() 271 if (wrapper.mThrowable != null) { in runTest() 272 throw wrapper.mThrowable; in runTest()
|
D | EncodeDecodeTest.java | 183 private Throwable mThrowable; field in EncodeDecodeTest.BufferToSurfaceWrapper 195 mThrowable = th; in run() 207 if (wrapper.mThrowable != null) { in runTest() 208 throw wrapper.mThrowable; in runTest() 299 private Throwable mThrowable; field in EncodeDecodeTest.SurfaceToSurfaceWrapper 334 mThrowable = th; in run() 352 if (wrapper.mThrowable != null) { in runTest() 353 throw wrapper.mThrowable; in runTest()
|
D | EncodeVirtualDisplayTest.java | 142 private Throwable mThrowable; field in EncodeVirtualDisplayTest.EncodeVirtualWrapper 154 mThrowable = th; in run() 164 if (wrapper.mThrowable != null) { in runTest() 165 throw wrapper.mThrowable; in runTest()
|
D | DecodeEditEncodeTest.java | 111 private Throwable mThrowable; field in DecodeEditEncodeTest.VideoEditWrapper 123 mThrowable = th; in run() 133 if (wrapper.mThrowable != null) { in runTest() 134 throw wrapper.mThrowable; in runTest()
|
D | ExtractDecodeEditEncodeMuxTest.java | 180 private Throwable mThrowable; field in ExtractDecodeEditEncodeMuxTest.TestWrapper 192 mThrowable = th; in run() 205 if (wrapper.mThrowable != null) { in runTest() 206 throw wrapper.mThrowable; in runTest()
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
D | SafeCleanerRuleTest.java | 43 private final Throwable mThrowable; field in SafeCleanerRuleTest.FailureStatement 46 mThrowable = t; in FailureStatement() 51 throw mThrowable; in evaluate()
|
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/ |
D | SafeCleanerRuleTest.java | 43 private final Throwable mThrowable; field in SafeCleanerRuleTest.FailureStatement 46 mThrowable = t; in FailureStatement() 51 throw mThrowable; in evaluate()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessageQueueTest.java | 935 private Throwable mThrowable; field in MessageQueueTest.AssertableHandlerThread 948 mThrowable = t; in run() 957 if (mThrowable != null) { in quitAndRethrow() 958 throw mThrowable; in quitAndRethrow()
|