Searched
full:exceptions (Results
451 -
475 of
8688) sorted by null
<<11121314151617181920>>
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RSIllegalArgumentException.java | 21 * Base class for all exceptions thrown by the Android
|
RSInvalidStateException.java | 21 * Base class for all exceptions thrown by the Android
|
RSRuntimeException.java | 21 * Base class for all exceptions thrown by the Android
|
/libcore/dalvik/src/main/java/dalvik/annotation/ |
Throws.java | 25 * A "system annotation" used to provide the Exceptions attribute.
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
ExpatException.java | 20 * Used internally to propogate Expat errors. We convert these exceptions into
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/ |
member_swap.pass.cpp | 49 assert(is1.exceptions() == is1.goodbit); 57 assert(is2.exceptions() == is2.goodbit); 72 assert(is1.exceptions() == is1.goodbit); 80 assert(is2.exceptions() == is2.goodbit);
|
move_assign.pass.cpp | 55 assert(is1.exceptions() == is1.goodbit); 63 assert(is2.exceptions() == is2.goodbit); 78 assert(is1.exceptions() == is1.goodbit); 86 assert(is2.exceptions() == is2.goodbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/ |
member_swap.pass.cpp | 49 assert(is1.exceptions() == is1.goodbit); 57 assert(is2.exceptions() == is2.goodbit); 72 assert(is1.exceptions() == is1.goodbit); 80 assert(is2.exceptions() == is2.goodbit);
|
move_assign.pass.cpp | 55 assert(is1.exceptions() == is1.goodbit); 63 assert(is2.exceptions() == is2.goodbit); 78 assert(is1.exceptions() == is1.goodbit); 86 assert(is2.exceptions() == is2.goodbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/ |
member_swap.pass.cpp | 49 assert(os1.exceptions() == os1.goodbit); 57 assert(os2.exceptions() == os2.goodbit); 72 assert(os1.exceptions() == os1.goodbit); 80 assert(os2.exceptions() == os2.goodbit);
|
move_assign.pass.cpp | 55 assert(os1.exceptions() == os1.goodbit); 63 assert(os2.exceptions() == os2.goodbit); 78 assert(os1.exceptions() == os1.goodbit); 86 assert(os2.exceptions() == os2.goodbit);
|
/ndk/sources/cxx-stl/system/include/ |
new | 26 // these next two are not really required, since exceptions are off
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
log_level.hpp | 33 log_cpp_exception_errors = 5, // uncaught C++ exceptions
|
/ndk/tests/device/test-gnustl-full/jni/ |
Android.mk | 14 # Exceptions are disabled for now
|
/ndk/tests/device/test-stlport/jni/ |
Android.mk | 14 # Exceptions are disabled for now
|
/packages/apps/Camera2/src/com/android/camera/one/ |
OneCameraException.java | 20 * Used for exceptions thrown by OneCamera API. Use this for severe,
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
IllegalProvisioningArgumentException.java | 22 * <p>We're using a custom exception to avoid catching subsequent exceptions that might be
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
IoUtils.java | 24 * Closes 'closeable', ignoring any checked exceptions. Does nothing if 'closeable' is null.
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
ucnhash.h | 19 success, zero if not. Does not set Python exceptions.
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
ucnhash.h | 19 success, zero if not. Does not set Python exceptions.
|
/prebuilts/ndk/current/sources/cxx-stl/system/include/ |
new | 26 // these next two are not really required, since exceptions are off
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
ucnhash.h | 19 success, zero if not. Does not set Python exceptions.
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
ucnhash.h | 19 success, zero if not. Does not set Python exceptions.
|
/external/guava/guava/src/com/google/common/io/ |
Closer.java | 37 * <a href="http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html"> 40 * Running on Java 6, exceptions that cannot be thrown must be logged rather than being added to the 68 * <li>If a {@code Throwable} is thrown in the try block, no exceptions that occur when attempting 71 * <li>If no exceptions or errors were thrown in the try block, the <i>first</i> exception thrown 81 * <li><b>Java 7+:</b> Exceptions are suppressed by adding them to the exception that <i>will</i> 83 * <li><b>Java 6:</b> Exceptions are suppressed by logging them instead.</li> 202 * any exceptions thrown when attempting to close a closeable will be suppressed. Otherwise, the 204 * additional exceptions that are thrown after that will be suppressed. 243 * Suppresses exceptions by logging them. 258 * Suppresses exceptions by adding them to the exception that will be thrown using JDK7' [all...] |
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 140 final Throwable[] exceptions = new Throwable[1]; local 146 exceptions[0] = throwable; 150 if (exceptions[0] != null) { 151 throw exceptions[0]; 191 final Throwable[] exceptions = new Throwable[1]; local 197 exceptions[0] = throwable; 201 if (exceptions[0] != null) { 202 throw exceptions[0]; 282 // Ignore security exceptions that are now thrown 313 // Ignore security exceptions that are now throw [all...] |
Completed in 1797 milliseconds
<<11121314151617181920>>