HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 101 - 125 of 3643) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java 65 } catch (InterruptedException e) {
85 } catch (InterruptedException e) {
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
SimpleFuture.java 37 public synchronized T get() throws InterruptedException {
46 public synchronized T get(long timeout, TimeUnit unit) throws InterruptedException {
  /external/sl4a/Utils/src/com/googlecode/android_scripting/future/
FutureResult.java 43 public T get() throws InterruptedException {
49 public T get(long timeout, TimeUnit unit) throws InterruptedException {
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java 47 } catch (InterruptedException e) {
51 } catch (InterruptedException e) {
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
InvalidationTest.java 59 public void createDb() throws TimeoutException, InterruptedException {
67 public void closeDb() throws TimeoutException, InterruptedException {
72 private void drain() throws TimeoutException, InterruptedException {
77 public void testInvalidationOnUpdate() throws InterruptedException, TimeoutException {
90 public void testInvalidationOnDelete() throws InterruptedException, TimeoutException {
103 public void testInvalidationOnInsert() throws InterruptedException, TimeoutException {
114 public void testDontInvalidateOnLateInsert() throws InterruptedException, TimeoutException {
124 public void testMultipleTables() throws InterruptedException, TimeoutException {
  /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) {
187 } catch (InterruptedException e) {
209 } catch (InterruptedException e) {
232 } catch (InterruptedException e) {
244 } catch (InterruptedException e) {
  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 37 public void testNanoTime1() throws InterruptedException {
57 public void testNanoTime2() throws InterruptedException {
LinkedTransferQueueTest.java 207 public void testTake() throws InterruptedException {
217 public void testBlockingTake() throws InterruptedException {
221 public void realRun() throws InterruptedException {
230 } catch (InterruptedException success) {}
237 } catch (InterruptedException success) {}
250 public void testPoll() throws InterruptedException {
262 public void testTimedPoll0() throws InterruptedException {
274 public void testTimedPoll() throws InterruptedException {
288 * Interrupted timed poll throws InterruptedException instead of
291 public void testInterruptedTimedPoll() throws InterruptedException {
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Process.java 155 * @throws InterruptedException if the current thread is
158 * an {@link InterruptedException} is thrown.
160 public abstract int waitFor() throws InterruptedException;
181 * @throws InterruptedException if the current thread is interrupted
187 throws InterruptedException
  /libcore/ojluni/src/main/java/java/util/concurrent/
CountDownLatch.java 78 * void main() throws InterruptedException {
104 * } catch (InterruptedException ex) {} // return;
119 * void main() throws InterruptedException {
141 * } catch (InterruptedException ex) {} // return;
225 * then {@link InterruptedException} is thrown and the current thread's
228 * @throws InterruptedException if the current thread is interrupted
231 public void await() throws InterruptedException {
262 * then {@link InterruptedException} is thrown and the current thread's
273 * @throws InterruptedException if the current thread is interrupted
277 throws InterruptedException {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/async/
ForwardingBufferQueue.java 38 public T getNext() throws InterruptedException, BufferQueueClosedException {
43 public T getNext(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException,
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 45 * @throws java.lang.InterruptedException if interrupted before the
49 throws CameraAccessException, InterruptedException,
75 public Session createExclusiveSession() throws InterruptedException;
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageStream.java 51 * @throws InterruptedException If interrupted while waiting for the next
57 public ImageProxy getNext() throws InterruptedException, BufferQueueClosedException;
65 * @throws InterruptedException If interrupted while waiting for the next
73 public ImageProxy getNext(long timeout, TimeUnit unit) throws InterruptedException,
  /cts/tests/backup/src/android/backup/cts/
FullBackupQuotaTest.java 60 } catch (InterruptedException e) {}
  /cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java 107 public boolean awaitStart() throws InterruptedException {
111 public boolean awaitStatus() throws InterruptedException {
115 public boolean awaitTtff() throws InterruptedException {
119 public boolean awaitStop() 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/v1/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) {
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
BasicProfilerDemo.java 84 } catch (InterruptedException e) {
  /external/testng/src/main/java/org/testng/internal/thread/
FutureResultAdapter.java 20 public Object get() throws InterruptedException, ThreadExecutionException {
  /external/vogar/test/vogar/target/junit3/
LongTest2.java 33 } catch (InterruptedException ignored) {
  /external/vogar/test/vogar/target/junit4/
LongTest2.java 26 } catch (InterruptedException ignored) {
  /frameworks/base/core/tests/coretests/src/android/view/menu/
ContextMenuTest.java 36 public void testContextMenuPositionLtr() throws InterruptedException {
40 public void testContextMenuPositionRtl() throws InterruptedException {
44 public void testContextMenuPositionRepetitive() throws InterruptedException {
51 private void testMenuPosition(View target) throws InterruptedException {

Completed in 2936 milliseconds

1 2 3 45 6 7 8 91011>>