OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterruptedIOException
(Results
1 - 16
of
16
) sorted by null
/libcore/luni/src/main/java/java/io/
InterruptedIOException.java
25
public class
InterruptedIOException
extends IOException {
37
public
InterruptedIOException
() {
43
public
InterruptedIOException
(String detailMessage) {
51
public
InterruptedIOException
(String detailMessage, Throwable cause) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InterruptedIOExceptionTest.java
20
import java.io.
InterruptedIOException
;
27
* @tests java.io.
InterruptedIOException
#
InterruptedIOException
()
31
throw new
InterruptedIOException
();
32
} catch (
InterruptedIOException
e) {
38
* @tests java.io.
InterruptedIOException
#
InterruptedIOException
(java.lang.String)
42
throw new
InterruptedIOException
("Some error message");
43
} catch (
InterruptedIOException
e) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java
27
import java.io.
InterruptedIOException
;
58
if (jc.isCancelled()) throw new
InterruptedIOException
();
/packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java
22
import java.io.
InterruptedIOException
;
38
if (mIsInterrupted) throw new
InterruptedIOException
();
46
if (mIsInterrupted) throw new
InterruptedIOException
();
60
if (mIsInterrupted) throw new
InterruptedIOException
();
/libcore/luni/src/main/java/libcore/io/
IoUtils.java
23
import java.io.
InterruptedIOException
;
171
public static void throwInterruptedIoException() throws
InterruptedIOException
{
176
// TODO: set
InterruptedIOException
.bytesTransferred
177
throw new
InterruptedIOException
();
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java
22
import java.io.
InterruptedIOException
;
169
InterruptedIOException
rethrow = new
InterruptedIOException
();
510
throw new
InterruptedIOException
();
719
throw new
InterruptedIOException
();
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 6163 milliseconds