HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 76 - 100 of 1410) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
TestUtils.java 81 public synchronized boolean waitForSignal() throws InterruptedException {
85 public synchronized int waitForCountedSignals(int targetCount) throws InterruptedException {
92 public synchronized boolean waitForSignal(long timeoutMs) throws InterruptedException {
97 throws InterruptedException {
  /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/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
BsDiffDeltaGenerator.java 34 throws IOException, InterruptedException {
Matcher.java 28 NextMatch next() throws IOException, InterruptedException;
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
ManagedChannel.java 71 public abstract boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException;
  /external/proguard/src/proguard/gui/
SwingUtil.java 44 throws InterruptedException, InvocationTargetException
  /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) {
  /art/test/079-phantom/src/
Main.java 26 } catch (InterruptedException ie) {
53 } catch (InterruptedException e) {
54 System.out.println("got unexpected InterruptedException e: " + e);
72 } catch (InterruptedException e) {
73 System.out.println("got unexpected InterruptedException e: " + e);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
CallbackUtils.java 81 public Pair<Boolean, Network> waitForAvailable() throws InterruptedException {
93 public boolean waitForUnavailable() throws InterruptedException {
105 public boolean waitForLost() throws InterruptedException {
  /cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
GetResultActivity.java 55 } catch (InterruptedException e) {
70 } catch (InterruptedException e) {
82 } catch (InterruptedException e) {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
BasePermissionActivity.java 61 } catch (InterruptedException e) {
69 } catch (InterruptedException e) {
77 } catch (InterruptedException e) {
  /cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DeviceAdminPasswordTest.java 70 private boolean waitUntilPasswordState(boolean expected) throws InterruptedException {
86 private void assertHasPassword() throws InterruptedException {
90 private void assertNoPassword() throws InterruptedException {
  /cts/tests/app/src/android/app/cts/
SearchManagerTest.java 37 public void testStopSearch() throws InterruptedException {
46 public void testSetOnDismissListener() throws InterruptedException {
55 public void testSetOnCancelListener() throws InterruptedException {
  /cts/tests/providerui/src/android/providerui/cts/
GetResultActivity.java 55 } catch (InterruptedException e) {
68 } catch (InterruptedException e) {
80 } catch (InterruptedException e) {
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyChainTest.java 35 throws KeyChainException, InterruptedException {
45 throws KeyChainException, InterruptedException {
55 throws KeyChainException, InterruptedException {
  /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 138 * @throws InterruptedException if the waiting thread was interrupted
143 throws InterruptedException {
155 throw new InterruptedException("Operation interrupted");
168 throw new InterruptedException("Operation interrupted");
  /external/opencensus-java/contrib/agent/src/jmh/java/io/opencensus/contrib/agent/instrumentation/
ThreadInstrumentationBenchmark.java 54 public void none(Blackhole blackhole) throws InterruptedException {
69 public void manual(Blackhole blackhole) throws InterruptedException {
84 public void automatic(Blackhole blackhole) throws InterruptedException {
  /art/test/050-sync-test/src/
Main.java 40 } catch (InterruptedException ie) {
57 } catch (InterruptedException ie) {
70 } catch (InterruptedException ie) {
168 } catch (InterruptedException ie) {
182 } catch (InterruptedException ie) {
  /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/guava/guava-testlib/test/com/google/common/util/concurrent/testing/
TestingExecutorsTest.java 24 import java.lang.InterruptedException;
41 public void testNoOpScheduledExecutor() throws InterruptedException {
64 public void testNoOpScheduledExecutorInvokeAll() throws ExecutionException, InterruptedException {
86 public void testSameThreadScheduledExecutor() throws ExecutionException, InterruptedException {
100 public void testSameThreadScheduledExecutorWithException() throws InterruptedException {

Completed in 1482 milliseconds

1 2 34 5 6 7 8 91011>>