| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| TimerTaskTest.java | 50 } catch (InterruptedException e) { 100 } catch (InterruptedException e) { 129 } catch (InterruptedException e) { 158 } catch (InterruptedException e) { 184 } catch (InterruptedException e) { 202 } catch (InterruptedException e) { 225 } catch (InterruptedException e) { 237 } catch (InterruptedException e) {
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| SystemTest.java | 27 public void testNanoTime1() throws InterruptedException { 47 public void testNanoTime2() throws InterruptedException {
|
| LinkedTransferQueueTest.java | 180 public void testTake() throws InterruptedException { 190 public void testBlockingTake() throws InterruptedException { 194 public void realRun() throws InterruptedException { 203 } catch (InterruptedException success) {} 210 } catch (InterruptedException success) {} 223 public void testPoll() throws InterruptedException { 235 public void testTimedPoll0() throws InterruptedException { 247 public void testTimedPoll() throws InterruptedException { 261 * Interrupted timed poll throws InterruptedException instead of 264 public void testInterruptedTimedPoll() throws InterruptedException { [all...] |
| LinkedBlockingDequeTest.java | 535 public void testPut() throws InterruptedException { 548 public void testBlockingPut() throws InterruptedException { 552 public void realRun() throws InterruptedException { 562 } catch (InterruptedException success) {} 569 } catch (InterruptedException success) {} 584 public void testPutWithTake() throws InterruptedException { 590 public void realRun() throws InterruptedException { 600 } catch (InterruptedException success) {} 618 public void testTimedOffer() throws InterruptedException { 622 public void realRun() throws InterruptedException { [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/ |
| CountDownLatch.java | 48 * void main() throws InterruptedException { 74 * } catch (InterruptedException ex) {} // return; 89 * void main() throws InterruptedException { 111 * } catch (InterruptedException ex) {} // return; 195 * then {@link InterruptedException} is thrown and the current thread's 198 * @throws InterruptedException if the current thread is interrupted 201 public void await() throws InterruptedException { 232 * then {@link InterruptedException} is thrown and the current thread's 243 * @throws InterruptedException if the current thread is interrupted 247 throws InterruptedException { [all...] |
| CyclicBarrier.java | 43 * } catch (InterruptedException ex) { 91 * {@link InterruptedException} if they too were interrupted at about 166 throws InterruptedException, BrokenBarrierException, 178 throw new InterruptedException(); 204 } catch (InterruptedException ie) { 295 * then {@link InterruptedException} is thrown and the current thread's 319 * @throws InterruptedException if the current thread was interrupted 327 public int await() throws InterruptedException, BrokenBarrierException { 358 * then {@link InterruptedException} is thrown and the current thread's 388 * @throws InterruptedException if the current thread was interrupte [all...] |
| /cts/tests/tests/graphics2/src/android/graphics2/cts/ |
| TextureViewTest.java | 40 public void testTextureViewActivity() throws InterruptedException {
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| ChromeClient.java | 45 } catch (InterruptedException e) {
|
| /cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/ |
| CaptureHolo.java | 28 public void testCaptureHolo() throws InterruptedException {
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/ |
| Test_monitor_enter.java | 30 * @throws InterruptedException 32 public void testN1() throws InterruptedException { 50 * @throws InterruptedException 52 public void testN2() throws InterruptedException { 132 } catch (InterruptedException e) { 149 } catch (InterruptedException e) {
|
| /external/proguard/src/proguard/gui/ |
| SwingUtil.java | 44 throws InterruptedException, InvocationTargetException
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/ |
| ClassCacheTest.java | 10 public void fixForCorberturaAndSonarCodeCoverage() throws InterruptedException { 21 } catch (InterruptedException e) { 49 public void fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() throws InterruptedException { 60 } catch (InterruptedException e) {
|
| /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/ |
| UnresponsiveApp.java | 39 } catch (InterruptedException e) {
|
| /libcore/dalvik/src/main/java/dalvik/system/ |
| ZygoteHooks.java | 76 } catch (InterruptedException ignored) {
|
| /cts/tests/tests/os/src/android/os/cts/ |
| SystemClockTest.java | 24 public void testCurrentThreadTimeMillis() throws InterruptedException { 33 public void testElapsedRealtime() throws InterruptedException { 70 public void testUptimeMillis() throws InterruptedException {
|
| /external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
| 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");
|
| /libcore/luni/src/test/java/libcore/java/util/logging/ |
| OldLogRecordTest.java | 34 } catch (InterruptedException e) { 57 } catch (InterruptedException e) { 65 } catch (InterruptedException e) {
|
| /libcore/luni/src/test/java/tests/support/ |
| ThreadPool.java | 54 protected synchronized Runnable getTask() throws InterruptedException { 84 } catch (InterruptedException ex) { 102 } catch (InterruptedException ex) {
|
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
| PriorityThreadFactoryTest.java | 31 public void testPriority() throws InterruptedException { 40 private void priorityTest(int priority) throws InterruptedException { 53 public synchronized int getPriority() throws InterruptedException {
|
| /art/test/050-sync-test/src/ |
| Main.java | 40 } catch (InterruptedException ie) { 57 } catch (InterruptedException ie) { 70 } catch (InterruptedException ie) { 164 } catch (InterruptedException ie) { 178 } catch (InterruptedException ie) {
|
| /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
| AutofillTestHelper.java | 44 String setProfile(final AutofillProfile profile) throws InterruptedException, 56 void deleteProfile(final String guid) throws InterruptedException { 84 String setCreditCard(final CreditCard card) throws InterruptedException, ExecutionException { 95 void deleteCreditCard(final String guid) throws InterruptedException { 124 public void waitForDataChanged() throws InterruptedException {
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| ForwardingExecutorService.java | 49 throws InterruptedException { 55 Collection<? extends Callable<T>> tasks) throws InterruptedException { 62 throws InterruptedException { 68 throws InterruptedException, ExecutionException { 75 throws InterruptedException, ExecutionException, TimeoutException {
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
| RobolectricBackgroundExecutorService.java | 37 public boolean awaitTermination(long l, TimeUnit timeUnit) throws InterruptedException { 68 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables) throws InterruptedException { 73 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException { 78 public <T> T invokeAny(Collection<? extends Callable<T>> callables) throws InterruptedException, ExecutionException { 83 public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException, ExecutionException, TimeoutException {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| ProcessManagerTest.java | 35 public void testCat() throws IOException, InterruptedException { 55 } catch(InterruptedException ie) { 56 fail("InterruptedException was thrown."); 70 fail("InterruptedException was not thrown."); 71 } catch(InterruptedException ie) { 81 } catch(InterruptedException ie) { 82 fail("InterruptedException was thrown in " + 92 } catch (InterruptedException e) { 93 fail("InterruptedException was thrown."); 97 } catch(InterruptedException ie) [all...] |
| /libcore/luni/src/test/java/libcore/java/lang/ |
| OldObjectTest.java | 115 } catch(InterruptedException ex) { 116 fail("InterruptedException was thrown."); 128 } catch(InterruptedException e) { 129 fail("InterruptedException was thrown."); 161 } catch (InterruptedException ex) { 181 } catch(InterruptedException ex) { 182 fail("InterruptedException was thrown."); 194 } catch(InterruptedException e) { 195 fail("InterruptedException was thrown."); 237 } catch(InterruptedException ex) [all...] |