/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/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingBlockingQueue.java | 54 throws InterruptedException { 59 throws InterruptedException { 63 @Override public void put(E e) throws InterruptedException { 71 @Override public E take() throws InterruptedException {
|
Uninterruptibles.java | 57 } catch (InterruptedException e) { 84 } catch (InterruptedException e) { 106 } catch (InterruptedException e) { 122 * <p>If instead, you wish to treat {@link InterruptedException} uniformly 133 } catch (InterruptedException e) { 149 * <p>If instead, you wish to treat {@link InterruptedException} uniformly 165 } catch (InterruptedException e) { 194 } catch (InterruptedException e) { 215 } catch (InterruptedException e) { 237 } catch (InterruptedException e) [all...] |
ListeningExecutorService.java | 70 throws InterruptedException; 87 throws InterruptedException;
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ |
BytestreamRequest.java | 49 * @throws InterruptedException if the thread was interrupted while waiting in a blocking
52 public BytestreamSession accept() throws XMPPException, InterruptedException;
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDownloadRunnable.java | 135 throw new InterruptedException(); 164 throw new InterruptedException(); 171 throw new InterruptedException(); 240 throw new InterruptedException(); 327 throw new InterruptedException(); 334 throw new InterruptedException(); 369 } catch (InterruptedException e1) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidMonitorTest.java | 39 } catch (InterruptedException ex) { 54 } catch (InterruptedException ex) { 72 } catch (InterruptedException ex) { 91 } catch (InterruptedException ex) { 129 } catch (InterruptedException ex) { 145 } catch (InterruptedException ex) { 162 } catch (InterruptedException ex) { 207 } catch (InterruptedException ex) { 227 } catch (InterruptedException ex) { 247 } catch (InterruptedException ex) [all...] |
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
TextToSpeechWrapper.java | 55 private boolean initTts() throws InterruptedException { 59 private boolean initTts(String engine) throws InterruptedException { 63 private boolean initTts(TextToSpeech tts) throws InterruptedException { 72 public boolean waitForComplete(String utteranceId) throws InterruptedException { 85 throws InterruptedException { 95 throws InterruptedException { 122 public boolean waitForInit() throws InterruptedException { 158 throws InterruptedException {
|
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/ |
ReferenceAppTestCase.java | 23 import java.lang.InterruptedException; 84 } catch (InterruptedException e) {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/ |
SystemProcessTest.java | 40 fail("Should throw InterruptedException"); 41 } catch (InterruptedException e) { 47 } catch (InterruptedException e) {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadTest.java | 35 } catch (InterruptedException e) { 78 } catch (InterruptedException e) { 84 } catch (InterruptedException x) { 91 } catch (InterruptedException x) { 167 } catch (InterruptedException e) { 186 } catch (InterruptedException e) { 233 } catch (InterruptedException e) { 253 } catch (InterruptedException e) { 326 } catch (InterruptedException e) { 336 } catch (InterruptedException e) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimerTaskTest.java | 48 } catch (InterruptedException e) { 98 } catch (InterruptedException e) { 127 } catch (InterruptedException e) { 156 } catch (InterruptedException e) { 182 } catch (InterruptedException e) { 200 } catch (InterruptedException e) { 223 } catch (InterruptedException e) { 235 } catch (InterruptedException e) {
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
UiUtils.java | 42 } catch (InterruptedException ignored) { 54 public static void settleDownUI(Instrumentation instrumentation) throws InterruptedException {
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
SimpleTimeLimiterTest.java | 42 private static String someGoodStaticMethod() throws InterruptedException { 47 private static String someBadStaticMethod() throws InterruptedException, 63 public String call() throws InterruptedException { 77 public String call() throws InterruptedException { 93 public String call() throws SampleException, InterruptedException { 109 public String call() throws SampleException, InterruptedException { 197 } catch (InterruptedException e) { 205 } catch (InterruptedException e) {
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
Ping.java | 54 public long roundTripTime() throws InterruptedException { 64 public long roundTripTime(long timeout, TimeUnit unit) throws InterruptedException {
|
/external/replicaisland/src/com/replica/replicaisland/ |
RenderingWatchDog.java | 65 } catch (InterruptedException e) { 85 } catch (InterruptedException e) {
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
ConnectionDetachedPacketCollector.java | 85 catch (InterruptedException e) { 102 catch (InterruptedException e) {
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
SocketConnect.java | 47 } catch (InterruptedException e) { 51 } catch (InterruptedException e) {
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
AwaitableCompletionListener.java | 39 } catch (InterruptedException e) { 47 public void awaitOneCallback(long timeout, TimeUnit unit) throws InterruptedException,
|
AwaitableErrorListener.java | 47 } catch (InterruptedException e) { 55 public void awaitOneCallback(long timeout, TimeUnit unit) throws InterruptedException,
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CountDownLatch.java | 48 * void main() throws InterruptedException { 74 * } catch (InterruptedException ex) {} // return; 89 * void main() throws InterruptedException { 111 * } catch (InterruptedException ex) {} // return; 195 * then {@link InterruptedException} is thrown and the current thread's 198 * @throws InterruptedException if the current thread is interrupted 201 public void await() throws InterruptedException { 232 * then {@link InterruptedException} is thrown and the current thread's 243 * @throws InterruptedException if the current thread is interrupted 247 throws InterruptedException { [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTaskTest.java | 50 } catch (InterruptedException e) { 100 } catch (InterruptedException e) { 129 } catch (InterruptedException e) { 158 } catch (InterruptedException e) { 184 } catch (InterruptedException e) { 202 } catch (InterruptedException e) { 225 } catch (InterruptedException e) { 237 } catch (InterruptedException e) {
|
/art/test/030-bad-finalizer/src/ |
BadFinalizer.java | 24 } catch (InterruptedException ie) {
|
/cts/tests/tests/graphics2/src/android/graphics2/cts/ |
TextureViewTest.java | 40 public void testTextureViewActivity() throws InterruptedException {
|