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

<<11121314151617181920>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 22 protected void setUp() throws Exception {
26 protected void tearDown() throws Exception {
96 throws InvalidParameterException {
102 throws InvalidKeyException {
108 throws InvalidKeyException {
114 throws InvalidParameterException {
119 protected byte[] engineSign() throws SignatureException {
124 protected void engineUpdate(byte b) throws SignatureException {
130 throws SignatureException {
136 throws SignatureException
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 68 throws MessagingException;
89 public abstract OpenMode getMode() throws MessagingException;
103 public abstract boolean create(FolderType type) throws MessagingException;
105 public abstract boolean exists() throws MessagingException;
110 public abstract int getMessageCount() throws MessagingException;
112 public abstract int getUnreadMessageCount() throws MessagingException;
114 public abstract Message getMessage(String uid) throws MessagingException;
123 throws MessagingException;
126 throws MessagingException;
129 throws MessagingException
    [all...]
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
AccessibilitySettingsTests.java 40 public void setUp() throws Exception {
51 protected void tearDown() throws Exception {
60 public void testHighContrastTextOn() throws Exception {
66 public void testHighContrastTextOff() throws Exception {
72 public void testPowerButtonEndsCallOn() throws Exception {
78 public void testPowerButtonEndsCallOff() throws Exception {
89 public void testAutoRotateScreenOn() throws Exception {
96 public void testAutoRotateScreenOff() throws Exception {
103 public void testMonoAudioOn() throws Exception {
110 public void testMonoAudioOff() throws Exception
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmLayoutToActivityMethodTest.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 {
  /external/guava/guava-gwt/test/com/google/common/collect/
SetsTest_gwt.java 22 public void testCartesianProductTooBig() throws Exception {
27 public void testCartesianProduct_2x2x2() throws Exception {
32 public void testCartesianProduct_binary0x0() throws Exception {
37 public void testCartesianProduct_binary0x1() throws Exception {
42 public void testCartesianProduct_binary1x0() throws Exception {
47 public void testCartesianProduct_binary1x1() throws Exception {
52 public void testCartesianProduct_binary1x2() throws Exception {
57 public void testCartesianProduct_binary2x2() throws Exception {
62 public void testCartesianProduct_contains() throws Exception {
67 public void testCartesianProduct_hashCode() throws Exception
    [all...]
ImmutableTableTest_gwt.java 21 public void testBuilder() throws Exception {
27 public void testBuilder_noDuplicates() throws Exception {
33 public void testBuilder_noNulls() throws Exception {
39 public void testBuilder_orderColumnsBy_dense() throws Exception {
45 public void testBuilder_orderColumnsBy_sparse() throws Exception {
51 public void testBuilder_orderRowsAndColumnsBy_dense() throws Exception {
57 public void testBuilder_orderRowsAndColumnsBy_putAll() throws Exception {
63 public void testBuilder_orderRowsAndColumnsBy_sparse() throws Exception {
69 public void testBuilder_orderRowsBy_dense() throws Exception {
75 public void testBuilder_orderRowsBy_sparse() throws Exception
    [all...]
  /frameworks/base/cmds/uiautomator/api/
17.txt 5 method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
6 method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.core.UiSelector, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
7 method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSelector, java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
15 method public void freezeRotation() throws android.os.RemoteException;
27 method public boolean isScreenOn() throws android.os.RemoteException;
40 method public boolean pressRecentApps() throws android.os.RemoteException;
46 method public void setOrientationLeft() throws android.os.RemoteException;
47 method public void setOrientationNatural() throws android.os.RemoteException;
48 method public void setOrientationRight() throws android.os.RemoteException;
49 method public void sleep() throws android.os.RemoteException
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
SocketChannel.java 138 * @throws IOException
141 public static SocketChannel open() throws IOException {
156 * @throws AsynchronousCloseException
160 * @throws ClosedByInterruptException
166 * @throws UnresolvedAddressException
169 * @throws UnsupportedAddressTypeException
172 * @throws SecurityException
176 * @throws IOException
180 throws IOException
218 * @throws ConnectionPendingExceptio
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 31 public void testTldPattern() throws Exception {
62 public void testIanaTopLevelDomains_matchesValidTld() throws Exception {
68 public void testIanaTopLevelDomains_matchesValidNewTld() throws Exception {
74 public void testIanaTopLevelDomains_matchesPunycodeTld() throws Exception {
80 public void testIanaTopLevelDomains_matchesIriTLD() throws Exception {
86 public void testIanaTopLevelDomains_doesNotMatchWrongTld() throws Exception {
92 public void testIanaTopLevelDomains_doesNotMatchWrongPunycodeTld() throws Exception {
100 public void testWebUrl_matchesValidUrlWithSchemeAndHostname() throws Exception {
107 public void testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld() throws Exception {
114 public void testWebUrl_matchesValidUrlWithHostnameAndNewTld() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/base/
CaseFormatTest_gwt.java 21 public void testConverterToBackward() throws Exception {
26 public void testConverterToForward() throws Exception {
31 public void testConverter_nullConversions() throws Exception {
36 public void testConverter_serialization() throws Exception {
41 public void testConverter_toString() throws Exception {
46 public void testIdentity() throws Exception {
51 public void testLowerCamelToLowerCamel() throws Exception {
56 public void testLowerCamelToLowerHyphen() throws Exception {
61 public void testLowerCamelToLowerUnderscore() throws Exception {
66 public void testLowerCamelToUpperCamel() throws Exception
    [all...]
CharMatcherTest_gwt.java 21 public void testAllMatches() throws Exception {
26 public void testAnyAndNone_logicalOps() throws Exception {
31 public void testCollapse() throws Exception {
36 public void testCollapse_any() throws Exception {
41 public void testEmpty() throws Exception {
46 public void testGeneral() throws Exception {
51 public void testNoMatches() throws Exception {
56 public void testPrecomputedOptimizations() throws Exception {
61 public void testReplaceFrom() throws Exception {
66 public void testToString() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/primitives/
LongsTest_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 testByteArrayRoundTrips() 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...]
UnsignedLongsTest_gwt.java 21 public void testCompare() throws Exception {
26 public void testDecodeLong() throws Exception {
31 public void testDecodeLongFails() throws Exception {
36 public void testDivide() throws Exception {
41 public void testJoin() throws Exception {
46 public void testLexicographicalComparator() throws Exception {
51 public void testMax() throws Exception {
56 public void testMax_noArgs() throws Exception {
61 public void testMin() throws Exception {
66 public void testMin_noArgs() throws Exception
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
RealBufferedSource.java 44 @Override public long read(Buffer sink, long byteCount) throws IOException {
58 @Override public boolean exhausted() throws IOException {
63 @Override public void require(long byteCount) throws IOException {
67 @Override public boolean request(long byteCount) throws IOException {
76 @Override public byte readByte() throws IOException {
81 @Override public ByteString readByteString() throws IOException {
86 @Override public ByteString readByteString(long byteCount) throws IOException {
91 @Override public byte[] readByteArray() throws IOException {
96 @Override public byte[] readByteArray(long byteCount) throws IOException {
101 @Override public int read(byte[] sink) throws IOException
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoTest.java 34 public static void testInvalidInfoTypes() throws Exception {
38 public static void testValidInfoTypes() throws Exception {
46 public static void testGetInfoType() throws Exception {
54 public static void testInvalidMimeTypes() throws Exception {
59 public static void testGetMimeType() throws Exception {
65 public static void testInvalidData() throws Exception {
69 public static void testGetData() throws Exception {
73 public static void testPutAndGetKeys() throws Exception {
109 private static void checkInvalidData(byte[] data) throws Exception {
118 private static void checkInvalidMimeType(String mimeType) throws Exception
    [all...]
DrmSupportInfoTest.java 27 public static void testAddInvalidMimeTypes() throws Exception {
32 public static void testAddValidMimeTypes() throws Exception {
38 public static void testAddInvalidFileSuffixes() throws Exception {
42 public static void testAddValidFileSuffixes() throws Exception {
50 public static void testSetInvalidDescriptions() throws Exception {
55 public static void testSetAndGetDescription() throws Exception {
61 public static void testEquals() throws Exception {
66 private static void checkEqualsOnDefaultInfoObjects() throws Exception {
72 private static void checkEqualsOnNondefaultInfoObjects() throws Exception {
91 private static void checkSetAndGetDescription(String description) throws Exception
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
JcaSignerInfoVerifierBuilder.java 67 throws OperatorCreationException, CertificateException
73 throws OperatorCreationException
79 throws OperatorCreationException
87 throws OperatorCreationException
93 throws OperatorCreationException
99 throws OperatorCreationException, CertificateException
105 throws OperatorCreationException
122 throws OperatorCreationException
128 throws OperatorCreationException
134 throws OperatorCreationExceptio
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
LittleEndianInputStream.java 36 public void readFully (byte[] b) throws IOException {
40 public void readFully (byte[] b, int off, int len) throws IOException {
44 public int skipBytes (int n) throws IOException {
48 public boolean readBoolean () throws IOException {
52 public byte readByte () throws IOException {
56 public int readUnsignedByte () throws IOException {
60 public short readShort () throws IOException {
66 public int readUnsignedShort () throws IOException {
72 public char readChar () throws IOException {
76 public int readInt () throws IOException {
    [all...]
  /frameworks/base/core/java/android/content/
IContentProvider.java 40 throws RemoteException;
41 public String getType(Uri url) throws RemoteException;
43 throws RemoteException;
45 throws RemoteException;
47 throws RemoteException;
49 String[] selectionArgs) throws RemoteException;
53 throws RemoteException, FileNotFoundException;
56 throws RemoteException, FileNotFoundException;
59 throws RemoteException, OperationApplicationException;
62 throws RemoteException
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException {
51 public int read(byte[] b, int off, int len) throws IOException {
58 public int read() throws IOException {
65 public long skip(long length) throws IOException {
71 public void skipOrThrow(long length) throws IOException {
75 public void skipTo(long target) throws IOException {
82 public void readOrThrow(byte[] b, int off, int len) throws IOException {
87 public void readOrThrow(byte[] b) throws IOException {
99 public short readShort() throws IOException {
105 public int readUnsignedShort() throws IOException
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentProvider.java 45 throws RemoteException, OperationApplicationException {
52 throws RemoteException {
59 throws RemoteException {
66 throws RemoteException {
72 public String getType(Uri arg0) throws RemoteException {
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException {
86 throws RemoteException, FileNotFoundException {
94 throws RemoteException, FileNotFoundException {
101 String arg4, ICancellationSignal arg5) throws RemoteException {
108 String[] arg3) throws RemoteException
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterReaderTest.java 40 public void close() throws IOException {
44 public void mark(int readLimit) throws IOException {
53 public int read() throws IOException {
58 public int read(char[] buffer, int offset, int count) throws IOException {
63 public boolean ready() throws IOException {
68 public void reset() throws IOException {
72 public long skip(long count) throws IOException {
92 public void test_close() throws IOException {
97 public void test_markI() throws IOException {
107 public void test_read() throws IOException
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketImplFactoryTest.java 26 public void test_createSocketImpl() throws IOException {
120 protected void accept(SocketImpl arg0) throws IOException {
124 protected int available() throws IOException {
129 protected void bind(InetAddress arg0, int arg1) throws IOException {
133 protected void close() throws IOException {
137 protected void connect(String arg0, int arg1) throws IOException {
141 protected void connect(InetAddress arg0, int arg1) throws IOException {
145 protected void connect(SocketAddress arg0, int arg1) throws IOException {
149 protected void create(boolean arg0) throws IOException {
153 protected InputStream getInputStream() throws IOException
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException {
51 public int read(byte[] b, int off, int len) throws IOException {
58 public int read() throws IOException {
65 public long skip(long length) throws IOException {
71 public void skipOrThrow(long length) throws IOException {
75 public void skipTo(long target) throws IOException {
82 public void readOrThrow(byte[] b, int off, int len) throws IOException {
87 public void readOrThrow(byte[] b) throws IOException {
99 public short readShort() throws IOException {
105 public int readUnsignedShort() throws IOException
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException {
51 public int read(byte[] b, int off, int len) throws IOException {
58 public int read() throws IOException {
65 public long skip(long length) throws IOException {
71 public void skipOrThrow(long length) throws IOException {
75 public void skipTo(long target) throws IOException {
82 public void readOrThrow(byte[] b, int off, int len) throws IOException {
87 public void readOrThrow(byte[] b) throws IOException {
99 public short readShort() throws IOException {
105 public int readUnsignedShort() throws IOException
    [all...]

Completed in 1327 milliseconds

<<11121314151617181920>>