| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| SendToClient.java | 64 } catch (InterruptedException e) { 86 } catch (InterruptedException e) { 103 public synchronized void waitForTest() throws InterruptedException { 106 public synchronized void releaseForTest() throws InterruptedException {
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| ChromeClient.java | 45 } catch (InterruptedException e) {
|
| /cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/ |
| CaptureHolo.java | 28 public void testCaptureHolo() throws InterruptedException {
|
| /dalvik/tests/030-bad-finalizer/src/ |
| BadFinalizer.java | 10 } catch (InterruptedException ie) {
|
| /external/jmonkeyengine/engine/src/test/jme3test/app/ |
| TestContextRestart.java | 40 public static void main(String[] args) throws InterruptedException{
|
| /external/proguard/src/proguard/gui/ |
| SwingUtil.java | 44 throws InterruptedException, InvocationTargetException
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/ |
| ClassCacheTest.java | 10 public void fixForCorberturaAndSonarCodeCoverage() throws InterruptedException { 21 } catch (InterruptedException e) { 49 public void fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() throws InterruptedException { 60 } catch (InterruptedException e) {
|
| /frameworks/base/core/java/android/os/ |
| SystemClock.java | 70 * you must handle {@link InterruptedException}. 74 * ignores {@link InterruptedException}. Use this function for delays if 102 * {@link InterruptedException}; {@link Thread#interrupt()} events are 117 catch (InterruptedException e) {
|
| /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/ |
| UnresponsiveApp.java | 39 } catch (InterruptedException e) {
|
| /cts/tests/tests/os/src/android/os/cts/ |
| SystemClockTest.java | 24 public void testCurrentThreadTimeMillis() throws InterruptedException { 33 public void testElapsedRealtime() throws InterruptedException { 70 public void testUptimeMillis() throws InterruptedException {
|
| /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");
|
| /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
| JavaScriptUtils.java | 30 final String code) throws InterruptedException, TimeoutException { 45 final String code) throws InterruptedException, TimeoutException { 60 throws InterruptedException, TimeoutException {
|
| DOMUtils.java | 29 throws InterruptedException, TimeoutException { 75 throws InterruptedException, TimeoutException { 90 throws InterruptedException, TimeoutException { 101 throws InterruptedException, TimeoutException { 112 throws InterruptedException, TimeoutException { 122 throws InterruptedException, TimeoutException { 131 throws InterruptedException, TimeoutException { 137 throws InterruptedException, TimeoutException { 172 throws InterruptedException { 178 } catch (InterruptedException e) [all...] |
| /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 {
|
| /art/test/050-sync-test/src/ |
| Main.java | 40 } catch (InterruptedException ie) { 57 } catch (InterruptedException ie) { 69 } catch (InterruptedException ie) { 160 } catch (InterruptedException ie) { 174 } catch (InterruptedException ie) {
|
| /dalvik/tests/050-sync-test/src/ |
| Main.java | 26 } catch (InterruptedException ie) { 43 } catch (InterruptedException ie) { 55 } catch (InterruptedException ie) { 146 } catch (InterruptedException ie) { 160 } catch (InterruptedException ie) {
|
| /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
| AutofillTestHelper.java | 44 String setProfile(final AutofillProfile profile) throws InterruptedException, 56 void deleteProfile(final String guid) throws InterruptedException { 84 String setCreditCard(final CreditCard card) throws InterruptedException, ExecutionException { 95 void deleteCreditCard(final String guid) throws InterruptedException { 124 public void waitForDataChanged() throws InterruptedException {
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| ForwardingExecutorService.java | 49 throws InterruptedException { 55 Collection<? extends Callable<T>> tasks) throws InterruptedException { 62 throws InterruptedException { 68 throws InterruptedException, ExecutionException { 75 throws InterruptedException, ExecutionException, TimeoutException {
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
| RobolectricBackgroundExecutorService.java | 37 public boolean awaitTermination(long l, TimeUnit timeUnit) throws InterruptedException { 68 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables) throws InterruptedException { 73 public <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException { 78 public <T> T invokeAny(Collection<? extends Callable<T>> callables) throws InterruptedException, ExecutionException { 83 public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, TimeUnit timeUnit) throws InterruptedException, ExecutionException, TimeoutException {
|
| /libcore/luni/src/main/java/java/util/concurrent/ |
| CyclicBarrier.java | 43 * } catch (InterruptedException ex) { 91 * {@link InterruptedException} if they too were interrupted at about 166 throws InterruptedException, BrokenBarrierException, 178 throw new InterruptedException(); 204 } catch (InterruptedException ie) { 295 * then {@link InterruptedException} is thrown and the current thread's 319 * @throws InterruptedException if the current thread was interrupted 327 public int await() throws InterruptedException, BrokenBarrierException { 358 * then {@link InterruptedException} is thrown and the current thread's 388 * @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/libcore/java/lang/ |
| OldObjectTest.java | 105 } catch(InterruptedException ex) { 106 fail("InterruptedException was thrown."); 118 } catch(InterruptedException e) { 119 fail("InterruptedException was thrown."); 151 } catch (InterruptedException ex) { 171 } catch(InterruptedException ex) { 172 fail("InterruptedException was thrown."); 184 } catch(InterruptedException e) { 185 fail("InterruptedException was thrown."); 227 } catch(InterruptedException ex) [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...] |