Home
last modified time | relevance | path

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

12345678910>>...15

/external/apache-http/api/
Dcurrent.txt5 ctor public WebAddress(String) throws java.lang.IllegalArgumentException;
26 …http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) throws java.io.IOExceptio…
27 …ttp.client.methods.HttpUriRequest, org.apache.http.protocol.HttpContext) throws java.io.IOExceptio…
28 …pResponse execute(org.apache.http.HttpHost, org.apache.http.HttpRequest) throws java.io.IOExceptio…
29 …Host, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws java.io.IOExceptio…
30 …ods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
31 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
32 …e.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>) throws org.apache.http.cl…
33 …ient.ResponseHandler<? extends T>, org.apache.http.protocol.HttpContext) throws org.apache.http.cl…
34 …tHttpEntity getCompressedEntity(byte[], android.content.ContentResolver) throws java.io.IOExceptio…
[all …]
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/
DExample4_original.java.txt128 * @throws ParseProblemException if the source code has parser errors
141 * @throws ParseProblemException if the source code has parser errors
154 * @throws ParseProblemException if the source code has parser errors
155 * @throws FileNotFoundException the file was not found
157 …public static CompilationUnit parse(final File file, final Charset encoding) throws FileNotFoundEx…
168 * @throws ParseProblemException if the source code has parser errors
169 * @throws FileNotFoundException the file was not found
171 public static CompilationUnit parse(final File file) throws FileNotFoundException {
182 * @throws IOException the path could not be accessed
183 * @throws ParseProblemException if the source code has parser errors
[all …]
/external/libchrome/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/turbine/javatests/com/google/turbine/lower/testdata/
Djava_lang_object.test17 protected Object clone() throws CloneNotSupportedException {
25 protected void finalize() throws Throwable {}
31 public final void wait(long timeout) throws InterruptedException {}
33 public final void wait(long timeout, int nanos) throws InterruptedException {}
35 public final void wait() throws InterruptedException {}
/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 {
/external/catch2/projects/XCode/OCTest/OCTest/
DCatchOCTestCase.mm51 OC_TEST_CASE( "throws an Objective-C exception", "[!throws][!shouldfail]" )
57 OC_TEST_CASE( "throws a std c++ exception", "[!throws][!shouldfail]" )
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/
Dpre-load-implicit-cf-updates.ll14 ; c2 only throws if c1 throws, so it can be safely removed and then PRE can
64 ; PRE of load is allowed because c2 only throws if c1 throws. c3 should
65 ; not be eliminated. c4 is eliminated because it only throws if c3 throws.
/external/ksoap2/
D0001-ksoap2-update.patch80 public void write(XmlSerializer writer) throws IOException {
167 + * @throws RuntimeException if the attribute does not exist
188 + * @throws RuntimeException if the attribute does not exist
372 throws IOException, XmlPullParserException {
387 * @throws IOException
538 throws IOException, XmlPullParserException;
552 throws IOException, XmlPullParserException {
566 throws IOException, XmlPullParserException {
580 throws IOException, XmlPullParserException {
1206 - public void parseBody(XmlPullParser parser) throws IOException, XmlPullParserException
[all …]
/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/swiftshader/third_party/llvm-7.0/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/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/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/antlr/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.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.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-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-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-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/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.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>>...15