HomeSort by relevance Sort by last modified time
    Searched refs:InterruptedException (Results 201 - 225 of 593) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/
StubProjectWizard.java 111 throws InvocationTargetException, InterruptedException {
  /cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java 139 public void testStartInsert() throws InterruptedException {
200 public void testStartQuery() throws InterruptedException {
260 public void testStartUpdate() throws InterruptedException {
328 public void testStartDelete() throws InterruptedException {
499 public synchronized boolean hadInserted(long timeout) throws InterruptedException {
509 public synchronized boolean hadUpdated(long timeout) throws InterruptedException {
517 public synchronized boolean hadDeleted(long timeout) throws InterruptedException {
525 public synchronized boolean hadQueried(long timeout) throws InterruptedException {
556 private MockAsyncQueryHandler createAsyncQueryHandlerSync() throws InterruptedException {
615 public synchronized void waitForComplete() throws InterruptedException {
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
Futures.java 78 } catch (InterruptedException ignored) {
96 } catch (InterruptedException ignored) {
132 * {@link InterruptedException}, a {@link CancellationException}, or an
373 public O get() throws InterruptedException, ExecutionException {
378 public O get(long timeout, TimeUnit unit) throws InterruptedException,
551 } catch (InterruptedException e) {
Executors.java 125 } catch (InterruptedException ignored) {
301 throws InterruptedException {
SimpleTimeLimiter.java 125 } catch (InterruptedException e) {
154 if (exType == InterruptedException.class) {
  /frameworks/base/core/tests/utillib/src/coretestutils/http/
MockWebServer.java 102 public RecordedRequest takeRequest() throws InterruptedException {
106 public RecordedRequest takeRequestWithTimeout(long timeoutMillis) throws InterruptedException {
194 public void checkForExceptions() throws ExecutionException, InterruptedException {
270 private MockResponse computeResponse(RecordedRequest request) throws InterruptedException {
335 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/lang/
Thread.java 804 * {@link InterruptedException}.
901 * @throws InterruptedException if <code>interrupt()</code> was called for
906 public final void join() throws InterruptedException {
925 * @throws InterruptedException if <code>interrupt()</code> was called for
930 public final void join(long millis) throws InterruptedException {
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ThreadPoolExecutorTest.java 52 public void testExecute() throws InterruptedException {
66 public void testGetActiveCount() throws InterruptedException {
107 public void testGetCompletedTaskCount() throws InterruptedException {
214 public void testGetLargestPoolSize() throws InterruptedException {
249 public void testGetTaskCount() throws InterruptedException {
274 public void testIsTerminated() throws InterruptedException {
289 public void testIsTerminating() throws InterruptedException {
306 public void testGetQueue() throws InterruptedException {
331 public void testRemove() throws InterruptedException {
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
PendingIntentTest.java 107 public void testGetActivity() throws InterruptedException, CanceledException {
154 public void testGetBroadcast() throws InterruptedException, CanceledException {
183 public void testGetService() throws InterruptedException, CanceledException {
238 public void testSend() throws InterruptedException, CanceledException {
264 public void testSendWithParamInt() throws InterruptedException, CanceledException {
301 public void testSendWithParamContextIntIntent() throws InterruptedException, CanceledException {
333 public void testSendWithParamIntOnFinishedHandler() throws InterruptedException,
391 public void testSendWithParamContextIntIntentOnFinishedHandler() throws InterruptedException,
  /cts/tests/tests/graphics/src/android/opengl/cts/
OpenGlEsVersionTest.java 57 public void testOpenGlEsVersion() throws InterruptedException {
154 private void assertGlVersionString(int majorVersion) throws InterruptedException {
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 62 public boolean waitForInit() throws InterruptedException {
93 public boolean waitForComplete() throws InterruptedException {
139 * @throws InterruptedException
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java 148 } catch (InterruptedException e) {
174 } catch (InterruptedException e) {
  /frameworks/base/tests/CoreTests/android/core/
DatagramTest.java 65 } catch (InterruptedException ex) {
146 } catch (InterruptedException ex) {
SocketTest.java 135 } catch (InterruptedException ex) {
147 } catch (InterruptedException e) {
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 301 * then {@link InterruptedException} is thrown and the current thread's
308 * @throws InterruptedException if the current thread is interrupted
310 public void lockInterruptibly() throws InterruptedException {
392 * then {@link InterruptedException} is thrown and the current thread's
410 * @throws InterruptedException if the current thread is interrupted
414 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException {
457 * InterruptedException} will be thrown, and the thread's
  /libcore/luni/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 190 } catch (InterruptedException ex) {
245 } catch (InterruptedException ex) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 137 } catch (InterruptedException e) {
213 } catch (InterruptedException e) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 65 * @throws InterruptedException
69 throws InvocationTargetException, InterruptedException {
122 * @throws InterruptedException
126 throws InvocationTargetException, InterruptedException {
  /cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java 101 } catch (InterruptedException e) {
PowerManager_WakeLockTest.java 76 public void testPowerManagerWakeLock() throws InterruptedException {
ResultReceiverTest.java 63 public void testResultReceiver() throws InterruptedException {
  /cts/tests/tests/performance/src/android/performance/cts/
MultiAppStartupTest.java 67 public void testMultipleApps() throws InterruptedException {
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 73 } catch (InterruptedException e) {
  /dalvik/tests/083-jit-regressions/src/
Main.java 70 } catch (InterruptedException ie) {/*ignore */}

Completed in 2429 milliseconds

1 2 3 4 5 6 7 891011>>