HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 51 - 75 of 764) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
SystemClock.java 69 * you must handle {@link InterruptedException}.
73 * ignores {@link InterruptedException}. Use this function for delays if
101 * {@link InterruptedException}; {@link Thread#interrupt()} events are
116 catch (InterruptedException e) {
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 133 * @throws InterruptedException if the waiting thread was interrupted
138 throws InterruptedException {
150 throw new InterruptedException("Operation interrupted");
163 throw new InterruptedException("Operation interrupted");
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 34 } catch (InterruptedException e) {
57 } catch (InterruptedException e) {
65 } catch (InterruptedException e) {
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 54 protected synchronized Runnable getTask() throws InterruptedException {
84 } catch (InterruptedException ex) {
102 } catch (InterruptedException ex) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PriorityThreadFactoryTest.java 31 public void testPriority() throws InterruptedException {
40 private void priorityTest(int priority) throws InterruptedException {
53 public synchronized int getPriority() throws InterruptedException {
  /dalvik/tests/050-sync-test/src/
Main.java 27 catch (InterruptedException ie) {
46 catch (InterruptedException ie) {
57 catch (InterruptedException ie) {
154 catch (InterruptedException ie) {
170 catch (InterruptedException ie) {
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 41 * } catch (InterruptedException ex) {
88 * {@link InterruptedException} if they too were interrupted at about
163 throws InterruptedException, BrokenBarrierException,
175 throw new InterruptedException();
201 } catch (InterruptedException ie) {
292 * then {@link InterruptedException} is thrown and the current thread's
316 * @throws InterruptedException if the current thread was interrupted
324 public int await() throws InterruptedException, BrokenBarrierException {
355 * then {@link InterruptedException} is thrown and the current thread's
385 * @throws InterruptedException if the current thread was interrupte
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 37 public void testCat() throws IOException, InterruptedException {
57 } catch(InterruptedException ie) {
58 fail("InterruptedException was thrown.");
72 fail("InterruptedException was not thrown.");
73 } catch(InterruptedException ie) {
83 } catch(InterruptedException ie) {
84 fail("InterruptedException was thrown in " +
94 } catch (InterruptedException e) {
95 fail("InterruptedException was thrown.");
99 } catch(InterruptedException ie)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 131 } catch(InterruptedException ie) {
140 } catch(InterruptedException ie) {
146 } catch(InterruptedException ie) {
165 } catch (InterruptedException e) {
192 } catch (InterruptedException e1) {
193 fail("InterruptedException was thrown.");
203 } catch(InterruptedException ie) {
212 } catch(InterruptedException ie) {
218 } catch(InterruptedException ie) {
229 } catch (InterruptedException e)
    [all...]
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 98 } catch (InterruptedException e) {
125 } catch (InterruptedException e) {
140 } catch (InterruptedException e) {
  /cts/tests/tests/os/src/android/os/cts/
SystemClockTest.java 34 public void testCurrentThreadTimeMillis() throws InterruptedException {
48 public void testElapsedRealtime() throws InterruptedException {
101 public void testUptimeMillis() throws InterruptedException {
  /dalvik/tests/036-finalizer/src/
Main.java 15 } catch (InterruptedException ie) {
40 } catch (InterruptedException ie) {
68 } catch (InterruptedException ie) {
  /cts/tests/tests/app/src/android/app/cts/
CTSActivityTestCaseBase.java 43 protected void waitForResult() throws InterruptedException {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/
T_dreturn_7.java 51 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/freturn/jm/
T_freturn_7.java 51 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokespecial/jm/
T_invokespecial_22.java 50 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/
T_invokestatic_12.java 50 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/
T_invokevirtual_2.java 50 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ireturn/jm/
T_ireturn_7.java 51 catch(InterruptedException ie) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_return/jm/
T_opc_return_2.java 50 catch(InterruptedException ie) {
  /cts/tools/vm-tests/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 {
157 } catch (InterruptedException e) {
174 } catch (InterruptedException e) {
  /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 {
157 } catch (InterruptedException e) {
174 } catch (InterruptedException e) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyThrottleEvent.java 44 } catch (InterruptedException e1) {
MonkeyWaitEvent.java 41 } catch (InterruptedException e1) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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...]

Completed in 1739 milliseconds

1 23 4 5 6 7 8 91011>>