/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathException.java | 30 * extends TransformerException, and may hold other exceptions. In the 31 * case of nested exceptions, printStackTrace will dump 32 * all the traces of the nested exceptions, not just the trace
|
/external/autotest/client/common_lib/cros/ |
chrome.py | 9 from telemetry.core import cros_interface, exceptions, util namespace 13 Error = exceptions.Error 116 except (exceptions.LoginException) as e:
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
android_browser_backend.py | 8 from telemetry.core import exceptions namespace 143 except exceptions.BrowserGoneException: 168 raise exceptions.BrowserGoneException(self.browser)
|
cros_browser_backend.py | 8 from telemetry.core import exceptions namespace 143 except exceptions.TimeoutException: 145 raise exceptions.LoginException('Timed out going through login screen. '
|
/external/clang/test/CodeGenObjCXX/ |
arc-exceptions.mm | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fexceptions -fobjc-exceptions -fcxx-exceptions -fobjc-runtime-has-weak -o - -fobjc-arc-exceptions %s | FileCheck %s
|
/external/clang/test/Driver/ |
myriad-toolchain.c | 41 // MOVICOMPILE: moviCompile{{(.exe)?}}" "-S" "-fno-exceptions" "-mcpu=myriad2" "-DMYRIAD2" "-isystem" "somewhere" "-I" "common" 61 // MDMF: "-S" "-fno-exceptions" "-mcpu=myriad2" "-DMYRIAD2" "-MD" "-MF" "dep.d" "-MT" "foo.o" 65 // STDEQ: "-S" "-fno-exceptions" "-mcpu=myriad2" "-DMYRIAD2" "-std=gnu++11"
|
/external/google-breakpad/src/testing/gtest/ |
CMakeLists.txt | 143 # MSVC 7.1 does not support STL with exceptions disabled. 195 # MSVC 7.1 does not support STL with exceptions disabled. 232 # MSVC 7.1 does not support STL with exceptions disabled.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ExecutionList.java | 37 * <p>Exceptions thrown by a listener will be propagated up to the executor. 48 // Logger to log exceptions caught when running runnables. 152 * {@linkplain RuntimeException runtime exceptions} thrown by the executor.
|
Uninterruptibles.java | 121 * To get uninterruptibility and remove checked exceptions, see 125 * with other exceptions, see {@link Futures#get(Future, Class) Futures.get} 155 * with other exceptions, see {@link Futures#get(Future, Class) Futures.get}
|
/external/guice/extensions/persist/lib/ |
aopalliance.jar | |
/external/guice/lib/ |
aopalliance.jar | |
/external/jacoco/org.jacoco.doc/docroot/doc/ |
faq.html | 48 <h3>Source code lines with exceptions show no coverage. Why?</h3> 52 when a subsequent probe has been executed. In case of exceptions such a 128 semantical error will typically lead to exceptions. In certain areas JaCoCo is
|
/external/javassist/src/main/javassist/expr/ |
FieldAccess.java | 117 * Returns the list of exceptions that the expression may throw. 118 * This list includes both the exceptions that the try-catch statements 119 * including the expression can catch and the exceptions that
|
NewArray.java | 64 * Returns the list of exceptions that the expression may throw. 65 * This list includes both the exceptions that the try-catch statements 66 * including the expression can catch and the exceptions that
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
DefaultRenderingContext.java | 24 import com.google.clearsilver.jsilver.exceptions.JSilverAutoEscapingException; 25 import com.google.clearsilver.jsilver.exceptions.JSilverIOException; 26 import com.google.clearsilver.jsilver.exceptions.JSilverInterpreterException;
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassVisitor.java | 174 * method parameters, return type and exceptions do not use generic
176 * @param exceptions the internal names of the method's exception classes
188 String[] exceptions);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
package.html | 82 String desc, String signature, String[] exceptions) {
83 final MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions);
84 MethodNode mn = new MethodNode(access, name, desc, signature, exceptions) {
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
CMakeLists.txt | 145 # MSVC 7.1 does not support STL with exceptions disabled. 197 # MSVC 7.1 does not support STL with exceptions disabled. 234 # MSVC 7.1 does not support STL with exceptions disabled.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ProxyTest.java | 37 * exceptions are those which can be mapped to another exception in the 268 Class<?>[] exceptions = m.getExceptionTypes(); local 270 for (Class<?> exp : exceptions) {
|
/libcore/luni/src/main/java/libcore/io/ |
IoUtils.java | 51 * Closes 'closeable', ignoring any checked exceptions. Does nothing if 'closeable' is null. 65 * Closes 'fd', ignoring any exceptions. Does nothing if 'fd' is null or invalid. 75 * Closes 'socket', ignoring any exceptions. Does nothing if 'socket' is null.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
ServiceProxy.java | 119 // Make sure that we unbind the mConnection even on exceptions in the 126 // The exceptions that are thrown here look like IllegalStateException, 128 // RuntimeException which get them all. Reasons for these exceptions
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscaper.java | 66 * <p>The methods of the returned object will propagate any exceptions thrown by the underlying 68 * null}, but do not otherwise throw any exceptions. 189 * not throw any exceptions.
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aopalliance-1.0.jar | |
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
csharphead.swg | 4 * Support code for exceptions if the SWIG_CSHARP_NO_EXCEPTION_HELPER is not defined 16 /* Support for throwing C# exceptions from C/C++. There are two types: 17 * Exceptions that take a message and ArgumentExceptions that take a message and a parameter name. */
|
/prebuilts/tools/common/m2/repository/aopalliance/aopalliance/1.0/ |
aopalliance-1.0.jar | |