HomeSort by relevance Sort by last modified time
    Searched defs:IOException (Results 26 - 50 of 83) sorted by null

12 3 4

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceConnection.java 23 import java.io.IOException;
43 public DeviceConnection(IDevice device) throws IOException {
48 throw new IOException();
55 public BufferedReader getInputStream() throws IOException {
62 public BufferedWriter getOutputStream() throws IOException {
75 public void sendCommand(String command) throws IOException {
87 } catch (IOException e) {
93 } catch (IOException e) {
97 } catch (IOException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamClassTest.java 22 import java.io.IOException;
217 public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException {
221 public void writeExternal(ObjectOutput output) throws IOException {
222 throw new IOException();
WriterTest.java 18 import java.io.IOException;
28 public void test_appendChar() throws IOException {
40 public void test_appendCharSequence() throws IOException {
52 public void test_appendCharSequenceIntInt() throws IOException {
67 public void test_writeLjava_lang_String() throws IOException {
84 public synchronized void close() throws IOException {
89 public synchronized void flush() throws IOException {
94 public void write(char[] arg0, int arg1, int arg2) throws IOException {
113 public synchronized void close() throws IOException {
118 public synchronized void flush() throws IOException {
    [all...]
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 23 import java.io.IOException;
135 } catch (IOException expected) {
151 } catch (IOException expected) {
158 } catch (IOException expected) {
169 } catch (IOException expected) {
192 @Override public void close() throws IOException {
196 @Override public void flush() throws IOException {}
198 @Override public void write(char[] buf, int offset, int count) throws IOException {
200 throw new IOException();
210 @Override public void write(char[] buf, int offset, int count) throws IOException {
    [all...]
WrapperTester.java 24 import java.io.IOException;
136 } catch (IOException expected) {
152 } catch (IOException expected) {
159 } catch (IOException expected) {
170 } catch (IOException expected) {
189 @Override public void close() throws IOException {
193 @Override public void write(int oneByte) throws IOException {
195 throw new IOException();
205 @Override public void write(int oneByte) throws IOException {
207 throw new IOException("Already closed")
    [all...]
  /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) {
188 } catch (IOException e) {
195 } catch (IOException e) {
204 } catch (IOException e) {}
207 } catch (IOException e) {
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RmiSerializer.java 37 import java.io.IOException;
56 private void writeString(ByteBuffer buffer, String string) throws IOException{
78 private void writeType(ByteBuffer buffer, Class<?> clazz) throws IOException{
85 throw new IOException(); // prevents message from being serialized
91 private Class<?> readType(ByteBuffer buffer) throws IOException{
100 throw new IOException(); // prevents message from being serialized
106 private void writeMethod(ByteBuffer buffer, Method method) throws IOException{
118 private MethodDef readMethod(ByteBuffer buffer) throws IOException{
135 private void writeObjectDef(ByteBuffer buffer, ObjectDef def) throws IOException{
145 private ObjectDef readObjectDef(ByteBuffer buffer) throws IOException{
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 31 import java.io.IOException;
78 * @throws IOException Indicates the camera driver failed to open.
80 public void openDriver(SurfaceHolder holder) throws IOException {
85 throw new IOException();
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 30 import java.io.IOException;
257 * {@link IOException} if {@link #close} is called from another thread.
263 * @throws IOException if there is an I/O failure, or the operation is canceled
266 public NdefMessage getNdefMessage() throws IOException, FormatException {
272 throw new IOException("Mock tags don't support this operation.");
295 * {@link IOException} if {@link #close} is called from another thread.
301 * @throws IOException if there is an I/O failure, or the operation is canceled
304 public void writeNdefMessage(NdefMessage msg) throws IOException, FormatException {
310 throw new IOException("Mock tags don't support this operation.");
319 throw new IOException();
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 28 import java.io.IOException;
183 throw new IOException();
186 } catch (IOException e) {
  /frameworks/base/media/java/android/drm/mobile1/
DrmRawContent.java 131 public DrmRawContent(InputStream inRawdata, int len, String mimeTypeStr) throws DrmException, IOException {
282 public int available() throws IOException {
287 throw new IOException();
295 throw new IOException();
303 public int read() throws IOException {
317 public int read(byte[] b) throws IOException {
324 public int read(byte[] b, int off, int len) throws IOException {
330 throw new IOException();
338 throw new IOException();
363 public void reset() throws IOException {
    [all...]
  /frameworks/support/volley/src/com/android/volley/toolbox/
BasicNetwork.java 42 import java.io.IOException;
109 throw new IOException();
119 } catch (IOException e) {
201 private byte[] entityToBytes(HttpEntity entity) throws IOException, ServerError {
220 } catch (IOException e) {
DiskBasedCache.java 28 import java.io.IOException;
118 } catch (IOException e) {
126 } catch (IOException ioe) {
150 } catch (IOException e) {
159 } catch (IOException ignored) { }
197 } catch (IOException e) {
307 private static byte[] streamToBytes(InputStream in, int length) throws IOException {
315 throw new IOException("Expected " + length + " bytes, read " + pos + " bytes");
362 * @throws IOException
364 public static CacheHeader readHeader(InputStream is) throws IOException {
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 24 import java.io.IOException;
67 * @throws IOException
71 IOException {
81 public void connect() throws IOException {
94 * @throws IOException
99 public JarFile getJarFile() throws IOException {
107 * @throws IOException
110 private void findJarFile() throws IOException {
133 throw new IOException();
137 JarFile openJarFile() throws IOException {
    [all...]
FtpURLConnection.java 23 import java.io.IOException;
141 private void cd() throws IOException {
153 throw new IOException("Unable to change directories");
163 * @see java.io.IOException
167 public void connect() throws IOException {
193 } catch (IOException ioe) {
203 throw new IOException("Unable to connect to server: " + failureReason);
208 private void connectInternal() throws IOException {
249 throw new IOException("Could not establish data connection");
270 private void getFile() throws IOException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldScannerTest.java 18 import java.io.IOException;
496 throws IOException {
527 public int read(CharBuffer target) throws IOException {
532 throw new IOException();
543 public int read(CharBuffer target) throws IOException {
555 throw new IOException();
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyStoreSpi.java 5 import java.io.IOException;
147 throws IOException, NoSuchAlgorithmException, CertificateException {
151 throw new IOException();
162 public void engineLoad(LoadStoreParameter param) throws IOException,
228 throws IOException, NoSuchAlgorithmException, CertificateException {
230 throw new IOException("store failed");
241 public void engineStore(LoadStoreParameter param) throws IOException,
244 throw new IOException();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncParser.java 32 import java.io.IOException;
52 public AbstractSyncParser(InputStream in, AbstractSyncAdapter adapter) throws IOException {
57 public AbstractSyncParser(Parser p, AbstractSyncAdapter adapter) throws IOException {
73 * @throws IOException if the connection is broken
76 public abstract void commandsParser() throws IOException, CommandStatusException;
80 * @throws IOException
82 public abstract void responsesParser() throws IOException;
86 * @throws IOException
88 public abstract void commit() throws IOException;
97 * @throws IOException
    [all...]
ProvisionParser.java 33 import java.io.IOException;
49 public ProvisionParser(InputStream in, EasSyncService service) throws IOException {
111 private void parseProvisionDocWbxml() throws IOException {
380 * @throws IOException
382 private boolean specifiesApplications(int endTag) throws IOException {
397 /*package*/ void parseProvisionDocXml(String doc) throws IOException {
415 throw new IOException();
425 throws XmlPullParserException, IOException {
448 throws XmlPullParserException, IOException {
490 throws XmlPullParserException, IOException {
    [all...]
Search.java 43 import java.io.IOException;
130 } catch (IOException e) {
156 throws IOException {
167 public boolean parse() throws IOException {
170 throw new IOException();
187 private boolean parseResponse() throws IOException {
199 private boolean parseStore() throws IOException {
231 ArrayList<ContentProviderOperation> ops) throws IOException {
  /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) {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 21 import java.io.IOException;
192 IOException {
204 fail("should throw IOException");
205 } catch (IOException expected) {
210 @Override public int read() throws IOException {
211 throw new IOException();
226 public void readConfiguration(InputStream ins) throws IOException {
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 101 protected void FillBuff() throws java.io.IOException
131 throw new java.io.IOException();
137 catch(java.io.IOException e) {
146 public char BeginToken() throws java.io.IOException
195 public char readChar() throws java.io.IOException
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 101 protected void FillBuff() throws java.io.IOException
131 throw new java.io.IOException();
137 catch(java.io.IOException e) {
146 public char BeginToken() throws java.io.IOException
195 public char readChar() throws java.io.IOException
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 101 protected void FillBuff() throws java.io.IOException
131 throw new java.io.IOException();
137 catch(java.io.IOException e) {
146 public char BeginToken() throws java.io.IOException
195 public char readChar() throws java.io.IOException

Completed in 2360 milliseconds

12 3 4