Home
last modified time | relevance | path

Searched refs:throws (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/apache-http/api/
Dapache-http-legacy-current.txt4 ctor public WebAddress(java.lang.String) throws java.lang.IllegalArgumentException;
25 …http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) throws java.io.IOExceptio…
26 …ttp.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext) throws java.io.IOExceptio…
27 …pResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest) throws java.io.IOExceptio…
28 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws java.io.IOExceptio…
29 …ods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
30 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
31 …e.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
32 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
33 …tHttpEntity getCompressedEntity(byte[], android.content.ContentResolver) throws java.io.IOExceptio…
[all …]
/external/libmojo/base/android/jni_generator/
DtestInputStream.javap75 public int available() throws java.io.IOException;
92 throws java.io.IOException
93 public void close() throws java.io.IOException;
110 throws java.io.IOException
146 public abstract int read() throws java.io.IOException;
149 throws java.io.IOException
150 public int read(byte[]) throws java.io.IOException;
168 throws java.io.IOException
169 public int read(byte[], int, int) throws java.io.IOException;
189 throws java.io.IOException
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFileSystem.groovy39 * @throws AssertionError - if path is null
40 * @throws FileSystemException - if an I/O error occurs
50 * @throws AssertionError - if path is null
59 * @throws AssertionError - if path is null
60 * @throws FileSystemException - wraps a FileNotFoundException if thrown
68 * @throws AssertionError - if path is null
69 * @throws FileSystemException - wraps a FileNotFoundException if thrown
91 * @throws AssertionError - if path is null
103 * @throws AssertionError - if path is null
117 * @throws AssertionError - if fromPath or toPath is null
[all …]
DAbstractFakeFileSystem.groovy43 * then creating a directory or file throws an exception if its parent directory
76 * @throws AssertionError - if path is null
77 * @throws FileSystemException - if an I/O error occurs
110 * @throws AssertionError - if path is null
142 * @throws AssertionError - if path is null
143 * @throws FileSystemException - wraps a FileNotFoundException if thrown
159 * @throws AssertionError - if path is null
160 * @throws FileSystemException - wraps a FileNotFoundException if thrown
185 * @throws AssertionError - if path is null
207 * @throws AssertionError - if path is null
[all …]
DDefaultFileSystem.groovy86 * @throws AssertionError - if path is null
87 …* @throws InvalidFilenameException - if an I/O error occurs indicating that the file path is not v…
104 * @throws AssertionError - if path is null
105 * @throws FileNotFoundException - wraps a FileNotFoundException if thrown
123 * @throws AssertionError - if path is null
124 * @throws FileSystemException - wraps a FileNotFoundException if thrown
236 * @throws AssertionError - if path is null
250 * @throws AssertionError - if path is null
251 …* @throws InvalidFilenameException - if an IOException occurs while determining the canonical path…
302 * @throws AssertionError - if path is null
/external/snakeyaml/src/patches/android/
DPropertyUtils.patch23 - throws IntrospectionException {
82 - public Set<Property> getProperties(Class<? extends Object> type) throws IntrospectionException…
88 - throws IntrospectionException {
98 - throws IntrospectionException {
108 - throws IntrospectionException {
114 - throws IntrospectionException {
DCompactConstructor.patch16 * @throws IntrospectionException
18 - protected String getSequencePropertyName(Class<?> bean) throws IntrospectionException {
/external/llvm/test/CodeGen/X86/
Dindirect-hidden.ll9 declare void @throws()
12 invoke void @throws() to label %end unwind label %lpad
23 invoke void @throws() to label %end unwind label %lpad
/external/bison/tests/
Djava.at135 public int yylex () throws IOException {
361 public static void main (String args[]) throws IOException
370 public static void main (String args[]) throws IOException
414 # YYLEX is the body of yylex () which throws LEX_THROW.
628 AT_SETUP([Java throws specifications])
630 # %define throws - 0 1 2
631 # %define lex-throws - 0 1 2
641 -1, [[ throws java.io.IOException]],
643 1, [[ throws InterruptedException]],
644 2, [[ throws InterruptedException, IllegalAccessException]])])
[all …]
/external/clang/test/Profile/
Dcxx-throws.cpp20 void throws() { in throws() function
88 throws(); in main()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy33 * Assert that the specified code throws an exception of the specified type.
38 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
53 * Assert that the specified code throws an exception with an error message
59 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
Djunit.stg48 public void <methodName>() throws Exception {
59 public void <methodName>() throws Exception {
68 public void <methodName>() throws Exception {
79 public void <methodName>() throws Exception {
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy34 * Assert that the specified code throws an exception of the specified type.
39 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
54 * Assert that the specified code throws an exception with an error message
60 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt34 o [CODEC-68] isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes.
36 o [CODEC-61] Base64.encodeBase64() throws NegativeArraySizeException on large files.
42 o [CODEC-22] Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy49 * Assert that the specified code throws an exception of the specified type.
54 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
69 * Assert that the specified code throws an exception with an error message
75 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy49 * Assert that the specified code throws an exception of the specified type.
54 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
69 * Assert that the specified code throws an exception with an error message
75 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy48 * Assert that the specified code throws an exception of the specified type.
53 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
68 * Assert that the specified code throws an exception with an error message
74 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy48 * Assert that the specified code throws an exception of the specified type.
53 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
68 * Assert that the specified code throws an exception with an error message
74 * @throws AssertionError - if no exception is thrown by the code or if the thrown
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy49 * Assert that the specified code throws an exception of the specified type.
54 …* @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not…
69 * Assert that the specified code throws an exception with an error message
75 * @throws AssertionError - if no exception is thrown by the code or if the thrown

12345678910>>...12