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

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 94 * } catch (InterruptedException ie) {
168 * @throws InterruptedException if interrupted while waiting
171 throws InterruptedException;
238 * @throws InterruptedException if interrupted while waiting, in
245 throws InterruptedException;
267 * @throws InterruptedException if interrupted while waiting, in
276 throws InterruptedException;
288 * @throws InterruptedException if interrupted while waiting
297 throws InterruptedException, ExecutionException;
312 * @throws InterruptedException if interrupted while waitin
    [all...]
  /art/test/059-finalizer-throw/src/
Main.java 48 } catch (InterruptedException ie) {
56 } catch (InterruptedException ie) {
68 throw new InterruptedException("whee");
  /cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java 32 public void testStopSearch() throws InterruptedException {
38 public void testSetOnDismissListener() throws InterruptedException {
44 public void testSetOnCancelListener() throws InterruptedException {
  /external/chromium_org/components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/
CriteriaHelper.java 39 * @throws InterruptedException
42 long checkIntervalMs) throws InterruptedException {
59 * @throws InterruptedException
63 throws InterruptedException {
76 throws InterruptedException {
  /libcore/libart/src/main/java/java/lang/
Object.java 375 * @throws InterruptedException if the current thread has been interrupted.
384 public final native void wait() throws InterruptedException;
412 * @throws InterruptedException if the current thread has been interrupted.
421 public final void wait(long millis) throws InterruptedException {
455 * @throws InterruptedException if the current thread has been interrupted.
464 public final native void wait(long millis, int nanos) throws InterruptedException;
  /art/test/039-join-main/src/
Main.java 29 catch (InterruptedException ie) {}
48 } catch (InterruptedException ie) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java 39 throws InterruptedException
85 * @throws InterruptedException
88 throws InterruptedException
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
JavascriptEventObserver.java 35 public boolean waitForEvent(long time) throws InterruptedException {
49 public void waitForEvent() throws InterruptedException {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
VSyncMonitorTest.java 59 public void waitTillDone() throws InterruptedException {
82 private void performVSyncPeriodTest(boolean enableJBVSync) throws InterruptedException {
90 throws InterruptedException {
117 public void testVSyncPeriodAllowJBVSync() throws InterruptedException {
123 public void testVSyncPeriodDisallowJBVSync() throws InterruptedException {
128 private void performVSyncActivationFromIdle(boolean enableJBVSync) throws InterruptedException {
145 public void testVSyncActivationFromIdleAllowJBVSync() throws InterruptedException {
150 public void testVSyncActivationFromIdleDisallowJBVSync() throws InterruptedException {
  /external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamManager.java 90 * @throws InterruptedException if the thread was interrupted while waiting in a blocking
94 InterruptedException;
108 * @throws InterruptedException if the thread was interrupted while waiting in a blocking
112 throws XMPPException, IOException, InterruptedException;
  /frameworks/base/core/java/android/os/
ConditionVariable.java 99 catch (InterruptedException e) {
130 catch (InterruptedException e) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 37 } catch (InterruptedException e) {
57 } catch (InterruptedException e) {
103 public void test_joinWithSpuriousInterruption() throws InterruptedException {
120 } catch (InterruptedException expected) {
161 } catch (InterruptedException e) {
183 } catch (InterruptedException e) {
184 fail("Unexpected InterruptedException was thrown");
197 } catch(InterruptedException ie) {
207 } catch(InterruptedException e) {
208 fail("Unexpected InterruptedException was thrown")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 32 protected boolean executeTest() throws InterruptedException {
GoNegReqPinTestCase.java 32 protected boolean executeTest() throws InterruptedException {
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 27 public static void main(String[] args) throws InterruptedException, ConfigurationException {
  /cts/tests/tests/content/src/android/content/cts/
HighPriorityBroadcastReceiver.java 32 } catch (InterruptedException e) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlTextureCoordTest.java 34 public void testTextureCoord() throws InterruptedException {
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 38 } catch (InterruptedException e) {
FailingInjectorService.java 46 } catch (InterruptedException e) {
MyInjectorService.java 38 } catch (InterruptedException e) {
SlowInjectorService.java 38 } catch (InterruptedException e) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 44 throws InterruptedException
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
PoolEntryRequest.java 45 * an {@link InterruptedException} is thrown.
55 * @throws InterruptedException
60 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException;
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
InfoBarTestAnimationListener.java 35 public boolean waitAndExpire(long millis) throws InterruptedException {
87 public boolean addInfoBarAnimationFinished() throws InterruptedException {
91 public boolean swapInfoBarAnimationFinished() throws InterruptedException {
95 public boolean removeInfoBarAnimationFinished() throws InterruptedException {
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CriteriaHelper.java 38 * @throws InterruptedException
41 long checkIntervalMs) throws InterruptedException {
56 * @throws InterruptedException
59 public static boolean pollForCriteria(Criteria criteria) throws InterruptedException {
68 * @throws InterruptedException
72 throws InterruptedException {
94 int maxAttempts, long maxTimeoutMs, long checkIntervalMs) throws InterruptedException {

Completed in 1908 milliseconds

12 3 4 5 6 7 8 91011>>