/frameworks/base/docs/html/sdk/api_diff/n-preview-4-incr/changes/ |
android.nfc.cardemulation.NfcFCardEmulation.html | 148 Change in exceptions thrown from no exceptions to <code>java.lang.RuntimeException</code>.<br> 158 Change in exceptions thrown from no exceptions to <code>java.lang.RuntimeException</code>.<br> 168 Change in exceptions thrown from no exceptions to <code>java.lang.RuntimeException</code>.<br> 178 Change in exceptions thrown from no exceptions to <code>java.lang.RuntimeException</code>.<br>
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
RefactorClassAdapter.java | 36 String[] exceptions) { 37 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
KeyAgreementTest.java | 72 * Several exceptions can be thrown by init. Check that in this case we throw the right one, 73 * as the error could fall under the umbrella of other exceptions.
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Method.java | 229 * the types of the exceptions declared to be thrown 232 * 0 if the method declares no exceptions in its {@code throws} clause. 241 * exceptions declared to be thrown by this {@code Method} object. 243 * no exceptions in its {@code throws} clause. 309 * throws checked exceptions, the parameter list is followed by a 341 Class<?>[] exceptions = getExceptionTypes(); local 342 if (exceptions.length > 0) { 344 for (int k = 0; k < exceptions.length; k++) { 345 sb.append(exceptions[k].getName()); 346 if (k < (exceptions.length - 1) 435 Type[] exceptions = getGenericExceptionTypes(); local [all...] |
Constructor.java | 177 * of exceptions declared to be thrown by the underlying constructor 179 * length 0 if the constructor declares no exceptions in its {@code throws} clause. 188 * exceptions declared to be thrown by this {@code Constructor} object. 190 * no exceptions in its {@code throws} clause. 278 Class<?>[] exceptions = getExceptionTypes(); local 279 if (exceptions.length > 0) { 281 for (int k = 0; k < exceptions.length; k++) { 282 sb.append(exceptions[k].getName()); 283 if (k < (exceptions.length - 1)) 312 * exceptions, the parameter list is followed by a space, followe 361 Type[] exceptions = getGenericExceptionTypes(); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
streambuf.pass.cpp | 36 assert(is.exceptions() == is.goodbit); 49 assert(is.exceptions() == is.goodbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/ |
streambuf.pass.cpp | 36 assert(is.exceptions() == is.goodbit); 49 assert(is.exceptions() == is.goodbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 54 assert(os.exceptions() == os.goodbit); 68 assert(os.exceptions() == os.goodbit);
|
streambuf.pass.cpp | 36 assert(os.exceptions() == os.goodbit); 48 assert(os.exceptions() == os.goodbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/ |
ctor_streambuf.pass.cpp | 28 assert(ios.exceptions() == std::ios::goodbit); 41 assert(ios.exceptions() == std::ios::goodbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/ |
clear.pass.cpp | 30 ios.exceptions(std::ios::badbit); 59 ios.exceptions(std::ios::badbit);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionExtras.java | 54 // all operations on cross-process cursors can throw random exceptions 100 // all operations on cross-process cursors can throw random exceptions
|
/prebuilts/misc/common/swig/include/2.0.11/ |
std_except.i | 4 * SWIG library file with typemaps to handle and throw STD exceptions in a 18 * mechanism, or you prefer other ways to map the STD exceptions, write
|
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/ |
dexmaker-mockito-1.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.2/ |
dexmaker-mockito-1.2.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/ |
kotlin-stdlib-1.0.0-sources.jar | |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPMeta.java | 59 * @throws XMPException Wraps all errors and exceptions that may occur. 77 * @throws XMPException Wraps all errors and exceptions that may occur. 90 * @throws XMPException Wraps all errors and exceptions that may occur. 116 * @throws XMPException Wraps all errors and exceptions that may occur. 154 * @throws XMPException Wraps all errors and exceptions that may occur. 194 * @throws XMPException Wraps all errors and exceptions that may occur. 209 * @throws XMPException Wraps all errors and exceptions 233 * @throws XMPException Wraps all errors and exceptions that may occur. 250 * @throws XMPException Wraps all errors and exceptions 274 * @throws XMPException Wraps all errors and exceptions that may occur [all...] |
/external/wpa_supplicant_8/src/utils/ |
eloop.c | 103 struct eloop_sock_table exceptions; member in struct:eloop_data 184 eloop.exceptions.type = EVENT_TYPE_EXCEPTION; 207 * Exceptions are always checked when using epoll, but I suppose it's 437 struct eloop_sock_table *exceptions, 484 * Exceptions are always checked when using poll, but I suppose it's 488 if (exceptions && exceptions->table) { 489 for (i = 0; i < exceptions->count; i++) { 494 fd = exceptions->table[i].sock; 546 struct eloop_sock_table *exceptions, [all...] |
/art/test/014-math3/src/ |
Main.java | 18 * Test math exceptions
|
/art/test/081-hot-exceptions/src/ |
Main.java | 33 // A hot method invocation that always encounters exceptions
|
/bionic/libm/include/amd64/machine/ |
fpu.h | 39 * with all exceptions masked.
|
/development/ndk/platforms/android-21/arch-x86_64/include/machine/ |
fpu.h | 39 * with all exceptions masked.
|
/external/antlr/antlr-3.4/runtime/Python/dist/ |
antlr_python_runtime-3.4.tar.gz | |
antlr_python_runtime-3.4.zip | |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
NotPositiveDefiniteMatrixException.java | 24 * This class represents exceptions thrown when a matrix expected to
|