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

<<11121314151617181920>>

  /external/testng/src/test/java/test/regression/
MyTestngTest2.java 11 public void beforeClass(ITestContext tc) throws Exception {
15 public void beforeMethod(ITestContext tc) throws Exception {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchTest.java 27 public void testColdActivity() throws Exception {
33 public void testLocalActivity() throws Exception {
39 public void testColdScreen() throws Exception {
45 public void testLocalScreen() throws Exception {
51 public void testForwardResult() throws Exception {
57 public void xxtestBadParcelable() throws Exception {
64 public void testClearTopInCreate() throws Exception {
70 public void testClearTopWhileResumed() throws Exception {
  /libcore/luni/src/test/java/libcore/java/sql/
DriverTest.java 33 public void setUp() throws Exception {
41 public void testDriverImplementation() throws Exception {
46 public void testAcceptsURL() throws Exception {
51 public void testGetMajorVersion() throws Exception {
55 public void testGetMinorVersion() throws Exception {
59 public void testGetPropertyInfo() throws Exception {
66 public void testJdbcCompliant() throws Exception {
71 private Driver getDriver() throws SQLException {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature2.java 47 throws InvalidKeyException {
52 throws InvalidKeyException {
56 protected void engineUpdate(byte b) throws SignatureException {
61 throws SignatureException {
65 protected byte[] engineSign() throws SignatureException {
70 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
76 throws InvalidParameterException {
81 throws InvalidParameterException {
  /external/guava/guava-gwt/test/com/google/common/collect/
OrderingTest_gwt.java 21 public void testAllEqual() throws Exception {
26 public void testArbitrary_withCollisions() throws Exception {
31 public void testArbitrary_withoutCollisions() throws Exception {
36 public void testBinarySearch() throws Exception {
41 public void testCombinationsExhaustively_startingFromNatural() throws Exception {
46 public void testCompound_instance() throws Exception {
51 public void testCompound_instance_generics() throws Exception {
56 public void testCompound_static() throws Exception {
61 public void testExplicit_none() throws Exception {
66 public void testExplicit_one() throws Exception
    [all...]
EmptyImmutableTableTest_gwt.java 21 public void testCellSet() throws Exception {
26 public void testClear() throws Exception {
31 public void testColumn() throws Exception {
36 public void testColumnKeySet() throws Exception {
41 public void testColumnMap() throws Exception {
46 public void testConsistentHashCode() throws Exception {
51 public void testConsistentToString() throws Exception {
56 public void testContains() throws Exception {
61 public void testContainsColumn() throws Exception {
66 public void testContainsRow() throws Exception
    [all...]
MapConstraintsTest_gwt.java 21 public void testConstrainedBiMapIllegal() throws Exception {
26 public void testConstrainedBiMapLegal() throws Exception {
31 public void testConstrainedMapIllegal() throws Exception {
36 public void testConstrainedMapLegal() throws Exception {
41 public void testConstrainedMultimapIllegal() throws Exception {
46 public void testConstrainedMultimapLegal() throws Exception {
51 public void testConstrainedMultimapQueue() throws Exception {
56 public void testConstrainedTypePreservingList() throws Exception {
61 public void testConstrainedTypePreservingRandomAccessList() throws Exception {
66 public void testConstrainedTypePreservingSet() throws Exception
    [all...]
NewCustomTableTest_gwt.java 21 public void testClear() throws Exception {
27 public void testColumn() throws Exception {
33 public void testColumnNull() throws Exception {
39 public void testColumnSetPartialOverlap() throws Exception {
45 public void testContains() throws Exception {
51 public void testContainsColumn() throws Exception {
57 public void testContainsRow() throws Exception {
63 public void testContainsValue() throws Exception {
69 public void testEquals() throws Exception {
75 public void testGet() throws Exception
    [all...]
SingletonImmutableTableTest_gwt.java 21 public void testCellSet() throws Exception {
26 public void testClear() throws Exception {
31 public void testColumn() throws Exception {
36 public void testColumnKeySet() throws Exception {
41 public void testColumnMap() throws Exception {
46 public void testConsistentHashCode() throws Exception {
51 public void testConsistentToString() throws Exception {
56 public void testContains() throws Exception {
61 public void testContainsColumn() throws Exception {
66 public void testContainsRow() throws Exception
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 35 boolean exhausted() throws IOException;
38 * Returns when the buffer contains at least {@code byteCount} bytes. Throws
42 void require(long byteCount) throws IOException;
49 boolean request(long byteCount) throws IOException;
52 byte readByte() throws IOException;
55 short readShort() throws IOException;
58 short readShortLe() throws IOException;
61 int readInt() throws IOException;
64 int readIntLe() throws IOException;
67 long readLong() throws IOException
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureTest.java 30 private void launchTest(String format) throws Exception {
39 public void testTextureUncompressed() throws Exception {
43 public void testTextureETC1() throws Exception {
47 public void testTexturePVRTC() throws Exception {
51 public void testTextureS3TC() throws Exception {
55 /*public void testTextureATC() throws Exception {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
H263QcifShortPlayerTest.java 48 public void testPlay00() throws Exception {
52 public void testPlay01() throws Exception {
56 public void testPlay02() throws Exception {
60 public void testPlay03() throws Exception {
64 public void testPlay04() throws Exception {
68 public void testPlay05() throws Exception {
72 public void testPlay06() throws Exception {
76 public void testPlay07() throws Exception {
80 public void testPlay08() throws Exception {
84 public void testPlay09() throws Exception
    [all...]
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYStepCalculatorTest.java 27 public void setUp() throws Exception {
32 public void tearDown() throws Exception {
37 public void testGetStep() throws Exception {
42 public void testSubdivide() throws Exception {
61 public void testIncrementByVal() throws Exception {
66 public void testIncrementByPixels() throws Exception {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXBuilderParameters_ImplTest.java 47 * @throws InvalidAlgorithmParameterException
49 * @throws KeyStoreException
52 throws KeyStoreException,
70 * @throws InvalidAlgorithmParameterException
72 * @throws KeyStoreException
75 throws KeyStoreException,
95 * @throws InvalidAlgorithmParameterException
97 * @throws KeyStoreException
100 throws KeyStoreException,
119 public final void testPKIXBuilderParametersKeyStoreCertSelector05() throws Exception
    [all...]
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataInputStream.java 65 public void readFully(byte[] b) throws IOException {
70 public void readFully(byte[] b, int off, int len) throws IOException {
75 public int skipBytes(int n) throws IOException {
80 public int readUnsignedByte() throws IOException {
96 * @throws IOException if an I/O error occurs
99 public int readUnsignedShort() throws IOException {
112 * @throws IOException if an I/O error occurs
115 public int readInt() throws IOException {
130 * @throws IOException if an I/O error occurs
133 public long readLong() throws IOException
    [all...]
  /external/guava/guava-gwt/test/com/google/common/primitives/
BooleansTest_gwt.java 21 public void testAsListContains() throws Exception {
26 public void testAsListEquals() throws Exception {
31 public void testAsListHashcode() throws Exception {
36 public void testAsListIndexOf() throws Exception {
41 public void testAsListIsEmpty() throws Exception {
46 public void testAsListLastIndexOf() throws Exception {
51 public void testAsListSet() throws Exception {
56 public void testAsListSize() throws Exception {
61 public void testAsListToString() throws Exception {
66 public void testCompare() throws Exception
    [all...]
CharsTest_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 testCheckedCast() throws Exception {
46 public void testCompare() throws Exception {
51 public void testConcat() throws Exception {
56 public void testContains() throws Exception {
61 public void testEnsureCapacity() throws Exception {
66 public void testEnsureCapacity_fail() throws Exception
    [all...]
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
IAgentOutput.java 33 * @throws Exception
37 throws Exception;
42 * @throws Exception
45 public void shutdown() throws Exception;
53 * @throws IOException
56 public void writeExecutionData(boolean reset) throws IOException;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 13 public String getCatalogName(int column) throws java.sql.SQLException {
17 public String getColumnClassName(int column) throws java.sql.SQLException {
44 public int getColumnCount() throws java.sql.SQLException {
51 public int getColumnDisplaySize(int column) throws java.sql.SQLException {
55 public String getColumnLabel(int column) throws java.sql.SQLException {
67 public String getColumnName(int column) throws java.sql.SQLException {
85 public int getColumnType(int column) throws java.sql.SQLException {
98 public String getColumnTypeName(int column) throws java.sql.SQLException {
124 public int getPrecision(int column) throws java.sql.SQLException {
128 public int getScale(int column) throws java.sql.SQLException
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
FilterInputStream.java 26 public int read () throws IOException {
30 public int read (byte b[]) throws IOException {
34 public int read (byte b[], int off, int len) throws IOException {
38 public long skip (long n) throws IOException {
46 public void close () throws IOException {
53 public synchronized void reset () throws IOException {
  /external/nist-sip/java/javax/sip/message/
Message.java 16 void addFirst(Header header) throws SipException, NullPointerException;
18 void addLast(Header header) throws SipException, NullPointerException;
23 void removeFirst(String headerName) throws NullPointerException;
24 void removeLast(String headerName) throws NullPointerException;
49 throws ParseException;
57 void setSIPVersion(String version) throws ParseException;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ClipboardManagerTest.java 21 @Before public void setUp() throws Exception {
26 public void shouldStoreText() throws Exception {
32 public void shouldNotHaveTextIfTextIsNull() throws Exception {
38 public void shouldNotHaveTextIfTextIsEmpty() throws Exception {
44 public void shouldHaveTextIfEmptyString() throws Exception {
50 public void shouldHaveTextIfString() throws Exception {
MediaRecorderTest.java 23 public void setUp() throws Exception {
29 public void testAudioChannels() throws Exception {
36 public void testAudioEncoder() throws Exception {
45 public void testAudioEncodingBitRate() throws Exception {
52 public void testAudioSamplingRate() throws Exception {
59 public void testAudioSource() throws Exception {
68 public void testCamera() throws Exception {
77 public void testMaxDuration() throws Exception {
84 public void testMaxFileSize() throws Exception {
91 public void testOnErrorListener() throws Exception
    [all...]
  /external/testng/src/main/java/org/testng/remote/adapter/
IMasterAdapter.java 21 * @throws Exception adapter might throw any exception on initialization, which will abort this adapter.
23 void init( Properties prop) throws Exception;
29 * @throws IOException might be thrown on IO error.
31 void runSuitesRemotely( XmlSuite suite, RemoteResultListener listener) throws IOException;
37 * @throws InterruptedException
39 public void awaitTermination(long timeout) throws InterruptedException;
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 29 public void testName() throws NoSuchMethodException {
34 public void testParameterTypes() throws NoSuchMethodException {
40 public void testDeclaringClass() throws NoSuchMethodException {
45 public void testReturnType() throws NoSuchMethodException {
50 public void testThrownExceptions() throws NoSuchMethodException {
57 assertContains(signatures, "void notOverridden[] throws []");
62 assertFalse(signatures.contains("void notOverridden[] throws []"));
65 public void testGetDeclaringClassReturnsOverridingClass() throws NoSuchMethodException {
70 public void testGetMethodsDoesNotIncludeExceptionChanges() throws NoSuchMethodException {
72 assertContains(signatures, "void thrower[] throws []");
    [all...]

Completed in 839 milliseconds

<<11121314151617181920>>