OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EOFException
(Results
26 - 44
of
44
) sorted by null
1
2
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java
23
import java.io.
EOFException
;
202
if ((startCluster == 0 && len > 0)) throw new
EOFException
();
FatFile.java
25
import java.io.
EOFException
;
119
throw new
EOFException
();
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java
20
import java.io.
EOFException
;
198
* Fills 'dst' with bytes from 'in', throwing
EOFException
if insufficient bytes are available.
206
*
EOFException
if insufficient bytes are available.
225
throw new
EOFException
();
309
* @throws java.io.
EOFException
if the stream is exhausted before the next newline
318
throw new
EOFException
();
/libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java
21
import java.io.
EOFException
;
349
throw new
EOFException
();
/frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java
24
import java.io.
EOFException
;
467
* Simple wrapper around {@link InputStream#read()} that throws
EOFException
473
throw new
EOFException
();
/libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java
21
import java.io.
EOFException
;
232
throw new
EOFException
("Expected to skip " + recordLength
268
throw new
EOFException
();
/libcore/luni/src/main/java/java/io/
RandomAccessFile.java
296
* @throws
EOFException
305
throw new
EOFException
();
316
* @throws
EOFException
325
throw new
EOFException
();
336
* @throws
EOFException
352
* @throws
EOFException
368
* @throws
EOFException
390
* {@code
EOFException
} is thrown. If an I/O error occurs, {@code IOException} is
400
* @throws
EOFException
416
throw new
EOFException
();
[
all
...]
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DiskLruCache.java
22
import java.io.
EOFException
;
212
* @throws java.io.
EOFException
if the stream is exhausted before the next newline
222
throw new
EOFException
();
359
} catch (
EOFException
endOfJournal) {
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerTest.java
23
import java.io.
EOFException
;
82
throw new
EOFException
();
[
all
...]
/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 376 milliseconds
1
2