/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
MockSocketChannel.java | 52 public boolean connect(SocketAddress arg0) throws IOException { 57 public boolean finishConnect() throws IOException { 62 public int read(ByteBuffer arg0) throws IOException { 67 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { 72 public int write(ByteBuffer arg0) throws IOException { 77 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { 82 protected void implCloseSelectableChannel() throws IOException { 86 protected void implConfigureBlocking(boolean arg0) throws IOException { 90 public SocketAddress getRemoteAddress() throws IOException { 95 public SocketChannel shutdownOutput() throws IOException [all...] |
/libcore/ojluni/src/main/java/java/net/ |
PlainDatagramSocketImpl.java | 42 throws SocketException; 44 protected native void send(DatagramPacket p) throws IOException; 46 protected synchronized native int peek(InetAddress i) throws IOException; 48 protected synchronized native int peekData(DatagramPacket p) throws IOException; 51 throws IOException; 53 protected native void setTimeToLive(int ttl) throws IOException; 55 protected native int getTimeToLive() throws IOException; 57 protected native void setTTL(byte ttl) throws IOException; 59 protected native byte getTTL() throws IOException; 62 throws IOException [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
JunitTestCases.java | 27 private void runDomTest(String name) throws Throwable { 33 public void test_level1_core_attrcreatedocumentfragment() throws Throwable { 37 public void test_level1_core_attrcreatetextnode() throws Throwable { 41 public void test_level1_core_attrcreatetextnode2() throws Throwable { 45 public void test_level1_core_attreffectivevalue() throws Throwable { 49 public void test_level1_core_attrname() throws Throwable { 53 public void test_level1_core_attrnextsiblingnull() throws Throwable { 57 public void test_level1_core_attrparentnodenull() throws Throwable { 61 public void test_level1_core_attrprevioussiblingnull() throws Throwable { 65 public void test_level1_core_attrspecifiedvalue() throws Throwable { [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/ |
PoloWireInterface.java | 34 * @throws IOException if an error occurred while reading 35 * @throws PoloException if a protocol fault occurred 37 public PoloMessage getNextMessage() throws IOException, PoloException; 44 * @throws IOException if an error occurred while reading 45 * @throws PoloException if the next message did not match the requested 49 throws IOException, PoloException; 55 * @throws IOException if an error occurred while sending 56 * @throws PoloException if the message was not well formed 59 throws IOException, PoloException; 65 * @throws IOException if an error occurred while sendin [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCStatement.java | 21 public void setFetchSize(int fetchSize) throws SQLException { 27 public int getFetchSize() throws SQLException { 31 public int getMaxRows() throws SQLException { 35 public void setMaxRows(int max) throws SQLException { 42 public void setFetchDirection(int fetchDirection) throws SQLException { 46 public int getFetchDirection() throws SQLException { 50 public int getResultSetConcurrency() throws SQLException { 54 public int getResultSetType() throws SQLException { 58 public void setQueryTimeout(int seconds) throws SQLException { 60 // "[throws SQLException if] this method is called on a closed Statement or the conditio [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/ |
RandomAccessFile.java | 26 * public final FileDescriptor getFD() throws IOException { } public final FileChannel getChannel() { } 40 public RandomAccessFile (String name, String mode) throws FileNotFoundException { 44 public RandomAccessFile (File file, String mode) throws FileNotFoundException { 76 public int read () throws IOException { 80 public int read (byte b[], int off, int len) throws IOException { 84 public int read (byte b[]) throws IOException { 88 public final void readFully (byte b[]) throws IOException { 92 public final void readFully (byte b[], int off, int len) throws IOException { 96 public int skipBytes (int n) throws IOException { 100 public void write (int b) throws IOException [all...] |
/frameworks/base/core/java/android/app/ |
IApplicationThread.java | 52 int configChanges, boolean dontReport) throws RemoteException; 54 int configChanges) throws RemoteException; 55 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; 56 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; 58 throws RemoteException; 59 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException; 65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException; 69 throws RemoteException; 70 void scheduleNewIntent(List<ReferrerIntent> intent, IBinder token) throws RemoteException; 72 int configChanges) throws RemoteException [all...] |
/dalvik/dx/tests/081-dex-throws-list/ |
expected.txt | 2 system-annotation dalvik.annotation.Throws {value: {java.lang.RuntimeException}} 4 system-annotation dalvik.annotation.Throws {value: {java.lang.Throwable, java.lang.IllegalArgumentException}}
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
PasswordRecipient.java | 12 throws CMSException; 15 throws CMSException;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1ApplicationSpecificParser.java | 15 * @throws IOException on a parsing or decoding error. 18 throws IOException;
|
ASN1SequenceParser.java | 14 * @throws IOException for bad input stream. 18 throws IOException;
|
ASN1SetParser.java | 14 * @throws IOException for bad input stream. 18 throws IOException;
|
DERSequenceParser.java | 16 throws IOException 22 throws IOException
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
DSAEncoder.java | 9 throws IOException; 12 throws IOException;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/ |
AsymmetricKeyInfoConverter.java | 13 throws IOException; 16 throws IOException;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Encodable.java | 14 * @throws java.io.IOException if an issue arises generation the encoding. 17 throws IOException;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemObjectGenerator.java | 12 * @throws PemGenerationException on failure. 15 throws PemGenerationException;
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
MockSocketConnection.java | 38 public MockSocketConnection() throws SocketException { 63 public void write(int b) throws IOException { 77 public int read() throws IOException { 100 public int available() throws IOException { 106 public MockSocket() throws SocketException { 119 public OutputStream getOutputStream() throws IOException { 127 public InputStream getInputStream() throws IOException { 135 public void close() throws IOException { 153 public void bind(SocketAddress bindpoint) throws IOException { 159 throws IOException [all...] |
/external/jcommander/src/main/java/com/beust/jcommander/ |
IValueValidator.java | 10 * @throws ParameterException Thrown if the value of the parameter is invalid. 12 void validate(String name, T value) throws ParameterException;
|
/external/nist-sip/java/javax/sip/ |
Dialog.java | 63 Request createRequest(String method) throws SipException; 64 Request createAck(long cseq) throws InvalidArgumentException, SipException; 66 throws DialogDoesNotExistException, SipException; 68 throws InvalidArgumentException, SipException; 72 throws TransactionDoesNotExistException, SipException; 73 void sendAck(Request ackRequest) throws SipException; 75 throws SipException; 79 void terminateOnBye(boolean terminateFlag) throws SipException;
|
/external/nist-sip/java/javax/sip/header/ |
ContactHeader.java | 9 void setExpires(int expires) throws InvalidArgumentException; 12 void setQValue(float qValue) throws InvalidArgumentException;
|
ContentDispositionHeader.java | 14 void setDispositionType(String dispositionType) throws ParseException; 17 void setHandling(String handling) throws ParseException;
|
RSeqHeader.java | 9 void setSeqNumber(long sequenceNumber) throws InvalidArgumentException; 21 void setSequenceNumber(int sequenceNumber) throws InvalidArgumentException;
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 37 public void adup(char[] buff, int offset, int length) throws SAXException { 42 public void aname(char[] buff, int offset, int length) throws SAXException { 49 public void aval(char[] buff, int offset, int length) throws SAXException { 55 public void cmnt(char [] buff, int offset, int length) throws SAXException { 61 public void entity(char[] buff, int offset, int length) throws SAXException { } 65 public void eof(char[] buff, int offset, int length) throws SAXException { 69 public void etag(char[] buff, int offset, int length) throws SAXException { 75 public void decl(char[] buff, int offset, int length) throws SAXException { 78 public void gi(char[] buff, int offset, int length) throws SAXException { 84 public void cdsect(char[] buff, int offset, int length) throws SAXException [all...] |
/external/testng/src/test/java/test/converter/ |
ConverterSample1.java | 8 protected void setUp() throws Exception { 14 protected void tearDown() throws Exception {
|