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

12 3

  /libcore/luni/src/test/java/tests/api/java/io/
WriterTest.java 18 import java.io.IOException;
39 public void test_appendChar() throws IOException {
53 fail("IOException not thrown!");
54 } catch (IOException e) {
68 public void test_appendCharSequence() throws IOException {
80 fail("IOException not thrown!");
81 } catch (IOException e) {
95 public void test_appendCharSequenceIntInt() throws IOException {
120 fail("IOException not thrown!");
121 } catch (IOException e)
    [all...]
  /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/Email/src/com/android/exchange/adapter/
ProvisionParser.java 27 import java.io.IOException;
42 public ProvisionParser(InputStream in, EasSyncService service) throws IOException {
63 private void parseProvisionDocWbxml() throws IOException {
136 public void parseProvisionDocXml(String doc) throws IOException {
154 throw new IOException();
165 throws XmlPullParserException, IOException {
188 throws XmlPullParserException, IOException {
230 throws XmlPullParserException, IOException {
245 throws XmlPullParserException, IOException {
268 public void parseProvisionData() throws IOException {
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 44 import java.io.IOException;
150 } catch (final IOException e) {
152 Log.v(TAG, "IOException when getting authtoken", e);
213 ParseException, IOException, AuthenticationException {
254 throw new IOException();
269 String authtoken) throws JSONException, ParseException, IOException,
301 throw new IOException();
  /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
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 23 import java.io.IOException;
45 private static final String SPECIAL_RESPONSE_IOEXCEPTION = "!!!IOEXCEPTION!!!";
88 return "Expect IOException";
262 public String readLine() throws IOException {
265 throw new IOException("Reading from MockTransport with closed input");
285 throw new IOException("Expected IOException.");
317 public void writeLine(String s, String sensitiveReplacement) throws IOException {
326 throw new IOException("Expected IOException.")
    [all...]
  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 63 * <td>The file is opened in read-only mode. An {@code IOException} is
142 } catch (IOException e) {
179 * @throws IOException
182 public void close() throws IOException {
227 * @throws IOException
231 public final FileDescriptor getFD() throws IOException {
241 * @throws IOException
245 public long getFilePointer() throws IOException {
254 * @throws IOException
257 private synchronized void openCheck() throws IOException {
    [all...]
ObjectInputStream.java 159 * @throws IOException
163 public abstract boolean defaulted(String name) throws IOException,
176 * @throws IOException
184 throws IOException, IllegalArgumentException;
196 * @throws IOException
204 throws IOException, IllegalArgumentException;
216 * @throws IOException
224 throws IOException, IllegalArgumentException;
236 * @throws IOException
244 throws IOException, IllegalArgumentException
    [all...]
ObjectOutputStream.java 235 * @throws IOException
241 public abstract void write(ObjectOutput out) throws IOException;
249 * @throws IOException
256 protected ObjectOutputStream() throws IOException, SecurityException {
263 * WARNING - we should throw IOException if not called from a subclass
276 * @throws IOException
283 public ObjectOutputStream(OutputStream output) throws IOException {
335 * @throws IOException
339 protected void annotateClass(Class<?> aClass) throws IOException {
350 * @throws IOException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
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/org/apache/harmony/security/tests/java/security/
ProviderTest.java 27 import java.io.IOException;
635 public final void testLoad() throws IOException {
669 public int read() throws IOException {
670 throw new IOException();
677 fail("expected IOException");
678 } catch (IOException e) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 37 import java.io.IOException;
359 } catch (java.io.IOException e) {
360 Log.e(TAG, "IOException " + e);
388 void skipBeep(InputStream is) throws IOException {
412 throw new java.io.IOException();
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 25 import java.io.IOException;
85 protected DatagramChannelImpl(SelectorProvider selectorProvider) throws IOException {
136 synchronized public DatagramChannel connect(SocketAddress address) throws IOException {
179 synchronized public DatagramChannel disconnect() throws IOException {
193 public SocketAddress receive(ByteBuffer target) throws IOException {
223 private SocketAddress receiveImpl(ByteBuffer target, boolean loop) throws IOException {
269 private SocketAddress receiveDirectImpl(ByteBuffer target, boolean loop) throws IOException {
307 public int send(ByteBuffer source, SocketAddress socketAddress) throws IOException {
316 throw new IOException();
371 public int read(ByteBuffer target) throws IOException {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 38 import java.io.IOException;
220 } catch (IOException ioe) {
267 } catch (IOException ioe) {
280 statException = new IOException();
284 } catch (IOException ioe) {
360 } catch (IOException ioe) {
381 } catch (IOException ioe) {
405 * @throws IOException
408 throws MessagingException, IOException {
430 throw new IOException();
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ScannerTest.java 29 import java.io.IOException;
77 public void close() throws IOException {
78 throw new IOException();
81 public int read(CharBuffer cb) throws IOException {
96 public void test_ConstructorLjava_io_File() throws IOException {
138 throws IOException {
303 throws IOException {
332 throws IOException {
407 public void test_close() throws IOException {
419 // Write out a int after the scanner is closed, IOException should b
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 94 import java.io.IOException;
125 // IOException is thrown. After a small added allowance, our watchdog alarm goes off (allowing
128 // Connection timeout is the time given to connect to the server before reporting an IOException
458 } catch (IOException e) {
464 userLog("IOException caught: ", e.getMessage());
501 * @throws IOException on any IOException within the HttpClient code
505 throws IOException, MessagingException {
533 userLog("Code: " + code + ", throwing IOException");
534 throw new IOException();
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 626 milliseconds

12 3