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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmEscapeXmlAttributeMethodTest.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 {
FmSlashedPackageNameMethodTest.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 {
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryExt.java 46 * @throws ParseException
48 public SipRequestLine createRequestLine(String requestLine) throws ParseException;
54 public SipStatusLine createStatusLine(String statusLine) throws ParseException;
79 String fromTag) throws ParseException;
94 * @throws ParseException
95 * @throws NullPointerException
98 throws NullPointerException, ParseException;
106 * @throws NullPointerException
108 * @throws ParseException
118 * @throws NullPointerExceptio
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 86 String seinfo, int targetSdkVersion) throws InstallerException {
92 String seinfo) throws InstallerException {
98 throws InstallerException {
103 throws InstallerException {
108 throws InstallerException {
114 throws InstallerException {
120 String codePath, PackageStats stats) throws InstallerException {
133 throws InstallerException {
144 throws InstallerException {
153 throws InstallerException
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 65 public void setUp() throws Exception {
116 void checkForMainThreadException() throws Throwable {
133 void runAndWait(int itemCount, int seconds) throws Throwable {
137 void runAndWait(int itemCount, int seconds, final ThrowingRunnable postRun) throws Throwable {
155 void waitForItems(int itemCount, int seconds) throws InterruptedException {
165 public void animateAdd() throws Throwable {
174 public void animateRemove() throws Throwable {
183 public void animateMove() throws Throwable {
192 public void animateChange() throws Throwable {
202 throws Throwable
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateTest.java 62 public final void testCertificate() throws Exception {
75 * @throws CertificateEncodingException
77 public final void testHashCode() throws CertificateEncodingException {
155 * @throws CertificateException
157 public final void testGetEncoded() throws CertificateException {
180 * @throws InvalidKeyException
181 * @throws CertificateException
182 * @throws NoSuchAlgorithmException
183 * @throws NoSuchProviderException
184 * @throws SignatureExceptio
    [all...]
PKIXCertPathValidatorResultTest.java 67 * @throws NoSuchAlgorithmException
68 * @throws InvalidKeySpecException
71 throws InvalidKeySpecException,
128 public final void testPKIXCertPathValidatorResult04() throws Exception {
143 * @throws NoSuchAlgorithmException
144 * @throws InvalidKeySpecException
146 public final void testGetTrustAnchor() throws Exception {
166 * @throws NoSuchAlgorithmException
167 * @throws InvalidKeySpecException
169 public final void testGetPublicKey() throws Exception
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 63 private SocketAdaptor(SocketChannelImpl sc) throws SocketException {
82 public void connect(SocketAddress remote) throws IOException {
86 public void connect(SocketAddress remote, int timeout) throws IOException {
152 public void bind(SocketAddress local) throws IOException {
214 throws IOException
265 public InputStream getInputStream() throws IOException {
276 public InputStream run() throws IOException {
287 public OutputStream getOutputStream() throws IOException {
298 public OutputStream run() throws IOException {
309 throws SocketExceptio
    [all...]
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 61 public int available() throws IOException {
76 public void close() throws IOException {
82 public int read() throws IOException {
95 public int read(byte[] b) throws IOException {
101 public int read(byte[] b, int off, int len) throws IOException {
124 public void close() throws IOException {
130 public void write (byte[] b) throws IOException {
136 public void write (byte[] b, int off, int len) throws IOException {
150 public void write (int b) throws IOException {
161 * @throws IOExceptio
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 196 throws RemoteException {
205 throws RemoteException {
216 throws RemoteException {
240 public void abort(String callId) throws RemoteException { }
243 public void answerVideo(String callId, int videoState) throws RemoteException { }
246 public void answer(String callId) throws RemoteException { }
249 public void reject(String callId) throws RemoteException {
254 public void rejectWithMessage(String callId, String message) throws RemoteException { }
257 public void disconnect(String callId) throws RemoteException { }
260 public void silence(String callId) throws RemoteException {
    [all...]
  /frameworks/support/compat/tests/java/android/support/v4/util/
PatternsCompatTest.java 38 public void testIanaTopLevelDomains_matchesValidTld() throws Exception {
44 public void testIanaTopLevelDomains_matchesValidNewTld() throws Exception {
50 public void testIanaTopLevelDomains_matchesPunycodeTld() throws Exception {
56 public void testIanaTopLevelDomains_matchesIriTLD() throws Exception {
62 public void testIanaTopLevelDomains_doesNotMatchWrongTld() throws Exception {
68 public void testIanaTopLevelDomains_doesNotMatchWrongPunycodeTld() throws Exception {
76 public void testWebUrl_matchesValidUrlWithSchemeAndHostname() throws Exception {
83 public void testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld() throws Exception {
90 public void testWebUrl_matchesValidUrlWithHostnameAndNewTld() throws Exception {
97 public void testWebUrl_matchesChinesePunycodeUrlWithProtocol() throws Exception
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 39 protected void setUp() throws Exception {
46 protected void tearDown() throws Exception {
52 private void cleanupContainers() throws RemoteException {
65 private boolean containerExists(String localId) throws RemoteException {
79 boolean isExternal) throws Exception {
88 private int mountContainer(String localId, String key) throws Exception {
96 private int renameContainer(String localId1, String localId2) throws Exception {
105 private int unmountContainer(String localId, boolean force) throws Exception {
113 private int destroyContainer(String localId, boolean force) throws Exception {
121 private boolean isContainerMounted(String localId) throws Exception
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathValidatorResultTest.java 75 * @throws NoSuchAlgorithmException
76 * @throws InvalidKeySpecException
79 throws InvalidKeySpecException,
136 public final void testPKIXCertPathValidatorResult04() throws Exception {
152 * @throws NoSuchAlgorithmException
153 * @throws InvalidKeySpecException
155 public final void testGetTrustAnchor() throws Exception {
176 * @throws NoSuchAlgorithmException
177 * @throws InvalidKeySpecException
179 public final void testGetPublicKey() throws Exception
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
Utf8Test.java 27 @Test public void oneByteCharacters() throws Exception {
34 @Test public void twoByteCharacters() throws Exception {
41 @Test public void threeByteCharacters() throws Exception {
54 @Test public void fourByteCharacters() throws Exception {
59 @Test public void danglingHighSurrogate() throws Exception {
63 @Test public void lowSurrogateWithoutHighSurrogate() throws Exception {
67 @Test public void highSurrogateFollowedByNonSurrogate() throws Exception {
72 @Test public void multipleSegmentString() throws Exception {
79 @Test public void stringSpansSegments() throws Exception {
90 @Test public void readEmptyBufferThrowsEofException() throws Exception
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Parser.java 52 throws InvalidProtocolBufferException;
62 throws InvalidProtocolBufferException;
70 throws InvalidProtocolBufferException;
79 throws InvalidProtocolBufferException;
89 throws InvalidProtocolBufferException;
98 throws InvalidProtocolBufferException;
106 throws InvalidProtocolBufferException;
115 throws InvalidProtocolBufferException;
122 throws InvalidProtocolBufferException;
131 throws InvalidProtocolBufferException
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 24 public void test_getExceptionTypes() throws Exception {
36 public void test_getParameterTypes() throws Exception {
49 public void testGetMethodWithPrivateMethodAndInterfaceMethod() throws Exception {
53 public void testGetMethodReturnsIndirectlyImplementedInterface() throws Exception {
58 public void testGetDeclaredMethodReturnsIndirectlyImplementedInterface() throws Exception {
71 public void testGetMethodWithConstructorName() throws Exception {
79 public void testGetMethodWithNullName() throws Exception {
87 public void testGetMethodWithNullArgumentsArray() throws Exception {
92 public void testGetMethodWithNullArgument() throws Exception {
100 public void testGetMethodReturnsInheritedStaticMethod() throws Exception
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 30 public void testUriRetainsOriginalEncoding() throws Exception {
37 public void testDecodingPlus() throws Exception {
43 public void testEncodingPlus() throws Exception {
49 public void testDecodingSpace() throws Exception {
59 public void testEncodingSpace() throws Exception {
65 public void testUriDecodingPartial() throws Exception {
78 public void testUrlDecoderDecodingPartial() throws Exception {
107 public void testUrlDecoderFailsOnNullCharset() throws Exception {
125 public void testUrlEncoderFailsOnNullCharset() throws Exception {
147 public void testUrlDecoderIgnoresUnnecessaryCharset() throws Exception
    [all...]
  /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java 130 public CertBlacklistTest() throws IOException {
138 public void setUp() throws Exception {
144 public void tearDown() throws Exception {
152 private Set<String> getPubkeyBlacklist(String path) throws IOException {
165 private Set<String> getSerialBlacklist(String path) throws IOException {
178 private static String getHash(PublicKey publicKey) throws Exception {
185 private Set<String> getDefaultPubkeys() throws IOException {
189 private Set<String> getDefaultSerials() throws IOException {
193 private Set<String> getCurrentPubkeyBlacklist() throws IOException {
197 private Set<String> getCurrentSerialBlacklist() throws IOException
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 51 throws IllegalBlockSizeException, BadPaddingException {
57 int outputOffset) throws ShortBufferException, IllegalBlockSizeException,
84 throws InvalidKeyException {
90 SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException {
96 SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException {
101 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
106 protected void engineSetPadding(String padding) throws NoSuchPaddingException {
117 int outputOffset) throws ShortBufferException {
122 protected int engineGetKeySize(Key key) throws InvalidKeyException {
127 protected byte[] engineWrap(Key key) throws InvalidKeyException, IllegalBlockSizeException
    [all...]
  /art/test/044-proxy/src/
WrappedThrow.java 132 public void throwFunky2() throws BaseException,
135 public void throwException() throws BaseException;
136 public void throwBase() throws BaseException;
137 public void throwSub() throws BaseException;
138 public void throwSubSub() throws BaseException;
140 public void bothThrowBase() throws BaseException, SubException, SubSubException;
144 public void throwFunky2() throws InterruptedException,
147 public void throwException() throws SubException;
148 public void throwBase() throws SubException;
149 public void throwSub() throws SubException
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 53 public void setPeer(IParcelFileDescriptorPeer peer) throws RemoteException {
58 public void setupReadPipe() throws RemoteException {
69 public void setupWritePipe() throws RemoteException {
80 public void setupSocket() throws RemoteException {
91 public void setupFile() throws RemoteException {
104 public ParcelFileDescriptor get() throws RemoteException {
109 public void set(ParcelFileDescriptor pfd) throws RemoteException {
114 public void doGet() throws RemoteException {
119 public void doSet() throws RemoteException {
124 public int read() throws RemoteException
    [all...]
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 38 public abstract Writer create(Writer delegate) throws Exception;
44 public abstract char[] decode(char[] delegateChars) throws Exception;
84 public Writer create() throws Exception {
90 public char[] getChars() throws Exception {
111 public void wrapperTestFlushThrowsViaFlushSuppressed() throws Exception {
120 public void wrapperTestFlushThrowsViaCloseSuppressed() throws Exception {
129 public void wrapperTestFlushThrowsViaFlush() throws Exception {
145 public void wrapperTestFlushThrowsViaClose() throws Exception {
167 public void wrapperTestCloseThrows() throws Exception {
179 public void wrapperTestCloseThrowsSuppressed() throws Exception
    [all...]
  /external/guava/guava-gwt/test/com/google/common/base/
StopwatchTest_gwt.java 21 public void testCreateStarted() throws Exception {
26 public void testCreateUnstarted() throws Exception {
31 public void testElapsedMillis() throws Exception {
36 public void testElapsedMillis_multipleSegments() throws Exception {
41 public void testElapsedMillis_notRunning() throws Exception {
46 public void testElapsedMillis_whileRunning() throws Exception {
51 public void testElapsed_micros() throws Exception {
56 public void testElapsed_millis() throws Exception {
61 public void testElapsed_multipleSegments() throws Exception {
66 public void testElapsed_notRunning() throws Exception
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
AssertTest.java 45 * @throws Exception
47 public void execute() throws Exception;
91 public void testAssertTrue() throws Exception {
96 public void execute() throws Exception {
105 public void testAssertFalse() throws Exception {
110 public void execute() throws Exception {
119 public void testAssertNotNullOrEmpty_Collection() throws Exception {
125 public void execute() throws Exception {
131 public void execute() throws Exception {
140 public void testAssertNotNullOrEmpty_Map() throws Exception {
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
AssertTest.java 47 * @throws Exception
49 public void execute() throws Exception;
93 public void testAssertTrue() throws Exception {
98 public void execute() throws Exception {
107 public void testAssertFalse() throws Exception {
112 public void execute() throws Exception {
121 public void testAssertNotNullOrEmpty_Collection() throws Exception {
127 public void execute() throws Exception {
133 public void execute() throws Exception {
142 public void testAssertNotNullOrEmpty_Map() throws Exception {
    [all...]

Completed in 1052 milliseconds

<<21222324252627282930>>