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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexPipeTransport.java 40 public void close() throws IOException {
45 public DataInputStream openDataInputStream() throws IOException {
49 public DataOutputStream openDataOutputStream() throws IOException {
53 public InputStream openInputStream() throws IOException {
57 public OutputStream openOutputStream() throws IOException {
61 public void connect() throws IOException {
64 public void create() throws IOException {
67 public void disconnect() throws IOException {
70 public void listen() throws IOException {
73 public boolean isConnected() throws IOException
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 108 private DatabaseX open(boolean readonly) throws SQLException {
146 throws SQLException {
192 throws SQLException {
206 public DatabaseMetaData getMetaData() throws SQLException {
213 public void close() throws SQLException {
230 public boolean isClosed() throws SQLException {
234 public boolean isReadOnly() throws SQLException {
238 public void clearWarnings() throws SQLException {
241 public void commit() throws SQLException {
256 public boolean getAutoCommit() throws SQLException
    [all...]
  /external/guava/guava-gwt/test/com/google/common/collect/
ImmutableSortedSetTest_gwt.java 21 public void testAsList() throws Exception {
26 public void testAsListInconsistentComprator() throws Exception {
31 public void testBuilderAddAll() throws Exception {
36 public void testBuilderAddAllHandlesNullsCorrectly() throws Exception {
41 public void testBuilderAddHandlesNullsCorrectly() throws Exception {
46 public void testBuilderGenerics_SelfComparable() throws Exception {
51 public void testBuilderGenerics_SuperComparable() throws Exception {
56 public void testBuilderMethod() throws Exception {
61 public void testBuilderWithDuplicateElements() throws Exception {
66 public void testBuilderWithNonDuplicateElements() throws Exception
    [all...]
MultimapsTest_gwt.java 21 public void testAsMap_listMultimap() throws Exception {
26 public void testAsMap_multimap() throws Exception {
31 public void testAsMap_setMultimap() throws Exception {
36 public void testAsMap_sortedSetMultimap() throws Exception {
41 public void testFilteredKeysListMultimapGetBadValue() throws Exception {
46 public void testFilteredKeysSetMultimapGetBadValue() throws Exception {
51 public void testFilteredKeysSetMultimapReplaceValues() throws Exception {
56 public void testForMap() throws Exception {
61 public void testForMapAsMap() throws Exception {
66 public void testForMapGetIteration() throws Exception
    [all...]
MultisetsTest_gwt.java 21 public void testContainsOccurrences() throws Exception {
26 public void testContainsOccurrencesEmpty() throws Exception {
31 public void testDifferenceEmptyNonempty() throws Exception {
36 public void testDifferenceNonemptyEmpty() throws Exception {
41 public void testDifferenceWithMoreElementsInSecondMultiset() throws Exception {
46 public void testDifferenceWithNoRemovedElements() throws Exception {
51 public void testDifferenceWithRemovedElement() throws Exception {
56 public void testHighestCountFirst() throws Exception {
61 public void testIntersectEmptyNonempty() throws Exception {
66 public void testIntersectNonemptyEmpty() throws Exception
    [all...]
MapsTest_gwt.java 21 public void testAsConverter_inverse() throws Exception {
26 public void testAsConverter_isAView() throws Exception {
31 public void testAsConverter_noMapping() throws Exception {
36 public void testAsConverter_nominal() throws Exception {
41 public void testAsConverter_nullConversions() throws Exception {
46 public void testAsConverter_serialization() throws Exception {
51 public void testAsConverter_toString() throws Exception {
56 public void testAsConverter_withNullMapping() throws Exception {
61 public void testAsMap() throws Exception {
66 public void testAsMapEmpty() throws Exception
    [all...]
IteratorsTest_gwt.java 21 public void testAddAllToList() throws Exception {
26 public void testAddAllToSet() throws Exception {
31 public void testAddAllWithEmptyIterator() throws Exception {
36 public void testAdvance_basic() throws Exception {
41 public void testAdvance_illegalArgument() throws Exception {
46 public void testAdvance_pastEnd() throws Exception {
51 public void testAll() throws Exception {
56 public void testAny() throws Exception {
61 public void testAsEnumerationEmpty() throws Exception {
66 public void testAsEnumerationSingleton() throws Exception
    [all...]
ImmutableListMultimapTest_gwt.java 21 public void testBuilderOrderKeysAndValuesBy() throws Exception {
26 public void testBuilderOrderKeysBy() throws Exception {
31 public void testBuilderOrderKeysByDuplicates() throws Exception {
36 public void testBuilderOrderValuesBy() throws Exception {
41 public void testBuilderPutAllIterable() throws Exception {
46 public void testBuilderPutAllMultimap() throws Exception {
51 public void testBuilderPutAllMultimapWithDuplicates() throws Exception {
56 public void testBuilderPutAllVarargs() throws Exception {
61 public void testBuilderPutAllWithDuplicates() throws Exception {
66 public void testBuilderPutNullKey() throws Exception
    [all...]
ImmutableSetMultimapTest_gwt.java 21 public void testBuilderOrderKeysAndValuesBy() throws Exception {
26 public void testBuilderOrderKeysBy() throws Exception {
31 public void testBuilderOrderKeysByDuplicates() throws Exception {
36 public void testBuilderOrderValuesBy() throws Exception {
41 public void testBuilderPutAllIterable() throws Exception {
46 public void testBuilderPutAllMultimap() throws Exception {
51 public void testBuilderPutAllMultimapWithDuplicates() throws Exception {
56 public void testBuilderPutAllVarargs() throws Exception {
61 public void testBuilderPutAllWithDuplicates() throws Exception {
66 public void testBuilderPutNullKey() throws Exception
    [all...]
IterablesTest_gwt.java 21 public void testAddAllToList() throws Exception {
26 public void testAll() throws Exception {
31 public void testAny() throws Exception {
36 public void testConcatIterable() throws Exception {
41 public void testConcatNullPointerException() throws Exception {
46 public void testConcatPeformingFiniteCycle() throws Exception {
51 public void testConcatVarargs() throws Exception {
56 public void testConsumingIterable() throws Exception {
61 public void testConsumingIterable_noIteratorCall() throws Exception {
66 public void testConsumingIterable_queue_iterator() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/primitives/
IntsTest_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/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DataInputCompressor.java 43 public boolean readBoolean() throws IOException {
47 public byte readByte() throws IOException {
51 public int readUnsignedByte() throws IOException {
55 public double readDouble() throws IOException {
59 public float readFloat() throws IOException {
63 public void readFully(byte[] b) throws IOException {
67 public void readFully(byte[] b, int off, int len) throws IOException {
71 public int skipBytes(int n) throws IOException {
75 public String readLine() throws IOException {
79 public int available() throws IOException
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DataInputCompressor.java 42 public boolean readBoolean() throws IOException {
46 public byte readByte() throws IOException {
50 public int readUnsignedByte() throws IOException {
54 public double readDouble() throws IOException {
58 public float readFloat() throws IOException {
62 public void readFully(byte[] b) throws IOException {
66 public void readFully(byte[] b, int off, int len) throws IOException {
70 public int skipBytes(int n) throws IOException {
74 public String readLine() throws IOException {
78 public int available() throws IOException
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 62 * @throws NullPointerException if the file name or encoding is null
63 * @throws IOException in case of an I/O error
65 public FileWriterWithEncoding(String filename, String encoding) throws IOException {
75 * @throws NullPointerException if the file name or encoding is null
76 * @throws IOException in case of an I/O error
78 public FileWriterWithEncoding(String filename, String encoding, boolean append) throws IOException {
87 * @throws NullPointerException if the file name or encoding is null
88 * @throws IOException in case of an I/O error
90 public FileWriterWithEncoding(String filename, Charset encoding) throws IOException {
100 * @throws NullPointerException if the file name or encoding is nul
    [all...]
  /external/guava/guava-gwt/test/com/google/common/base/
SplitterTest_gwt.java 21 public void testCharacterSimpleSplit() throws Exception {
26 public void testCharacterSimpleSplitToList() throws Exception {
31 public void testCharacterSimpleSplitWithNoDelimiter() throws Exception {
36 public void testCharacterSplitEmptyToken() throws Exception {
41 public void testCharacterSplitEmptyTokenOmitEmptyStrings() throws Exception {
46 public void testCharacterSplitOnEmptyString() throws Exception {
51 public void testCharacterSplitOnEmptyStringOmitEmptyStrings() throws Exception {
56 public void testCharacterSplitOnOnlyDelimiter() throws Exception {
61 public void testCharacterSplitOnOnlyDelimitersOmitEmptyStrings() throws Exception {
66 public void testCharacterSplitWithDoubleDelimiter() throws Exception
    [all...]
PreconditionsTest_gwt.java 21 public void testCheckArgument_complexMessage_failure() throws Exception {
26 public void testCheckArgument_complexMessage_success() throws Exception {
31 public void testCheckArgument_nullMessage_failure() throws Exception {
36 public void testCheckArgument_simpleMessage_failure() throws Exception {
41 public void testCheckArgument_simpleMessage_success() throws Exception {
46 public void testCheckArgument_simple_failure() throws Exception {
51 public void testCheckArgument_simple_success() throws Exception {
56 public void testCheckElementIndex_badSize() throws Exception {
61 public void testCheckElementIndex_negative() throws Exception {
66 public void testCheckElementIndex_ok() throws Exception
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgreeHeader.java 57 public void setSecurityMechanism(String secMech) throws ParseException;
62 * @throws ParseException
64 public void setEncryptionAlgorithm(String ealg) throws ParseException;
69 * @throws ParseException
71 public void setAlgorithm(String alg) throws ParseException;
76 * @throws ParseException
78 public void setProtocol(String prot) throws ParseException;
83 * @throws ParseException
85 public void setMode(String mod) throws ParseException;
90 * @throws InvalidArgumentExceptio
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketImplTest.java 33 public void test_Constructor() throws Exception {
40 public void test_connect() throws Exception {
60 protected void bind(int port, InetAddress addr) throws SocketException {
70 protected void create() throws SocketException {
74 public Object getOption(int optID) throws SocketException {
79 protected byte getTTL() throws IOException {
84 protected int getTimeToLive() throws IOException {
89 protected void join(InetAddress addr) throws IOException {
95 throws IOException {
100 protected void leave(InetAddress addr) throws IOException
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Message.java 49 public abstract String getSubject() throws MessagingException;
51 public abstract void setSubject(String subject) throws MessagingException;
61 public abstract Date getReceivedDate() throws MessagingException;
63 public abstract Date getSentDate() throws MessagingException;
65 public abstract void setSentDate(Date sentDate) throws MessagingException;
67 public abstract Address[] getRecipients(RecipientType type) throws MessagingException;
70 throws MessagingException;
72 public void setRecipient(RecipientType type, Address address) throws MessagingException {
78 public abstract Address[] getFrom() throws MessagingException;
80 public abstract void setFrom(Address from) throws MessagingException
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/
Message.java 47 public abstract String getSubject() throws MessagingException;
49 public abstract void setSubject(String subject) throws MessagingException;
59 public abstract Date getReceivedDate() throws MessagingException;
61 public abstract Date getSentDate() throws MessagingException;
63 public abstract void setSentDate(Date sentDate) throws MessagingException;
65 public abstract Address[] getRecipients(String type) throws MessagingException;
68 throws MessagingException;
70 public void setRecipient(String type, Address address) throws MessagingException {
76 public abstract Address[] getFrom() throws MessagingException;
78 public abstract void setFrom(Address from) throws MessagingException
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
H264R720pAacShortPlayerTest.java 37 public void testPlay00() throws Exception {
41 public void testPlay01() throws Exception {
45 public void testPlay02() throws Exception {
49 public void testPlay03() throws Exception {
53 public void testPlay04() throws Exception {
57 public void testPlay05() throws Exception {
61 public void testPlay06() throws Exception {
65 public void testPlay07() throws Exception {
69 public void testPlay08() throws Exception {
73 public void testPlay09() throws Exception
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OutputStream.java 21 throws IOException
47 throws IOException
53 throws IOException
59 throws IOException
67 throws IOException
75 throws IOException
108 throws IOException
116 throws IOException
124 throws IOException
137 throws IOExceptio
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingBlockingDequeTest.java 36 @Override protected void setUp() throws Exception {
51 public void testPutFirst_T() throws InterruptedException {
56 public void testPutLast_T() throws InterruptedException {
61 public void testOfferFirst_T() throws InterruptedException {
66 public void testOfferLast_T() throws InterruptedException {
71 public void testTakeFirst() throws InterruptedException {
76 public void testTakeLast() throws InterruptedException {
81 public void testPollFirst() throws InterruptedException {
86 public void testPollLast() throws InterruptedException {
91 public void testPut_T() throws InterruptedException
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DelimitedWriterTest.java 39 public void testNoWrites() throws IOException {
44 public void testSingleField() throws IOException {
50 public void testFieldContainingDelimiter() throws IOException {
56 public void testFieldContainingDelimiterAndQuote() throws IOException {
62 public void testWriteEmptyHeader() throws IOException {
68 public void testWriteHeader() throws IOException {
74 public void testMultipleFieldsOnOneLine() throws IOException {
81 public void testMultipleFieldsOnMultipleLines() throws IOException {
91 public void testAutoEscapedField() throws IOException {
97 public void testWordWithSpace() throws IOException
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
FusedLocationHardwareSecure.java 52 public void registerSink(IFusedLocationHardwareSink eventSink) throws RemoteException {
58 public void unregisterSink(IFusedLocationHardwareSink eventSink) throws RemoteException {
64 public int getSupportedBatchSize() throws RemoteException {
70 public void startBatching(int id, FusedBatchOptions batchOptions) throws RemoteException {
76 public void stopBatching(int id) throws RemoteException {
85 ) throws RemoteException {
91 public void requestBatchOfLocations(int batchSizeRequested) throws RemoteException {
97 public boolean supportsDiagnosticDataInjection() throws RemoteException {
103 public void injectDiagnosticData(String data) throws RemoteException {
109 public boolean supportsDeviceContextInjection() throws RemoteException
    [all...]

Completed in 1029 milliseconds

1 2 3 4 56 7 8 91011>>