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

<<41424344454647484950>>

  /external/compiler-rt/test/asan/TestCases/Windows/
seh.cc 20 // Should just "#include <sanitizer/asan_interface.h>" when C++ exceptions are
  /external/compiler-rt/test/asan/TestCases/
throw_catch.cc 3 // Clang doesn't support exceptions on Windows yet.
  /external/conscrypt/src/compat/native/
NetFd.h 21 * Wraps access to the int inside a java.io.FileDescriptor, taking care of throwing exceptions.
  /external/conscrypt/src/openjdk/native/
NetFd.h 21 * Wraps access to the int inside a java.io.FileDescriptor, taking care of throwing exceptions.
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
Monitors.java 58 * A component monitor that delegates to a single monitor, and catches and logs all exceptions
103 * A producer monitor that delegates to a single monitor, and catches and logs all exceptions
151 * A component monitor that delegates to several monitors, and catches and logs all exceptions
218 * A producer monitor that delegates to several monitors, and catches and logs all exceptions
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
SpecialFormat.java 27 * exceptions, as code should know (implicitly or explicitly) to avoid
  /external/droiddriver/src/io/appium/droiddriver/actions/
Action.java 31 * @return Whether the action is successful. Some actions throw exceptions in
  /external/droiddriver/src/io/appium/droiddriver/finders/
MatchFinder.java 22 import io.appium.droiddriver.exceptions.ElementNotFoundException;
  /external/droiddriver/src/io/appium/droiddriver/util/
ActivityUtils.java 21 import io.appium.droiddriver.exceptions.UnrecoverableException;
  /external/guava/guava/src/com/google/common/annotations/
GwtIncompatible.java 30 * GWT. They can cause GWT compilation errors or simply unexpected exceptions
  /external/guava/guava/src/com/google/common/util/concurrent/
ExecutionError.java 29 * distinguish between exceptions and errors, even when they come from other
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
TcpClientOutput.java 41 * logger to use in case of exceptions is spawned threads
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ClassInstrumenterTest.java 56 String desc, String signature, String[] exceptions) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
HDFDataFactory.java 19 import com.google.clearsilver.jsilver.exceptions.JSilverBadSyntaxException;
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
LoadingTemplateFactory.java 20 import com.google.clearsilver.jsilver.exceptions.JSilverIOException;
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassLoaderResourceLoader.java 19 import com.google.clearsilver.jsilver.exceptions.JSilverTemplateNotFoundException;
InMemoryResourceLoader.java 19 import com.google.clearsilver.jsilver.exceptions.JSilverTemplateNotFoundException;
  /external/jsr330/src/javax/inject/
Provider.java 53 * to handle such exceptions as the behavior may vary across injector
  /external/junit/src/org/junit/rules/
MethodRule.java 18 * <li>{@link ExpectedException}: make flexible assertions about thrown exceptions</li>
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 82 ios1.exceptions(std::ios::failbit);
102 ios2.exceptions(std::ios::eofbit);
127 assert(ios1.exceptions() == std::ios::eofbit);
156 assert(ios2.exceptions() == std::ios::failbit);
  /external/libunwind/
.gitignore 63 tests/Ltest-cxx-exceptions
  /external/libxml2/
buf.h 5 * few exceptions exported in tree.h. This was added
  /external/llvm/
llvm-device-build.mk 40 LOCAL_CFLAGS += -fno-exceptions
  /external/mockito/src/org/mockito/internal/configuration/injection/
SpyOnInjectedFieldsHandler.java 10 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/configuration/injection/scanner/
InjectMocksScanner.java 11 import org.mockito.exceptions.Reporter;

Completed in 526 milliseconds

<<41424344454647484950>>