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

1 2 3 4 5 6 78 91011>>

  /external/guava/guava-gwt/test/com/google/common/collect/
ImmutableListTest_gwt.java 21 public void testAsList__BasicTests() throws Exception {
26 public void testBuilderAdd__BasicTests() throws Exception {
31 public void testBuilderAddAllHandlesNullsCorrectly__BasicTests() throws Exception {
36 public void testBuilderAddAll_iterable__BasicTests() throws Exception {
41 public void testBuilderAddAll_iterator__BasicTests() throws Exception {
46 public void testBuilderAddHandlesNullsCorrectly__BasicTests() throws Exception {
51 public void testBuilderAdd_varargs__BasicTests() throws Exception {
56 public void testComplexBuilder__BasicTests() throws Exception {
61 public void testEquals_immutableList__BasicTests() throws Exception {
66 public void testBuilderAddArrayHandlesNulls__CreationTests() throws Exception
    [all...]
ArrayTableTest_gwt.java 21 public void testAt() throws Exception {
27 public void testCellReflectsChanges() throws Exception {
33 public void testCellSetToString_ordered() throws Exception {
39 public void testClear() throws Exception {
45 public void testColumn() throws Exception {
51 public void testColumnKeyList() throws Exception {
57 public void testColumnKeySetToString_ordered() throws Exception {
63 public void testColumnMissing() throws Exception {
69 public void testColumnNull() throws Exception {
75 public void testColumnPutIllegal() throws Exception
    [all...]
ListsTest_gwt.java 21 public void testArraysAsList() throws Exception {
26 public void testAsList1Small() throws Exception {
31 public void testAsList2() throws Exception {
36 public void testCartesianProductTooBig() throws Exception {
41 public void testCartesianProduct_2x2x2() throws Exception {
46 public void testCartesianProduct_binary1x1() throws Exception {
51 public void testCartesianProduct_binary1x2() throws Exception {
56 public void testCartesianProduct_binary2x2() throws Exception {
61 public void testCartesianProduct_contains() throws Exception {
66 public void testCartesianProduct_unrelatedTypes() throws Exception
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableFileInputStream.java 31 public SeekableFileInputStream(File file) throws FileNotFoundException {
39 public SeekableFileInputStream(String name) throws FileNotFoundException {
54 public int read() throws IOException {
61 public int read(byte[] buf) throws IOException {
70 public int read(byte[] buf, int off, int len) throws IOException {
77 public void close() throws IOException {
84 public long length() throws IOException {
92 public long position() throws IOException {
99 public void seek(long pos) throws IOException {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H2MapTest.java 20 public void setUp() throws Exception {
35 public void testScrubSQLReplacesAutoIncrement() throws SQLException {
40 public void testScrubSQLReplacesIntegerWithBigInt() throws SQLException {
45 public void testScrubSQLAcceptsIntegerPrimaryKey() throws SQLException {
50 public void testScrubSQLRejectsIntPrimaryKeyThrowsException() throws SQLException {
55 public void testScrubSQLRejectsCharPrimaryKeyThrowsException2() throws SQLException {
60 public void testGetSelectLastInsertIdentity() throws SQLException {
65 public void testGetH2ResultSetIs_TYPE_SCROLL_INSENSITIVE() throws SQLException {
70 public void scrubSQL_shouldRemoveConflictAlgorithms() throws Exception {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapRfcommTransport.java 38 public void create() throws IOException {
42 public void listen() throws IOException {
46 public void close() throws IOException {
51 public void connect() throws IOException {
55 public void disconnect() throws IOException {
59 public InputStream openInputStream() throws IOException {
64 public OutputStream openOutputStream() throws IOException {
69 public DataInputStream openDataInputStream() throws IOException {
74 public DataOutputStream openDataOutputStream() throws IOException {
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 45 private FileDescriptor tagSocket(FileDescriptor fd) throws ErrnoException {
54 private void untagSocket(FileDescriptor fd) throws ErrnoException {
62 @Override public FileDescriptor accept(FileDescriptor fd, SocketAddress peerAddress) throws ErrnoException, SocketException {
67 @Override public boolean access(String path, int mode) throws ErrnoException {
72 @Override public void chmod(String path, int mode) throws ErrnoException {
77 @Override public void chown(String path, int uid, int gid) throws ErrnoException {
82 @Override public void close(FileDescriptor fd) throws ErrnoException {
105 private static boolean isLingerSocket(FileDescriptor fd) throws ErrnoException {
110 @Override public void connect(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketException {
115 @Override public void fchmod(FileDescriptor fd, int mode) throws ErrnoException
    [all...]
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 42 protected void setUp() throws Exception {
86 File destination) throws IOException {
135 throws ReflectiveOperationException {
150 private String createLoaderAndGetResource(String resourceName, File... files) throws Exception {
169 public void test_oneJar_init() throws Exception {
180 public void test_oneJar_simpleUse() throws Exception {
190 public void test_oneJar_constructor() throws Exception {
194 public void test_oneJar_callStaticMethod() throws Exception {
198 public void test_oneJar_getStaticVariable() throws Exception {
202 public void test_oneJar_callInstanceMethod() throws Exception
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmEscapeXmlStringMethodTest.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 {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
H264R480pAacShortPlayerTest.java 36 public void testPlay00() throws Exception {
40 public void testPlay01() throws Exception {
44 public void testPlay02() throws Exception {
48 public void testPlay03() throws Exception {
52 public void testPlay04() throws Exception {
56 public void testPlay05() throws Exception {
60 public void testPlay06() throws Exception {
64 public void testPlay07() throws Exception {
68 public void testPlay08() throws Exception {
72 public void testPlay09() throws Exception
    [all...]
H264R480x360AacShortPlayerTest.java 36 public void testPlay00() throws Exception {
40 public void testPlay01() throws Exception {
44 public void testPlay02() throws Exception {
48 public void testPlay03() throws Exception {
52 public void testPlay04() throws Exception {
56 public void testPlay05() throws Exception {
60 public void testPlay06() throws Exception {
64 public void testPlay07() throws Exception {
68 public void testPlay08() throws Exception {
72 public void testPlay09() throws Exception
    [all...]
Vp8R480x360ShortPlayerTest.java 36 public void testPlay00() throws Exception {
40 public void testPlay01() throws Exception {
44 public void testPlay02() throws Exception {
48 public void testPlay03() throws Exception {
52 public void testPlay04() throws Exception {
56 public void testPlay05() throws Exception {
60 public void testPlay06() throws Exception {
64 public void testPlay07() throws Exception {
68 public void testPlay08() throws Exception {
72 public void testPlay09() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/base/
PredicatesTest_gwt.java 21 public void testAlwaysFalse_apply() throws Exception {
26 public void testAlwaysFalse_equality() throws Exception {
31 public void testAlwaysTrue_apply() throws Exception {
36 public void testAlwaysTrue_equality() throws Exception {
41 public void testAnd_applyBinary() throws Exception {
46 public void testAnd_applyIterable() throws Exception {
51 public void testAnd_applyNoArgs() throws Exception {
56 public void testAnd_applyOneArg() throws Exception {
61 public void testAnd_applyTernary() throws Exception {
66 public void testAnd_arrayDefensivelyCopied() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/net/
MediaTypeTest_gwt.java 21 public void testCreateApplicationType() throws Exception {
26 public void testCreateAudioType() throws Exception {
31 public void testCreateImageType() throws Exception {
36 public void testCreateTextType() throws Exception {
41 public void testCreateVideoType() throws Exception {
46 public void testCreate_invalidSubtype() throws Exception {
51 public void testCreate_invalidType() throws Exception {
56 public void testCreate_wildcardTypeDeclaredSubtype() throws Exception {
61 public void testEquals() throws Exception {
66 public void testGetCharset() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/primitives/
DoublesTest_gwt.java 21 public void testAsListEmpty() throws Exception {
26 public void testAsList_isAView() throws Exception {
31 public void testAsList_subList_toArray_roundTrip() throws Exception {
36 public void testAsList_toArray_roundTrip() throws Exception {
41 public void testCompare() throws Exception {
46 public void testConcat() throws Exception {
51 public void testContains() throws Exception {
56 public void testEnsureCapacity() throws Exception {
61 public void testEnsureCapacity_fail() throws Exception {
66 public void testHashCode() throws Exception
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
HTMLElementTest.java 32 public void setUp() throws IOException {
42 public void testMeta() throws IOException {
51 public void testLink() throws IOException {
60 public void testTitle() throws IOException {
67 public void testH1() throws IOException {
74 public void testP() throws IOException {
81 public void testSpan1() throws IOException {
88 public void testSpan2() throws IOException {
95 public void testSpan3() throws IOException {
103 public void testPre() throws IOException
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DataOutputStream.java 30 public void write (int b) throws IOException {
34 public void writeBoolean (boolean v) throws IOException {
38 public void writeByte (int v) throws IOException {
42 public void writeBytes (String s) throws IOException {
49 public void writeChar (int v) throws IOException {
54 public void writeChars (String s) throws IOException {
58 public void writeDouble (double v) throws IOException {
62 public void writeFloat (float v) throws IOException {
66 public void writeInt (int v) throws IOException {
73 public void writeLong (long v) throws IOException
    [all...]
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 22 void setReasonCode(String reasonCode) throws ParseException;
25 void setRetryAfter(int retryAfter) throws InvalidArgumentException;
28 void setState(String state) throws ParseException;
WarningHeader.java 23 void setAgent(String agent) throws ParseException;
26 void setCode(int code) throws InvalidArgumentException;
29 void setText(String text) throws ParseException;
  /frameworks/base/core/java/android/view/inputmethod/
InputConnectionWrapper.java 55 * @throws SecurityException when this wrapper has non-null target and is immutable.
75 * @throws NullPointerException if the target is {@code null}.
83 * @throws NullPointerException if the target is {@code null}.
91 * @throws NullPointerException if the target is {@code null}.
99 * @throws NullPointerException if the target is {@code null}.
107 * @throws NullPointerException if the target is {@code null}.
115 * @throws NullPointerException if the target is {@code null}.
123 * @throws NullPointerException if the target is {@code null}.
131 * @throws NullPointerException if the target is {@code null}.
139 * @throws NullPointerException if the target is {@code null}
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionContextTest.java 17 * @throws NoSuchAlgorithmException
18 * @throws KeyManagementException
22 public final void test_sessionCacheSize() throws NoSuchAlgorithmException, KeyManagementException {
41 * @throws NoSuchAlgorithmException
42 * @throws KeyManagementException
46 public final void test_sessionTimeout() throws NoSuchAlgorithmException, KeyManagementException {
65 * @throws NoSuchAlgorithmException
66 * @throws KeyManagementException
69 public final void test_getSession() throws NoSuchAlgorithmException, KeyManagementException {
83 * @throws NoSuchAlgorithmExceptio
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 37 * @throws IOException on read error
39 public FsDirectory getRoot() throws IOException;
53 * @throws IOException on error closing the file system
55 public void close() throws IOException;
69 * @throws IOException if an I/O error occurs
71 public long getTotalSpace() throws IOException;
77 * @throws IOException if an I/O error occurs
79 public long getFreeSpace() throws IOException;
85 * @throws IOException if an I/O error occurs
87 public long getUsableSpace() throws IOException
    [all...]
  /external/conscrypt/src/compat/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 53 throws IOException {
61 public void close() throws IOException {
66 public InputStream getInputStream() throws IOException {
76 public OutputStream getOutputStream() throws IOException {
86 public void connect(SocketAddress sockaddr, int timeout) throws IOException {
91 public void connect(SocketAddress sockaddr) throws IOException {
96 public void bind(SocketAddress sockaddr) throws IOException {
126 public void setSoLinger(boolean on, int linger) throws SocketException {
131 public void setTcpNoDelay(boolean on) throws SocketException {
136 public void setReuseAddress(boolean on) throws SocketException
    [all...]
PreKitKatPlatformOpenSSLSocketImplAdapter.java 53 throws IOException {
61 public void close() throws IOException {
66 public InputStream getInputStream() throws IOException {
76 public OutputStream getOutputStream() throws IOException {
86 public void connect(SocketAddress sockaddr, int timeout) throws IOException {
91 public void connect(SocketAddress sockaddr) throws IOException {
96 public void bind(SocketAddress sockaddr) throws IOException {
126 public void setSoLinger(boolean on, int linger) throws SocketException {
131 public void setTcpNoDelay(boolean on) throws SocketException {
136 public void setReuseAddress(boolean on) throws SocketException
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteCursorTest.java 30 public void setUp() throws Exception {
43 public void tearDown() throws Exception {
48 public void testGetColumnNames() throws Exception {
55 public void testGetColumnNamesEmpty() throws Exception {
65 public void testGetColumnIndex() throws Exception {
71 public void testGetColumnIndexNotFound() throws Exception {
76 public void testGetColumnIndexEmpty() throws Exception {
84 public void testGetColumnIndexOrThrow() throws Exception {
90 public void testGetColumnIndexOrThrowNotFound() throws Exception {
95 public void testGetColumnIndexOrThrowEmpty() throws Exception
    [all...]

Completed in 723 milliseconds

1 2 3 4 5 6 78 91011>>