HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 276 - 300 of 1537) sorted by null

<<11121314151617181920>>

  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedSynchronizerTest.java 50 public boolean tryAcquireNanos(long nanos) throws InterruptedException {
66 public void acquireInterruptibly() throws InterruptedException {
102 public void realRun() throws InterruptedException {
114 public void realRun() throws InterruptedException {
203 throws InterruptedException {
246 } catch (InterruptedException ie) { threadUnexpectedException(ie); }
468 public void realRun() throws InterruptedException {
474 public void realRun() throws InterruptedException {
494 public void realRun() throws InterruptedException {
525 public void realRun() throws InterruptedException {
    [all...]
CyclicBarrierTest.java 121 Thread t1 = new ThreadShouldThrow(InterruptedException.class) {
147 Thread t1 = new ThreadShouldThrow(InterruptedException.class) {
169 public void testAwait3_TimeoutException() throws InterruptedException {
188 public void testAwait4_Timeout_BrokenBarrier() throws InterruptedException {
216 public void testAwait5_Timeout_BrokenBarrier() throws InterruptedException {
244 public void testReset_BrokenBarrier() throws InterruptedException {
293 public void testReset_Leakage() throws InterruptedException {
307 catch (InterruptedException ok) {}
357 Thread t1 = new ThreadShouldThrow(InterruptedException.class) {
DelayQueueTest.java 291 public void testPutWithTake() throws InterruptedException {
308 public void testTimedOffer() throws InterruptedException {
311 public void realRun() throws InterruptedException {
324 public void testTake() throws InterruptedException {
334 public void testBlockingTake() throws InterruptedException {
338 public void realRun() throws InterruptedException {
347 } catch (InterruptedException success) {}
354 } catch (InterruptedException success) {}
378 public void testTimedPoll0() throws InterruptedException {
389 public void testTimedPoll() throws InterruptedException {
    [all...]
ExecutorCompletionServiceTest.java 85 public void testTake() throws InterruptedException {
101 public void testTake2() throws InterruptedException {
142 public void testPoll2() throws InterruptedException {
161 public void testNewTaskForCallable() throws InterruptedException {
193 public void testNewTaskForRunnable() throws InterruptedException {
AbstractExecutorServiceTest.java 171 * submit(callable).get() throws InterruptedException if interrupted
173 public void testInterruptedSubmit() throws InterruptedException {
180 public Void realCall() throws InterruptedException {
205 public void testSubmitEE() throws InterruptedException {
272 public void testInvokeAny4() throws InterruptedException {
305 public void testInvokeAll1() throws InterruptedException {
319 public void testInvokeAll2() throws InterruptedException {
332 public void testInvokeAll3() throws InterruptedException {
483 public void testTimedInvokeAll1() throws InterruptedException {
497 public void testTimedInvokeAllNullTimeUnit() throws InterruptedException {
    [all...]
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 109 } catch (InterruptedException e) {
120 } catch (InterruptedException e) {
131 } catch (InterruptedException e) {
142 } catch (InterruptedException e) {
233 } catch (InterruptedException ignored) {
259 } catch (InterruptedException e) {
281 } catch (InterruptedException e) {
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 103 private int initSoundPool(int numStreams) throws java.lang.InterruptedException {
130 private boolean TestSounds() throws java.lang.InterruptedException {
150 private boolean TestScales() throws java.lang.InterruptedException {
172 private boolean TestRates() throws java.lang.InterruptedException {
197 private boolean TestPriority() throws java.lang.InterruptedException {
246 private boolean TestPauseResume() throws java.lang.InterruptedException {
306 private boolean TestVolume() throws java.lang.InterruptedException {
361 } catch (java.lang.InterruptedException e) {
389 } catch (java.lang.InterruptedException e) { }
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskTest.java 159 } catch (InterruptedException e) {
182 } catch (InterruptedException e) {
216 } catch (InterruptedException e) {
231 } catch (InterruptedException e) {
276 } catch (InterruptedException e) {
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 52 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
66 try { Thread.sleep(30000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
87 try { Thread.sleep(mDelay); } catch (InterruptedException e) { Log.wtf(TAG, e); }
122 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
184 try { Thread.sleep(20000); } catch (InterruptedException e) { Log.wtf(TAG, e); }
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java 64 throws InterruptedException, ExecutionException, TimeoutException {
133 throws InterruptedException, ExecutionException {
143 throws InterruptedException, ExecutionException, TimeoutException {
148 throws InterruptedException {
182 throws InterruptedException {
  /frameworks/base/keystore/java/android/security/
KeyChain.java 311 throws KeyChainException, InterruptedException {
346 throws KeyChainException, InterruptedException {
442 public static KeyChainConnection bind(Context context) throws InterruptedException {
450 throws InterruptedException {
463 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 112 throws InterruptedException, ExecutionException, TimeoutException {
182 throws InterruptedException, ExecutionException {
193 throws InterruptedException, ExecutionException, TimeoutException {
198 throws InterruptedException {
230 throws InterruptedException {
LinkedBlockingDeque.java 338 * @throws InterruptedException {@inheritDoc}
340 public void putFirst(E e) throws InterruptedException {
355 * @throws InterruptedException {@inheritDoc}
357 public void putLast(E e) throws InterruptedException {
372 * @throws InterruptedException {@inheritDoc}
375 throws InterruptedException {
395 * @throws InterruptedException {@inheritDoc}
398 throws InterruptedException {
454 public E takeFirst() throws InterruptedException {
467 public E takeLast() throws InterruptedException {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ColorCheckerTest.java 113 } catch (InterruptedException e) {
124 } catch (InterruptedException e) {
149 } catch (InterruptedException e){}
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java 84 public void execute() throws InterruptedException {
131 } catch (InterruptedException e) {
164 throws ExecutionException, TimeoutException, InterruptedException {
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 81 } catch (InterruptedException e) {
176 } catch (InterruptedException e) {
205 } catch (InterruptedException e) {
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 27 import java.lang.InterruptedException;
68 } catch (InterruptedException e) {/* ignore and retry */}
171 public void testRefreshRate() throws java.lang.InterruptedException {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/
InfoBarTest.java 56 public void testInfoBarForPopUp() throws InterruptedException {
79 public void testInfoBarForGeolocation() throws InterruptedException {
102 public void testInfoBarForGeolocationDisappearsOnBack() throws InterruptedException {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 36 public void testSuccess() throws ExecutionException, InterruptedException {
45 public void testException() throws InterruptedException {
166 AbstractFuture<String> future) throws InterruptedException {
AbstractListeningExecutorServiceTest.java 187 * submit(callable).get() throws InterruptedException if interrupted
190 public void testInterruptedSubmit() throws InterruptedException {
198 public Void realCall() throws InterruptedException {
225 public void testSubmitEE() throws InterruptedException {
296 public void testInvokeAny4() throws InterruptedException {
329 public void testInvokeAll1() throws InterruptedException {
343 public void testInvokeAll2() throws InterruptedException {
357 public void testInvokeAll3() throws InterruptedException {
511 public void testTimedInvokeAll1() throws InterruptedException {
525 public void testTimedInvokeAllNullTimeUnit() throws InterruptedException {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
Socks5TransferNegotiator.java 62 catch (InterruptedException e) {
69 InterruptedException {
99 InterruptedException {
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
ThreadPoolExecutorExtractor.java 67 } catch (InterruptedException ie) {
78 } catch (InterruptedException ie) {
100 } catch (InterruptedException ie) {
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 238 } catch (InterruptedException e) {
316 } catch (InterruptedException e) {
397 } catch (InterruptedException e) {
PipedReader.java 256 } catch (InterruptedException e) {
357 } catch (InterruptedException e) {
406 } catch (InterruptedException e) {
  /libcore/luni/src/test/java/libcore/java/lang/
ThreadTest.java 78 } catch (InterruptedException e) {
140 } catch (InterruptedException ignored) {
189 } catch (InterruptedException ignored) {

Completed in 1313 milliseconds

<<11121314151617181920>>