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

1 2 3 4 56 7 8 91011>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SimpleWakefulService.java 49 } catch (InterruptedException e) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 38 throws IOException, InterruptedException {
63 throws IOException, InterruptedException {
95 throws IOException, InterruptedException {
107 throws IOException, InterruptedException {
116 throws IOException, InterruptedException {
152 throws IOException, InterruptedException {
160 throws IOException, InterruptedException {
213 throws IOException, InterruptedException {
276 } catch (InterruptedException e) {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/contextmenu/
ContextMenuTest.java 47 public void testCopyLinkURL() throws InterruptedException, TimeoutException {
60 public void testCopyImageLinkCopiesLinkURL() throws InterruptedException, TimeoutException {
73 public void testCopyLinkTextSimple() throws InterruptedException, TimeoutException {
87 public void testCopyLinkTextComplex() throws InterruptedException, TimeoutException {
101 public void testCopyImageToClipboard() throws InterruptedException, TimeoutException {
119 public void testLongPressOnImage() throws InterruptedException, TimeoutException {
151 public void testLongPressOnImageLink() throws InterruptedException, TimeoutException {
180 public void testDismissContextMenuOnBack() throws InterruptedException, TimeoutException {
202 public void testDismissContextMenuOnClick() throws InterruptedException, TimeoutException {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
DelayedSyncControllerTest.java 53 public void testManualSyncRequestsShouldAlwaysTriggerSync() throws InterruptedException {
77 throws InterruptedException {
85 public void testDelayedSyncRequestsShouldBeTriggeredOnResume() throws InterruptedException {
102 static void sendChromeToBackground(Activity activity) throws InterruptedException {
  /external/chromium_org/chrome/android/shell/javatests/src/org/chromium/chrome/shell/
ChromeShellTestBase.java 82 * @throws InterruptedException
84 protected boolean waitForActiveShellToBeDoneLoading() throws InterruptedException {
121 protected boolean clearAppData() throws InterruptedException {
129 public void loadUrlWithSanitization(final String url) throws InterruptedException {
146 throws InterruptedException {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ChildProcessLauncherTest.java 26 public void testServiceFailedToBind() throws InterruptedException, RemoteException {
46 public void testServiceCrashedBeforeSetup() throws InterruptedException, RemoteException {
84 public void testServiceCrashedAfterSetup() throws InterruptedException, RemoteException {
136 private ChildProcessConnectionImpl startConnection() throws InterruptedException {
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 82 } catch (InterruptedException e) {
105 } catch (InterruptedException e) {
135 } catch (InterruptedException e) {
162 } catch (InterruptedException e) {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
ReflectIntermediateClass.java 39 } catch (InterruptedException e) {
  /frameworks/testing/support/src/android/support/test/internal/runner/listener/
DelayInjector.java 52 } catch (InterruptedException e) {
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java 57 } catch (InterruptedException iex) {
58 Log.i(TAG, "Stopping thread " + mThreadName + " [InterruptedException]");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ObjectTest.java 99 } catch (InterruptedException ex) {
147 } catch (InterruptedException ex) {
149 "Unexpectedly got an InterruptedException. (status = "
169 } catch (InterruptedException ex) {
219 } catch (InterruptedException ex) {
221 "Unexpectedly got an InterruptedException. (status = "
249 } catch (InterruptedException ex) {
275 } catch (InterruptedException ex) {
277 "Unexpectedly got an InterruptedException. (status = "
331 } catch (InterruptedException ex)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
LoadLocaleProviderTestHelper.java 27 throws InterruptedException {
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 27 * public Object getItem() throws InterruptedException {
277 * then {@link InterruptedException} is thrown and the current thread's
280 * @throws InterruptedException if the current thread is interrupted
282 public void acquire() throws InterruptedException {
365 * then {@link InterruptedException} is thrown and the current thread's
376 * @throws InterruptedException if the current thread is interrupted
379 throws InterruptedException {
426 * then {@link InterruptedException} is thrown and the current thread's
433 * @throws InterruptedException if the current thread is interrupted
436 public void acquire(int permits) throws InterruptedException {
    [all...]
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 91 } catch (InterruptedException ex) {
103 } catch (InterruptedException ex) {
116 } catch (InterruptedException ex) {
133 } catch (InterruptedException ex) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AsyncResultHolder.java 67 } catch (InterruptedException e) {
  /libcore/jsr166-tests/src/test/java/jsr166/
SynchronousQueueTest.java 103 public void realRun() throws InterruptedException {
108 } catch (InterruptedException success) {}
115 } catch (InterruptedException success) {}
136 public void realRun() throws InterruptedException {
144 } catch (InterruptedException success) {}
151 catch (InterruptedException e) { threadUnexpectedException(e); }
169 public void realRun() throws InterruptedException {
177 } catch (InterruptedException success) {}
204 catch (InterruptedException e) { threadUnexpectedException(e); }
216 catch (InterruptedException e) { threadUnexpectedException(e);
    [all...]
BlockingQueueTest.java 79 public void testTimedOfferNull() throws InterruptedException {
92 public void testPutNull() throws InterruptedException {
103 public void testAddAllNull() throws InterruptedException {
203 public void testTimedPollWithOffer() throws InterruptedException {
208 public void realRun() throws InterruptedException {
221 } catch (InterruptedException success) {}
228 } catch (InterruptedException success) {}
255 } catch (InterruptedException success) {}
266 * take() throws InterruptedException immediately if interrupted
277 } catch (InterruptedException success) {
    [all...]
SemaphoreTest.java 46 catch (InterruptedException ignored) {}
56 public void realRun() throws InterruptedException {
89 void acquire(Semaphore s) throws InterruptedException {
94 void acquire(Semaphore s, int permits) throws InterruptedException {
119 void acquire(Semaphore s) throws InterruptedException {
124 void acquire(Semaphore s, int permits) throws InterruptedException {
132 void acquire(Semaphore s) throws InterruptedException {
136 void acquire(Semaphore s, int permits) throws InterruptedException {
191 catch (InterruptedException e) { threadUnexpectedException(e); }
204 catch (InterruptedException e) { threadUnexpectedException(e);
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 95 * public synchronized V get() throws InterruptedException {
105 * public synchronized void set(V newValue) throws InterruptedException {
128 * public V get() throws InterruptedException {
143 * public void set(V newValue) throws InterruptedException {
179 * public V get() throws InterruptedException {
190 * public void set(V newValue) throws InterruptedException {
300 public void enterInterruptibly() throws InterruptedException {
322 } catch (InterruptedException ignored) {
339 public boolean enterInterruptibly(long time, TimeUnit unit) throws InterruptedException {
357 public void enterWhen(Guard guard) throws InterruptedException {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 119 } catch (InterruptedException e) {
120 fail("unexpected InterruptedException when sleep");
136 } catch (InterruptedException e) {
137 fail("unexpected InterruptedException when sleep");
153 } catch (InterruptedException e) {
154 fail("unexpected InterruptedException when sleep");
188 } catch (InterruptedException e) {
189 fail("unexpected InterruptedException when sleep");
221 } catch (InterruptedException e) {
222 fail("unexpected InterruptedException when sleep")
    [all...]
  /art/test/053-wait-some/src/
Main.java 41 } catch (InterruptedException ie) {
51 } catch (InterruptedException ie) {
  /art/test/067-preemptive-unpark/src/
Main.java 29 } catch (InterruptedException ex) {
90 } catch (InterruptedException ex) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
MockJobService.java 82 public boolean awaitExecution() throws InterruptedException {
92 public boolean awaitTimeout() throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegRespTestCase.java 48 protected boolean executeTest() throws InterruptedException {
63 } catch (InterruptedException e) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WatchDog.java 64 } catch (InterruptedException e) {
88 } catch (InterruptedException e) {

Completed in 1784 milliseconds

1 2 3 4 56 7 8 91011>>