HomeSort by relevance Sort by last modified time
    Searched refs:IOException (Results 251 - 275 of 3235) sorted by null

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/impl/io/
SocketOutputBuffer.java 34 import java.io.IOException;
54 final HttpParams params) throws IOException {
  /external/apache-http/src/org/apache/http/io/
HttpMessageWriter.java 34 import java.io.IOException;
51 throws IOException, HttpException;
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandler.java 34 import java.io.IOException;
51 throws HttpException, IOException;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Exception.java 3 import java.io.IOException;
6 extends IOException
ASN1Null.java 3 import java.io.IOException;
34 throws IOException;
DERNull.java 3 import java.io.IOException;
25 throws IOException
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
EncryptionException.java 3 import java.io.IOException;
6 extends IOException
PEMException.java 3 import java.io.IOException;
6 extends IOException
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemGenerationException.java 3 import java.io.IOException;
6 extends IOException
  /external/emma/core/java12/com/vladium/jcd/compiler/
ClassWriter.java 11 import java.io.IOException;
28 throws IOException
  /external/guava/src/com/google/common/io/
LimitInputStream.java 23 import java.io.IOException;
49 @Override public int available() throws IOException {
59 @Override public int read() throws IOException {
71 @Override public int read(byte[] b, int off, int len) throws IOException {
84 @Override public void reset() throws IOException {
86 throw new IOException("Mark not supported");
89 throw new IOException("Mark not set");
96 @Override public long skip(long n) throws IOException {
MultiInputStream.java 20 import java.io.IOException;
42 throws IOException {
47 @Override public void close() throws IOException {
60 private void advance() throws IOException {
67 @Override public int available() throws IOException {
78 @Override public int read() throws IOException {
90 @Override public int read(byte[] b, int off, int len) throws IOException {
102 @Override public long skip(long n) throws IOException {
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
FunctionExecutor.java 21 import java.io.IOException;
40 void escape(String name, String input, Appendable output) throws IOException;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
NullEscapeFunction.java 21 import java.io.IOException;
31 public void filter(String in, Appendable out) throws IOException {
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java 19 import java.io.IOException;
32 public void close(Reader reader) throws IOException {
  /external/jsilver/src/org/clearsilver/
CS.java 20 import java.io.IOException;
45 * @throws IOException other problems reading the file.
47 void parseFile(String filename) throws IOException;
  /external/nist-sip/java/gov/nist/core/net/
NetworkLayer.java 28 import java.io.IOException;
58 InetAddress bindAddress) throws IOException;
70 InetAddress bindAddress) throws IOException;
80 public Socket createSocket(InetAddress address, int port) throws IOException;
91 public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOException;
106 * @throws IOException if binding or connecting the socket fail for a reason
111 throws IOException;
121 public SSLSocket createSSLSocket(InetAddress address, int port) throws IOException;
132 public SSLSocket createSSLSocket(InetAddress address, int port, InetAddress localAddress) throws IOException;
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointExt.java 3 import java.io.IOException;
29 public void sendHeartbeat(String ipAddress, int port) throws IOException ;
  /external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java 19 import java.io.IOException;
33 HttpResponseMessage execute(HttpMessage request) throws IOException;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Scanner.java 18 import java.io.IOException;
34 public void scan(Reader r, ScanHandler h) throws IOException, SAXException;
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 25 import java.io.IOException;
121 * @throws IOException On error, for example Bluetooth not available, or
125 BluetoothDevice device, int port, ParcelUuid uuid) throws IOException {
128 throw new IOException("Invalid RFCOMM channel: " + port);
166 * @throws IOException On error, for example Bluetooth not available, or
170 int port) throws IOException {
199 * @throws IOException on error, for example connection failure
201 public void connect() throws IOException {
204 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed");
220 * throw an IOException
    [all...]
  /frameworks/base/core/java/android/content/
ContentInsertHandler.java 23 import java.io.IOException;
35 * @throws IOException
39 throws IOException, SAXException;
  /frameworks/ex/common/java/com/android/common/io/
MoreCloseables.java 22 import java.io.IOException;
41 } catch (IOException e) {
  /hardware/ril/mock-ril/src/java/com/android/internal/telephony/
RilChannel.java 21 import java.io.IOException;
43 * @throws IOException
45 private void open() throws IOException {
54 * @throws IOException
56 public static RilChannel makeRilChannel() throws IOException {
73 } catch (IOException e) {
91 * @throws IOException
93 public final int sendAll(ByteBuffer bb) throws IOException {
106 * @throws IOException
108 public final int recvAll(ByteBuffer bb) throws IOException {
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
MalformedHprofException.java 19 import java.io.IOException;
21 public final class MalformedHprofException extends IOException {

Completed in 1169 milliseconds

<<11121314151617181920>>