HomeSort by relevance Sort by last modified time
    Searched full:throws (Results 51 - 75 of 22175) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/
ClientTransaction.java 12 Request createAck() throws SipException;
14 Request createCancel() throws SipException;
15 void sendRequest() throws SipException;
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 19 Object content) throws ParseException;
24 byte[] content) throws ParseException;
28 MaxForwardsHeader maxForwards) throws ParseException;
30 Request createRequest(String request) throws ParseException;
35 Object content) throws ParseException;
40 byte[] content) throws ParseException;
44 MaxForwardsHeader maxForwards) throws ParseException;
48 throws ParseException;
52 throws ParseException;
55 throws ParseException
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSReadable.java 9 throws IOException, CMSException;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DigestCalculatorProvider.java 8 throws OperatorCreationException;
  /external/javasqlite/src/main/java/SQLite/
Backup.java 19 protected void finish() throws SQLite.Exception {
38 protected native void _finalize() throws SQLite.Exception;
47 public boolean step(int n) throws SQLite.Exception {
53 private native boolean _step(int n) throws SQLite.Exception;
59 public void backup() throws SQLite.Exception {
69 public int remaining() throws SQLite.Exception {
75 private native int _remaining() throws SQLite.Exception;
81 public int pagecount() throws SQLite.Exception {
87 private native int _pagecount() throws SQLite.Exception;
  /external/nist-sip/java/javax/sip/header/
Encoding.java 7 void setEncoding(String encoding) throws ParseException;
ExtensionHeader.java 7 void setValue(String value) throws ParseException;
OptionTag.java 7 void setOptionTag(String optionTag) throws ParseException;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DeferredOutputStreamFactory.java 6 DeferredOutputStream makeDeferredOutputStream() throws IOException;
  /external/testng/src/test/java/test/thread/
ThreadPoolSampleBugTest.java 9 public void shouldPass1() throws InterruptedException {
14 public void shouldPass2() throws InterruptedException {
19 public void shouldFail1() throws InterruptedException {
24 public void shouldFail2() throws InterruptedException {
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 35 public void onClientRegistered(int status, int clientIf) throws RemoteException {
40 throws RemoteException {
44 public void onScanResult(ScanResult scanResult) throws RemoteException {
48 public void onBatchScanResults(List<ScanResult> batchResults) throws RemoteException {
53 int status) throws RemoteException {
58 throws RemoteException {
62 public void onCharacteristicWrite(String address, int status, int handle) throws RemoteException {
66 public void onExecuteWrite(String address, int status) throws RemoteException {
70 public void onDescriptorRead(String address, int status, int handle, byte[] value) throws RemoteException {
74 public void onDescriptorWrite(String address, int status, int handle) throws RemoteException
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ResourcesWrapper.java 51 public CharSequence getText(int id) throws NotFoundException {
56 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
61 public String getString(int id) throws NotFoundException {
66 public String getString(int id, Object... formatArgs) throws NotFoundException {
72 throws NotFoundException {
77 public String getQuantityString(int id, int quantity) throws NotFoundException {
87 public CharSequence[] getTextArray(int id) throws NotFoundException {
92 public String[] getStringArray(int id) throws NotFoundException {
97 public int[] getIntArray(int id) throws NotFoundException {
102 public TypedArray obtainTypedArray(int id) throws NotFoundException
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Multipart.java 28 public void addBodyPart(BodyPart part) throws MessagingException {
32 public void addBodyPart(BodyPart part, int index) throws MessagingException {
36 public BodyPart getBodyPart(int index) throws MessagingException {
40 public String getContentType() throws MessagingException {
44 public int getCount() throws MessagingException {
48 public boolean removeBodyPart(BodyPart part) throws MessagingException {
52 public void removeBodyPart(int index) throws MessagingException {
56 public Part getParent() throws MessagingException {
60 public void setParent(Part parent) throws MessagingException {
  /packages/services/Telephony/src/com/android/phone/common/mail/
Multipart.java 27 public void addBodyPart(BodyPart part) throws MessagingException {
31 public void addBodyPart(BodyPart part, int index) throws MessagingException {
35 public BodyPart getBodyPart(int index) throws MessagingException {
39 public String getContentType() throws MessagingException {
43 public int getCount() throws MessagingException {
47 public boolean removeBodyPart(BodyPart part) throws MessagingException {
51 public void removeBodyPart(int index) throws MessagingException {
55 public Part getParent() throws MessagingException {
59 public void setParent(Part parent) throws MessagingException {
  /prebuilts/misc/common/swig/include/2.0.11/go/
exception.i 1 %typemap(throws,noblock=1) (...) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmClassNameToResourceMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException {
35 public void test1() throws Exception {
39 public void test2() throws Exception {
43 public void test3() throws Exception {
47 public void test4() throws Exception {
51 public void test5() throws Exception {
55 public void test6() throws Exception {
59 public void test7() throws Exception {
63 public void test8() throws Exception {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
SwappedDataInputStream.java 53 * @throws IOException if an I/O error occurs
54 * @throws EOFException if an end of file is reached unexpectedly
57 throws IOException, EOFException
65 * @throws IOException if an I/O error occurs
66 * @throws EOFException if an end of file is reached unexpectedly
69 throws IOException, EOFException
77 * @throws IOException if an I/O error occurs
78 * @throws EOFException if an end of file is reached unexpectedly
81 throws IOException, EOFException
89 * @throws IOException if an I/O error occur
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoDecoderPerfTest.java 71 protected void setUp() throws Exception {
77 protected void tearDown() throws Exception {
81 private void decode(String name, int resourceId, MediaFormat format) throws Exception {
111 throws Exception {
262 private MediaFormat[] getVideoTrackFormats(int... resources) throws Exception {
270 private void count(int[] resources, int numGoog, int numOther) throws Exception {
276 private void perf(int[] resources, boolean isGoog, int ix) throws Exception {
310 public void testAvcCount0320x0240() throws Exception { count(sAvcMedia0320x0240, 1, 4); }
311 public void testAvcGoog0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, GOOG, 0); }
312 public void testAvcOther0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 0);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 31 public boolean isInteractive() throws RemoteException {
36 public boolean isPowerSaveMode() throws RemoteException {
41 public boolean setPowerSaveMode(boolean mode) throws RemoteException {
53 throws RemoteException {
59 throws RemoteException {
69 public void crash(String arg0) throws RemoteException {
74 public void goToSleep(long arg0, int arg1, int arg2) throws RemoteException {
79 public void nap(long arg0) throws RemoteException {
99 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException {
104 public void updateWakeLockUids(IBinder arg0, int[] arg1) throws RemoteException
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 114 public ResultSet executeQuery() throws SQLException {
118 public int executeUpdate() throws SQLException {
123 public void setNull(int parameterIndex, int sqlType) throws SQLException {
132 throws SQLException {
140 public void setByte(int parameterIndex, byte x) throws SQLException {
148 public void setShort(int parameterIndex, short x) throws SQLException {
156 public void setInt(int parameterIndex, int x) throws SQLException {
164 public void setLong(int parameterIndex, long x) throws SQLException {
172 public void setFloat(int parameterIndex, float x) throws SQLException {
180 public void setDouble(int parameterIndex, double x) throws SQLException
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
JcaSimpleSignerInfoVerifierBuilder.java 37 throws OperatorCreationException, CertificateException
43 throws OperatorCreationException
49 throws OperatorCreationException
57 throws OperatorCreationException
63 throws OperatorCreationException
69 throws OperatorCreationException, CertificateException
75 throws OperatorCreationException
92 throws OperatorCreationException
98 throws OperatorCreationException
104 throws OperatorCreationExceptio
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/data/
CompactDataInputOutputTest.java 34 public void setup() throws IOException {
41 public void testVarInt0x00000000() throws IOException {
46 public void testVarInt0x0000007F() throws IOException {
51 public void testVarInt0x00000080() throws IOException {
56 public void testVarInt0x00000100() throws IOException {
61 public void testVarInt0x12345678() throws IOException {
66 public void testVarIntMinus1() throws IOException {
71 public void testVarIntMinValue() throws IOException {
76 public void testVarIntMaxValue() throws IOException {
80 private void testVarInt(int value) throws IOException
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 29 public void adup(char[] buff, int offset, int length) throws SAXException;
35 public void aname(char[] buff, int offset, int length) throws SAXException;
41 public void aval(char[] buff, int offset, int length) throws SAXException;
46 public void cdsect(char[] buff, int offset, int length) throws SAXException;
52 public void decl(char[] buff, int offset, int length) throws SAXException;
58 public void entity(char[] buff, int offset, int length) throws SAXException;
64 public void eof(char[] buff, int offset, int length) throws SAXException;
70 public void etag(char[] buff, int offset, int length) throws SAXException;
76 public void gi(char[] buff, int offset, int length) throws SAXException;
82 public void pcdata(char[] buff, int offset, int length) throws SAXException
    [all...]
  /frameworks/support/compat/ics/android/support/v4/net/
DatagramSocketWrapper.java 32 public DatagramSocketWrapper(DatagramSocket socket, FileDescriptor fd) throws SocketException {
47 protected void accept(SocketImpl newSocket) throws IOException {
52 protected int available() throws IOException {
57 protected void bind(InetAddress address, int port) throws IOException {
62 protected void close() throws IOException {
67 protected void connect(String host, int port) throws IOException {
72 protected void connect(InetAddress address, int port) throws IOException {
77 protected void create(boolean isStreaming) throws IOException {
82 protected InputStream getInputStream() throws IOException {
87 protected OutputStream getOutputStream() throws IOException
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockDatagramChannel.java 49 public DatagramChannel connect(SocketAddress arg0) throws IOException {
54 public DatagramChannel disconnect() throws IOException {
59 public SocketAddress receive(ByteBuffer arg0) throws IOException {
64 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException {
69 public int read(ByteBuffer arg0) throws IOException {
74 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
79 public int write(ByteBuffer arg0) throws IOException {
84 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
89 protected void implCloseSelectableChannel() throws IOException {
94 protected void implConfigureBlocking(boolean arg0) throws IOException
    [all...]

Completed in 909 milliseconds

1 23 4 5 6 7 8 91011>>