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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/
AppMenuTest.java 90 public void testKeyboardMenuBoundaries() throws InterruptedException {
104 public void testKeyboardMenuEnterOnOpen() throws InterruptedException {
113 public void testKeyboardEnterAfterMovePastTopItem() throws InterruptedException {
125 public void testKeyboardEnterAfterMovePastBottomItem() throws InterruptedException {
137 public void testKeyboardMenuEnterOnTopItemLandscape() throws InterruptedException {
150 public void testKeyboardMenuEnterOnTopItemPortrait() throws InterruptedException {
163 public void testChangingOrientationHidesMenu() throws InterruptedException {
176 private void showAppMenuAndAssertMenuShown() throws InterruptedException {
193 private void hitEnterAndAssertAppMenuDismissed() throws InterruptedException {
205 private void moveToBoundary(boolean towardsTop, boolean movePast) throws InterruptedException {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 132 } catch(InterruptedException ie) {
141 } catch(InterruptedException ie) {
147 } catch(InterruptedException ie) {
166 } catch (InterruptedException e) {
193 } catch (InterruptedException e1) {
194 fail("InterruptedException was thrown.");
204 } catch(InterruptedException ie) {
213 } catch(InterruptedException ie) {
219 } catch(InterruptedException ie) {
230 } catch (InterruptedException e)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 209 void checkForkJoinPoolThreadLeaks() throws InterruptedException {
366 static void delay(long millis) throws InterruptedException {
392 } catch (InterruptedException ie) {
393 fail("Unexpected InterruptedException");
413 } catch (InterruptedException ie) {
414 fail("Unexpected InterruptedException");
435 } catch (InterruptedException ie) {
436 fail("Unexpected InterruptedException");
585 } catch (InterruptedException ie) {
587 new AssertionFailedError("Unexpected InterruptedException");
    [all...]
ExchangerTest.java 26 public void realRun() throws InterruptedException {
31 public void realRun() throws InterruptedException {
67 public void realRun() throws InterruptedException {
120 public void realRun() throws InterruptedException {
126 public void realRun() throws InterruptedException {
133 public void realRun() throws InterruptedException {
ScheduledExecutorTest.java 22 public void testExecute() throws InterruptedException {
138 public void testFixedRateSequence() throws InterruptedException {
156 public void testFixedDelaySequence() throws InterruptedException {
172 public void testExecuteNull() throws InterruptedException {
186 public void testScheduleNull() throws InterruptedException {
199 public void testSchedule1_RejectedExecutionException() throws InterruptedException {
216 public void testSchedule2_RejectedExecutionException() throws InterruptedException {
232 public void testSchedule3_RejectedExecutionException() throws InterruptedException {
248 public void testScheduleAtFixedRate1_RejectedExecutionException() throws InterruptedException {
264 public void testScheduleWithFixedDelay1_RejectedExecutionException() throws InterruptedException {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 485 static void delay(long millis) throws InterruptedException {
511 } catch (InterruptedException ie) {
512 fail("Unexpected InterruptedException");
532 } catch (InterruptedException ie) {
533 fail("Unexpected InterruptedException");
554 } catch (InterruptedException ie) {
555 fail("Unexpected InterruptedException");
712 } catch (InterruptedException ie) {
714 new AssertionFailedError("Unexpected InterruptedException");
777 } catch (InterruptedException ie)
    [all...]
InterruptionUtil.java 57 } catch (InterruptedException e) {
82 } catch (InterruptedException wontHappen) {
129 } catch (InterruptedException e) {
ListenableFutureTester.java 65 throws InterruptedException, ExecutionException {
77 throws InterruptedException, ExecutionException {
92 throws InterruptedException {
  /art/test/051-thread/src/
Main.java 74 } catch (InterruptedException ex) {
95 catch (InterruptedException ie) {
109 } catch (InterruptedException e) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorPowerTestActivity.java 38 public void waitForUserAcknowledgement(final String message) throws InterruptedException {
65 protected void activitySetUp() throws InterruptedException {
71 protected void activityCleanUp() throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 52 protected SensorTestDetails executeTests() throws InterruptedException {
79 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException {
105 throw new InterruptedException();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java 57 boolean modeOn) throws InterruptedException {
72 throws InterruptedException {
80 throws InterruptedException {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 102 } catch (InterruptedException e) {
129 } catch (InterruptedException e) {
144 } catch (InterruptedException e) {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ScreenOrientationListenerTest.java 65 throws InterruptedException {
97 private void setUpForConfigurationListener() throws InterruptedException {
107 private boolean setUpForDisplayListener() throws InterruptedException {
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
VolleyRequestFuture.java 48 * } catch (InterruptedException e) {
93 public T get() throws InterruptedException, ExecutionException {
103 throws InterruptedException, ExecutionException, TimeoutException {
108 throws InterruptedException, ExecutionException, TimeoutException {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DispatchThread.java 83 } catch (InterruptedException ex) {
117 } catch (InterruptedException ex) {
148 } catch (InterruptedException ex) {
  /frameworks/volley/src/com/android/volley/toolbox/
RequestFuture.java 45 * } catch (InterruptedException e) {
86 public T get() throws InterruptedException, ExecutionException {
96 throws InterruptedException, ExecutionException, TimeoutException {
101 throws InterruptedException, ExecutionException, TimeoutException {
  /art/test/304-method-tracing/src/
Main.java 43 } catch (InterruptedException e) {
  /cts/libs/deviceutil/src/android/cts/util/
PollingCheck.java 45 } catch (InterruptedException e) {
46 Assert.fail("unexpected InterruptedException");
  /cts/tests/app/src/android/app/cts/
CTSActivityTestCaseBase.java 44 protected void waitForResult() throws InterruptedException {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorFlushOperation.java 56 protected void doExecute(TestSensorEventListener listener) throws InterruptedException {
  /cts/tests/tests/security/src/android/security/cts/
IntentSenderRemovalTest.java 35 public void testIntentSenderIntent() throws InterruptedException {
  /cts/tests/tests/util/src/android/util/cts/
TimingLoggerTest.java 52 } catch (InterruptedException e) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyThrottleEvent.java 44 } catch (InterruptedException e1) {
MonkeyWaitEvent.java 41 } catch (InterruptedException e1) {

Completed in 1919 milliseconds

1 2 3 45 6 7 8 91011>>