HomeSort by relevance Sort by last modified time
    Searched defs:IOException (Results 1 - 25 of 31) sorted by null

1 2

  /art/test/ExceptionHandle/
ExceptionHandle.java 17 import java.io.IOException;
23 } catch (IOException e) {
30 } catch (IOException e) {
39 throw new IOException();
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
exception_type.h 65 class IOException : public Exception {
67 IOException() throw() : Exception("I/O exception") {}
68 explicit IOException(const char* message) throw() : Exception(message) {}
69 virtual ~IOException() throw() {}
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
ServerSocketFactoryTest.java 24 import java.io.IOException;
47 } catch (IOException e) {
64 } catch (IOException e) {
69 } catch (IOException e) {
74 } catch (IOException e) {
81 public ServerSocket createServerSocket(int port) throws IOException, UnknownHostException {
82 throw new IOException();
87 throws IOException, UnknownHostException {
88 throw new IOException();
92 public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException {
    [all...]
SocketFactoryTest.java 24 import java.io.IOException;
47 } catch (IOException e) {
64 } catch (IOException e) {
69 } catch (IOException e) {
74 } catch (IOException e) {
79 } catch (IOException e) {
86 public Socket createSocket(String host, int port) throws IOException, UnknownHostException {
87 throw new IOException();
92 throws IOException, UnknownHostException {
93 throw new IOException();
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 21 import java.io.IOException;
133 } catch (IOException e) {
146 static public int exceptionMethod() throws IOException {
147 throw new IOException();
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 23 import java.io.IOException;
140 } catch (IOException expected) {
156 } catch (IOException expected) {
163 } catch (IOException expected) {
174 } catch (IOException expected) {
198 public void close() throws IOException {
203 public void flush() throws IOException {
207 public void write(char[] buf, int offset, int count) throws IOException {
209 throw new IOException();
220 public void write(char[] buf, int offset, int count) throws IOException {
    [all...]
WrapperTester.java 24 import java.io.IOException;
141 } catch (IOException expected) {
157 } catch (IOException expected) {
164 } catch (IOException expected) {
175 } catch (IOException expected) {
195 public void close() throws IOException {
200 public void write(int oneByte) throws IOException {
202 throw new IOException();
213 public void write(int oneByte) throws IOException {
215 throw new IOException("Already closed")
    [all...]
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoaderHelper.java 15 import java.io.IOException;
160 throw new IOException();
184 } catch (IOException e) {
196 } catch (IOException e) {
  /external/doclava/src/com/google/doclava/
ClearPage.java 26 import java.io.IOException;
141 } catch (IOException e) {
147 } catch (IOException e) {}
166 throw new IOException();
169 } catch (IOException e) {
176 } catch (IOException e) {
193 } catch (IOException e) {
200 } catch (IOException e) {
209 } catch (IOException e) {}
212 } catch (IOException e) {
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AC3TrackImpl.java 11 import java.io.IOException;
41 public AC3TrackImpl(InputStream fin, String lang) throws IOException {
46 public AC3TrackImpl(InputStream fin) throws IOException {
50 private void parse(InputStream fin) throws IOException {
56 throw new IOException();
85 throw new IOException();
131 private boolean readVariables() throws IOException {
254 private boolean readSamples() throws IOException {
AACTrackImpl.java 27 import java.io.IOException;
83 public AACTrackImpl(InputStream inputStream, String lang) throws IOException {
88 public AACTrackImpl(InputStream inputStream) throws IOException {
92 private void parse(InputStream inputStream) throws IOException {
97 throw new IOException();
102 throw new IOException();
215 private boolean readVariables() throws IOException {
242 private boolean readSamples() throws IOException {
EC3TrackImpl.java 11 import java.io.IOException;
40 public EC3TrackImpl(InputStream fin, String lang) throws IOException {
45 public EC3TrackImpl(InputStream fin) throws IOException {
49 private void parse(InputStream fin) throws IOException {
57 throw new IOException();
74 throw new IOException();
123 throw new IOException();
169 private BitStreamInfo readVariables() throws IOException {
392 private boolean readSamples() throws IOException {
H264TrackImpl.java 13 import java.io.IOException;
58 public H264TrackImpl(InputStream inputStream, String lang, long timescale) throws IOException {
70 public H264TrackImpl(InputStream inputStream, String lang) throws IOException {
75 public H264TrackImpl(InputStream inputStream) throws IOException {
79 private void parse(InputStream inputStream) throws IOException {
88 throw new IOException();
92 throw new IOException();
199 private boolean findNextStartcode() throws IOException {
226 private boolean readSamples() throws IOException {
344 private NALActions handleNALUnit(int nal_ref_idc, int nal_unit_type, byte[] data) throws IOException {
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 46 import java.io.IOException;
139 } catch (final IOException e) {
140 Log.e(TAG, "IOException when getting authtoken", e);
162 throws JSONException, ParseException, IOException, AuthenticationException {
213 throw new IOException();
263 } catch (IOException ioex) {
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
VolleyDiskCacheWrapper.java 12 import java.io.IOException;
49 } catch (IOException e) {
57 } catch (IOException e) { }
72 } catch (IOException e) {
110 * @throws IOException
112 public CacheHeader readHeader(InputStream is) throws IOException {
117 throw new IOException();
203 } catch (IOException e) {
223 private static int read(InputStream is) throws IOException {
231 static void writeInt(OutputStream os, int n) throws IOException {
    [all...]
  /external/okhttp/android/test/java/com/squareup/okhttp/internal/
OptionalMethodTest.java 22 import java.io.IOException;
65 public void throwsException() throws IOException {
66 throw new IOException();
207 assertTrue(expected.getTargetException() instanceof IOException);
284 assertTrue(expected.getTargetException() instanceof IOException);
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 29 import java.io.IOException;
101 }catch (IOException e) {
122 } catch (IOException e) {
140 * @throws IOException
143 private void read(InputStream in, ByteBuffer buffer, int len) throws IOException, ExitRequest {
150 throw new IOException();
185 } catch (IOException e) {
221 private void handleDownload(int len) throws IOException, ExitRequest {
232 private void handleStartPlayback(int len) throws ProtocolError, IOException, ExitRequest {
313 private void handleStopPlayback(int len) throws ProtocolError, IOException {
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 29 import java.io.IOException;
97 * Callers should handle other problems by catching {@code IOException} and
194 public static String readFully(Reader reader) throws IOException {
215 public static String readAsciiLine(InputStream in) throws IOException {
254 public static void deleteContents(File dir) throws IOException {
264 throw new IOException("failed to delete file: " + file);
305 * @throws java.io.IOException if reading or writing the cache directory fails
308 throws IOException {
325 } catch (IOException journalIsCorrupt) {
339 private void readJournal() throws IOException {
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 29 import java.io.IOException;
97 * Callers should handle other problems by catching {@code IOException} and
194 public static String readFully(Reader reader) throws IOException {
215 public static String readAsciiLine(InputStream in) throws IOException {
254 public static void deleteContents(File dir) throws IOException {
264 throw new IOException("failed to delete file: " + file);
305 * @throws java.io.IOException if reading or writing the cache directory fails
308 throws IOException {
325 } catch (IOException journalIsCorrupt) {
339 private void readJournal() throws IOException {
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 29 import java.io.IOException;
97 * Callers should handle other problems by catching {@code IOException} and
194 public static String readFully(Reader reader) throws IOException {
215 public static String readAsciiLine(InputStream in) throws IOException {
254 public static void deleteContents(File dir) throws IOException {
264 throw new IOException("failed to delete file: " + file);
305 * @throws java.io.IOException if reading or writing the cache directory fails
308 throws IOException {
325 } catch (IOException journalIsCorrupt) {
339 private void readJournal() throws IOException {
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 21 import java.io.IOException;
858 public void close() throws IOException {
868 public void flush() throws IOException {
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 26 import java.io.IOException;
83 * Callers should handle other problems by catching {@code IOException} and
174 } catch (IOException e) {
198 * @throws IOException if reading or writing the cache directory fails
201 throws IOException {
229 } catch (IOException journalIsCorrupt) {
243 private void readJournal() throws IOException {
256 throw new IOException("unexpected journal header: [" + magic + ", " + version + ", "
275 private void readJournalLine(String line) throws IOException {
278 throw new IOException("unexpected journal line: " + line)
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 54 import java.io.IOException;
158 * @throws IOException
246 } catch (IOException e) {
256 throws IOException, NoSuchAlgorithmException, KeyManagementException {
586 * @throws IOException
678 throw new IOException();
696 } catch (IOException e) {
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 21 import java.io.IOException;
439 } catch (IOException expected) {
465 public CtorHasDeclaredException() throws IOException {
466 throw new IOException();
487 assertTrue(expected.getCause() instanceof IOException);
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 20 import java.io.IOException;
    [all...]

Completed in 482 milliseconds

1 2