HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 626 - 650 of 8688) sorted by null

<<21222324252627282930>>

  /external/clang/test/Driver/
darwin-objc-options.m 18 // CHECK-CHECK-I386_ABI2: -fobjc-exceptions
29 // CHECK-CHECK-I386_IOS: -fobjc-exceptions
  /external/clang/test/SemaCXX/
exceptions-seh.cpp 1 // RUN: %clang_cc1 -std=c++03 -fblocks -triple x86_64-windows-msvc -fms-extensions -fsyntax-only -fexceptions -fcxx-exceptions -verify %s
2 // RUN: %clang_cc1 -std=c++11 -fblocks -triple x86_64-windows-msvc -fms-extensions -fsyntax-only -fexceptions -fcxx-exceptions -verify %s
  /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/droiddriver/src/io/appium/droiddriver/base/
BaseDroidDriver.java 25 import io.appium.droiddriver.exceptions.ElementNotFoundException;
26 import io.appium.droiddriver.exceptions.TimeoutException;
DefaultPoller.java 26 import io.appium.droiddriver.exceptions.NoRunningActivityException;
27 import io.appium.droiddriver.exceptions.TimeoutException;
  /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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
MethodSanitizer.java 35 final String[] exceptions) {
37 exceptions);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
ClassInstrumenter.java 61 final String desc, final String signature, final String[] exceptions) {
66 exceptions);
  /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/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 36 assert(is.exceptions() == is.goodbit);
49 assert(is.exceptions() == is.goodbit);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 36 assert(is.exceptions() == is.goodbit);
49 assert(is.exceptions() == is.goodbit);
  /external/libcxx/test/std/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);
  /external/libcxx/test/std/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);
  /external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp 30 ios.exceptions(std::ios::badbit);
59 ios.exceptions(std::ios::badbit);
  /external/llvm/include/llvm/Support/
thread.h 11 // MSVC headers when exceptions are disabled. It also provides llvm::thread,
26 // even if we disable exceptions.
  /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;
  /frameworks/base/core/jni/
android_os_SELinux.cpp 46 * Exceptions: none
57 * Exceptions: none
69 * Exceptions: NullPointerException if fileDescriptor object is NULL
172 * Exceptions: NullPointerException if the path object is null
203 * Exceptions: none
230 * Exceptions: none
258 * Exceptions: None
302 * Exceptions: none
  /frameworks/base/docs/html/reference/android/support/test/espresso/web/matcher/
package-summary.html 189 <h2>Exceptions</h2>
230 <li><h2>Exceptions</h2>
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
java.util.logging.Logger.html 90 Change in exceptions thrown from no exceptions to <code>java.lang.SecurityException</code>.<br>
110 Change in exceptions thrown from no exceptions to <code>java.lang.SecurityException</code>.<br>
120 Change in exceptions thrown from no exceptions to <code>java.lang.SecurityException</code>.<br>
130 Change in exceptions thrown from no exceptions to <code>java.lang.SecurityException</code>.<br>

Completed in 2494 milliseconds

<<21222324252627282930>>