/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...] |
/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 | 48 public void testCopyLinkURL() throws InterruptedException, TimeoutException { 61 public void testCopyImageLinkCopiesLinkURL() throws InterruptedException, TimeoutException { 74 public void testCopyLinkTextSimple() throws InterruptedException, TimeoutException { 88 public void testCopyLinkTextComplex() throws InterruptedException, TimeoutException { 102 public void testCopyImageToClipboard() throws InterruptedException, TimeoutException { 120 public void testLongPressOnImage() throws InterruptedException, TimeoutException { 152 public void testLongPressOnImageLink() throws InterruptedException, TimeoutException { 181 public void testDismissContextMenuOnBack() throws InterruptedException, TimeoutException { 203 public void testDismissContextMenuOnClick() throws InterruptedException, TimeoutException {
|
/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...] |
AbstractCheckedFuture.java | 45 * Translates from an {@link InterruptedException}, 50 * <p>If {@code e} is an {@code InterruptedException}, the calling 68 * <p>In addition, if {@code get} throws an {@link InterruptedException}, this 72 * @throws X if {@link #get()} throws an {@link InterruptedException}, 79 } catch (InterruptedException e) { 96 * <p>In addition, if {@code get} throws an {@link InterruptedException}, this 100 * @throws X if {@link #get()} throws an {@link InterruptedException}, 108 } catch (InterruptedException e) {
|
ForwardingFuture.java | 62 public V get() throws InterruptedException, ExecutionException { 68 throws InterruptedException, ExecutionException, TimeoutException {
|
/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/051-thread/src/ |
Main.java | 54 } catch (InterruptedException ex) { 94 catch (InterruptedException ie) {
|
/art/test/053-wait-some/src/ |
Main.java | 41 } catch (InterruptedException ie) { 51 } catch (InterruptedException ie) {
|
/art/test/067-preemptive-unpark/src/ |
Main.java | 28 } catch (InterruptedException ex) { 89 } catch (InterruptedException ex) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegRespTestCase.java | 48 protected boolean executeTest() throws InterruptedException { 63 } catch (InterruptedException e) {
|
P2pBroadcastReceiverTest.java | 73 * @throws InterruptedException 76 throws InterruptedException { 100 * @throws InterruptedException 102 public synchronized WifiP2pInfo waitConnectionNotice(long msec) throws InterruptedException { 119 * @throws InterruptedException 122 throws InterruptedException { 146 * @throws InterruptedException 149 throws InterruptedException { 181 * @throws InterruptedException 183 public synchronized WifiP2pInfo waitDisconnectionNotice(long msec) throws InterruptedException { [all...] |
/cts/libs/deviceutil/src/android/cts/util/ |
WatchDog.java | 65 } catch (InterruptedException e) { 89 } catch (InterruptedException e) {
|
/cts/tests/tests/location/src/android/location/cts/ |
GeocoderTest.java | 44 public void testGetFromLocation() throws IOException, InterruptedException { 97 public void testGetFromLocationName() throws IOException, InterruptedException {
|
/dalvik/tests/051-thread/src/ |
Main.java | 54 } catch (InterruptedException ex) { 90 catch (InterruptedException ie) {
|
/dalvik/tests/053-wait-some/src/ |
Main.java | 27 } catch (InterruptedException ie) { 37 } catch (InterruptedException ie) {
|
/dalvik/tests/067-preemptive-unpark/src/ |
Main.java | 28 } catch (InterruptedException ex) { 89 } catch (InterruptedException ex) {
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
FullScreenVideoTestAwContentsClient.java | 56 public void waitForCustomViewShown() throws TimeoutException, InterruptedException { 60 public void waitForCustomViewHidden() throws InterruptedException, TimeoutException {
|
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
TestThread.java | 87 } catch (InterruptedException ie) { 134 } catch (InterruptedException ie) {
|
/external/junit/src/org/junit/internal/runners/statements/ |
FailOnTimeout.java | 25 private StatementThread evaluateStatement() throws InterruptedException { 64 } catch (InterruptedException e) { 65 //don't log the InterruptedException
|
/external/smack/src/org/jivesoftware/smack/ |
PacketCollector.java | 120 catch (InterruptedException e) { 137 catch (InterruptedException e) {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerThreadTest.java | 63 } catch (InterruptedException e) { 95 } catch (InterruptedException e) {
|
/frameworks/volley/tests/src/com/android/volley/mock/ |
WaitableQueue.java | 36 throws TimeoutException, InterruptedException { 44 public Request<?> take() throws InterruptedException {
|
/libcore/luni/src/main/java/java/lang/ref/ |
ReferenceQueue.java | 70 * @throws InterruptedException if the blocking call was interrupted 72 public Reference<? extends T> remove() throws InterruptedException { 87 * @throws InterruptedException if the blocking call was interrupted 90 throws InterruptedException {
|
/cts/tests/tests/os/src/android/os/cts/ |
TokenWatcherTest.java | 91 } catch (InterruptedException e) { 109 public void testTokenWatcher() throws RemoteException, InterruptedException { 140 public void testCleanUp() throws RemoteException, InterruptedException { 159 private boolean waitUntilAcquired() throws InterruptedException { 170 private boolean waitUntilReleased() throws InterruptedException {
|