HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 376 - 400 of 6480) sorted by null

<<11121314151617181920>>

  /external/gtest/test/
gtest_catch_exceptions_test.py 51 # exceptions enabled.
56 # exceptions disabled.
105 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
205 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
208 # By default, Google Test doesn't catch the exceptions.
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_catch_exceptions_test.py 51 # exceptions enabled.
56 # exceptions disabled.
105 * C++ exceptions are caught and logged as C++ (not SEH) exceptions
205 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions
208 # By default, Google Test doesn't catch the exceptions.
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
java.nio.charset.Charset.html 90 Change in exceptions thrown from (<code>java.nio.charset.IllegalCharsetNameException, java.nio.charset.UnsupportedCharsetException</code>) to no exceptions.<br>
92 <TD VALIGN="TOP">The unchecked exceptions <code>java.nio.charset.IllegalCharsetNameException</code> and <code>java.nio.charset.UnsupportedCharsetExceptionare</code> are still thrown by this method but the exceptions were removed from the formal API specification.</TD>
100 Change in exceptions thrown from <code>java.nio.charset.IllegalCharsetNameException</code> to no exceptions.<br>
org.w3c.dom.Element.html 126 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
136 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
146 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
156 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
  /build/tools/droiddoc/templates-ds/
package.cs 51 <?cs call:class_table("Exceptions", package.exceptions) ?>
  /build/tools/droiddoc/templates-sac/
package.cs 51 <?cs call:class_table("Exceptions", package.exceptions) ?>
  /build/tools/droiddoc/templates-sdk/
package.cs 51 <?cs call:class_table("Exceptions", package.exceptions) ?>
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
ThrowingCstInsn.java 29 /** {@code non-null;} list of exceptions caught */
38 * @param catches {@code non-null;} list of exceptions caught
  /dalvik/dx/src/com/android/dx/rop/code/
ThrowingCstInsn.java 30 /** {@code non-null;} list of exceptions caught */
39 * @param catches {@code non-null;} list of exceptions caught
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
ThrowingCstInsn.java 30 /** {@code non-null;} list of exceptions caught */
39 * @param catches {@code non-null;} list of exceptions caught
  /external/eigen/bench/
README.txt 32 icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size
47 icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -openmp
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 21 * entire hierarchy of checked exceptions in a project.<P>
39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle
58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains:
68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create a
78 * the bundle name is "exceptions".
226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P>
237 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
247 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
AbstractRuntimeException.java 21 * entire hierarchy of unchecked exceptions in a project.<P>
39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle
58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains:
68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create a
78 * the bundle name is "exceptions".
226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P>
237 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
247 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
  /external/junit/src/org/junit/
Test.java 12 * annotated method. Any exceptions thrown by the test will be reported
13 * by JUnit as a failure. If no exceptions are thrown, the test is assumed
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 36 // Exceptions handling
57 // Exceptions handling
  /external/mockito/src/org/mockito/internal/configuration/
DefaultAnnotationEngine.java 11 import org.mockito.exceptions.Reporter;
12 import org.mockito.exceptions.base.MockitoException;
SpyAnnotationEngine.java 9 import org.mockito.exceptions.Reporter;
10 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 8 import org.mockito.exceptions.Reporter;
9 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/invocation/
InvocationImpl.java 8 import org.mockito.exceptions.Reporter;
10 import org.mockito.internal.exceptions.VerificationAwareInvocation;
  /external/v8/test/mjsunit/
invalid-lhs.js 28 // Test that we get exceptions for invalid left-hand sides. The
29 // exceptions are delayed until runtime.
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.media.MediaExtractor.html 105 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
115 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
125 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
135 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 64 * exceptions such as {@code IOExceptions} to be thrown. However,
65 * computations may still encounter unchecked exceptions, that are
66 * rethrown to callers attempting to join them. These exceptions may
69 * internal task queues. Rethrown exceptions behave in the same way as
70 * regular exceptions, but, when possible, contain stack traces (as
82 * these methods do not extract results or report exceptions. These
84 * to delay processing of results or exceptions until all complete.
114 * result in exceptions or errors, possibly including
361 * Table of exceptions thrown by tasks, to enable reporting by
362 * callers. Because exceptions are rare, we don't directly kee
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/android/llvm-libc++/
Android.mk 55 LOCAL_CPP_FEATURES := rtti exceptions
66 LOCAL_CPP_FEATURES := rtti exceptions
  /ndk/sources/cxx-stl/llvm-libc++/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++/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);

Completed in 3260 milliseconds

<<11121314151617181920>>