/libcore/luni/src/main/java/org/apache/xml/utils/ |
ThreadControllerWrapper.java | 39 throws InterruptedException 85 * @throws InterruptedException 88 throws InterruptedException
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 36 } catch (InterruptedException e) { 56 } catch (InterruptedException e) { 102 public void test_joinWithSpuriousInterruption() throws InterruptedException { 119 } catch (InterruptedException ignored) { 160 } catch (InterruptedException e) { 182 } catch (InterruptedException e) { 183 fail("Unexpected InterruptedException was thrown"); 196 } catch(InterruptedException ie) { 206 } catch(InterruptedException e) { 207 fail("Unexpected InterruptedException was thrown") [all...] |
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
SemaphoreTest.java | 45 catch (InterruptedException ignored) {} 56 public void realRun() throws InterruptedException { 101 throws InterruptedException { 121 throws InterruptedException { 141 throws InterruptedException { 160 throws InterruptedException { 163 public void realRun() throws InterruptedException { 184 throws InterruptedException { 187 public void realRun() throws InterruptedException { 209 throws InterruptedException { [all...] |
CountDownLatchTest.java | 56 public void testAwait() throws InterruptedException { 60 public void realRun() throws InterruptedException { 80 public void testTimedAwait() throws InterruptedException { 84 public void realRun() throws InterruptedException { 102 public void testAwait_InterruptedException() throws InterruptedException { 105 public void realRun() throws InterruptedException { 119 public void testTimedAwait_InterruptedException() throws InterruptedException { 122 public void realRun() throws InterruptedException { 137 public void testAwaitTimeout() throws InterruptedException { 140 public void realRun() throws InterruptedException { [all...] |
SynchronousQueueTest.java | 136 public void testPutNull() throws InterruptedException { 147 public void testBlockingPut() throws InterruptedException { 149 public void realRun() throws InterruptedException { 163 public void testPutWithTake() throws InterruptedException { 166 public void realRun() throws InterruptedException { 173 } catch (InterruptedException success) { 189 public void testTimedOffer() throws InterruptedException { 192 public void realRun() throws InterruptedException { 207 public void testTakeFromEmpty() throws InterruptedException { 210 public void realRun() throws InterruptedException { [all...] |
AbstractQueuedLongSynchronizerTest.java | 76 public void realRun() throws InterruptedException { 89 public void realRun() throws InterruptedException { 126 public void testhasQueuedThreads() throws InterruptedException { 162 public void testIsQueued() throws InterruptedException { 192 public void testGetFirstQueuedThread() throws InterruptedException { 219 public void testHasContended() throws InterruptedException { 244 public void testGetQueuedThreads() throws InterruptedException { 272 public void testGetExclusiveQueuedThreads() throws InterruptedException { 300 public void testGetSharedQueuedThreads() throws InterruptedException { 326 public void testInterruptedException2() throws InterruptedException { [all...] |
AbstractQueuedSynchronizerTest.java | 73 public void realRun() throws InterruptedException { 86 public void realRun() throws InterruptedException { 123 public void testhasQueuedThreads() throws InterruptedException { 159 public void testIsQueued() throws InterruptedException { 189 public void testGetFirstQueuedThread() throws InterruptedException { 216 public void testHasContended() throws InterruptedException { 241 public void testGetQueuedThreads() throws InterruptedException { 269 public void testGetExclusiveQueuedThreads() throws InterruptedException { 297 public void testGetSharedQueuedThreads() throws InterruptedException { 323 public void testInterruptedException2() throws InterruptedException { [all...] |
LinkedBlockingDequeTest.java | 561 public void testPutNull() throws InterruptedException { 572 public void testPut() throws InterruptedException { 585 public void testBlockingPut() throws InterruptedException { 588 public void realRun() throws InterruptedException { 596 } catch (InterruptedException success) {} 610 public void testPutWithTake() throws InterruptedException { 614 public void realRun() throws InterruptedException { 620 } catch (InterruptedException success) {} 636 public void testTimedOffer() throws InterruptedException { 639 public void realRun() throws InterruptedException { [all...] |
/cts/tests/src/android/content/cts/ |
HighPriorityBroadcastReceiver.java | 32 } catch (InterruptedException e) {
|
/cts/tests/src/android/view/animation/cts/ |
DelayedCheck.java | 40 } catch (InterruptedException e) { 41 Assert.fail("unexpected InterruptedException");
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
PoolEntryRequest.java | 45 * an {@link InterruptedException} is thrown. 55 * @throws InterruptedException 60 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException;
|
WaitingThread.java | 133 * @throws InterruptedException if the waiting thread was interrupted 138 throws InterruptedException { 150 throw new InterruptedException("Operation interrupted"); 163 throw new InterruptedException("Operation interrupted");
|
/external/guava/src/com/google/common/util/concurrent/ |
AbstractCheckedFuture.java | 46 * Translate from an {@link InterruptedException}, 50 * The {@code e} parameter can be an instance of {@link InterruptedException}, 62 } catch (InterruptedException e) { 79 } catch (InterruptedException e) { 103 public V get() throws InterruptedException, ExecutionException { 107 public V get(long timeout, TimeUnit unit) throws InterruptedException,
|
ForwardingFuture.java | 57 public V get() throws InterruptedException, ExecutionException { 63 throws InterruptedException, ExecutionException, TimeoutException {
|
/frameworks/base/core/java/android/os/ |
SystemClock.java | 69 * you must handle {@link InterruptedException}. 73 * ignores {@link InterruptedException}. Use this function for delays if 101 * {@link InterruptedException}; {@link Thread#interrupt()} events are 116 catch (InterruptedException e) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
BackgroundThread.java | 40 } catch (InterruptedException ie) {
|
/cts/tests/tests/app/src/android/app/cts/ |
LocalActivityManagerTest.java | 72 public void testDispatchResume() throws InterruptedException { 78 private void waitForResult() throws InterruptedException { 113 public void testStartActivity() throws InterruptedException { 131 public void testDispatchCreate() throws InterruptedException { 142 public void testDispatchStop() throws InterruptedException { 153 public void testDispatchPauseTrue() throws InterruptedException { 164 public void testDispatchPauseFalse() throws InterruptedException { 175 public void testSaveInstanceState() throws InterruptedException { 186 public void testDispatchDestroy() throws InterruptedException { 197 public void testRemoveAllActivities() throws InterruptedException { [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
MonitorTest.java | 43 } catch (InterruptedException ex) { 58 } catch (InterruptedException ex) { 76 } catch (InterruptedException ex) { 95 } catch (InterruptedException ex) { 133 } catch (InterruptedException ex) { 149 } catch (InterruptedException ex) { 166 } catch (InterruptedException ex) { 211 } catch (InterruptedException ex) { 231 } catch (InterruptedException ex) { 251 } catch (InterruptedException ex) [all...] |
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTests.java | 160 * @throws InterruptedException if the thread was interrupted 162 public void testPushAppPrivate() throws IOException, InterruptedException { 191 * @throws InterruptedException if the thread was interrupted 195 throws IOException, InterruptedException { 215 * @throws InterruptedException if the thread was interrupted 219 throws IOException, InterruptedException { 243 * @throws InterruptedException if the thread was interrupted 245 public void testInstallAppAutoLocPrefIsAuto() throws IOException, InterruptedException { 257 * @throws InterruptedException if the thread was interrupted 259 public void testInstallAppAutoLocPrefIsInternal() throws IOException, InterruptedException { [all...] |
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/ |
ReferenceAppTestCase.java | 23 import java.lang.InterruptedException; 84 } catch (InterruptedException e) {
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CountDownLatch.java | 49 * void main() throws InterruptedException { 75 * } catch (InterruptedException ex) {} // return; 92 * void main() throws InterruptedException { 114 * } catch (InterruptedException ex) {} // return; 200 * then {@link InterruptedException} is thrown and the current thread's 203 * @throws InterruptedException if the current thread is interrupted 206 public void await() throws InterruptedException { 237 * then {@link InterruptedException} is thrown and the current thread's 248 * @throws InterruptedException if the current thread is interrupted 252 throws InterruptedException { [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTaskTest.java | 54 } catch (InterruptedException e) { 116 } catch (InterruptedException e) { 145 } catch (InterruptedException e) { 174 } catch (InterruptedException e) { 206 } catch (InterruptedException e) { 224 } catch (InterruptedException e) { 253 } catch (InterruptedException e) { 265 } catch (InterruptedException e) {
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/monitorenter/ |
Test_monitorenter.java | 30 * @throws InterruptedException 32 public void testN1() throws InterruptedException { 50 * @throws InterruptedException 52 public void testN2() throws InterruptedException { 118 } catch (InterruptedException e) { 135 } catch (InterruptedException e) {
|
/dalvik/tests/030-bad-finalizer/src/ |
BadFinalizer.java | 10 } catch (InterruptedException ie) {
|
/external/proguard/src/proguard/gui/ |
SwingUtil.java | 44 throws InterruptedException, InvocationTargetException
|