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

<<21222324252627282930>>

  /external/clang/test/CodeGenCXX/
goto.cpp 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -fcxx-exceptions -fexceptions -emit-llvm -o - | FileCheck %s
runtimecc.cpp 1 // RUN: %clang_cc1 %s -triple=armv7-apple-darwin10 -emit-llvm -o - -fexceptions -fcxx-exceptions | FileCheck %s
typeid.cpp 1 // RUN: %clang_cc1 -I%S %s -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions -o - | FileCheck %s
  /external/clang/test/Rewriter/
rewrite-modern-throw.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
  /external/clang/test/SemaCXX/
return.cpp 1 // RUN: %clang_cc1 %s -fcxx-exceptions -fexceptions -fsyntax-only -Wignored-qualifiers -verify
virtuals.cpp 1 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -verify -std=c++11 %s
warn-unreachable.cpp 1 // RUN: %clang_cc1 %s -fcxx-exceptions -fexceptions -fsyntax-only -verify -fblocks -Wunreachable-code -Wno-unused-value
  /external/clang/test/SemaObjC/
invalid-code.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions -Wno-objc-root-class %s
  /external/compiler-rt/lib/arm/
restore_vfp_d8_d15_regs.S 13 // When compiling C++ functions that need to handle thrown exceptions the
save_vfp_d8_d15_regs.S 13 // When compiling C++ functions that need to handle thrown exceptions the
  /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/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/cache/
Cache.java 159 * only be used in situations where checked exceptions are not thrown by the cache loader.
161 * <p><b>Warning:</b> this method silently converts checked exceptions to unchecked exceptions,
162 * and should not be used with cache loaders which throw checked exceptions.
  /external/guava/guava/src/com/google/common/util/concurrent/
ExecutionError.java 28 * distinguish between exceptions and errors, even when they come from other
UncheckedExecutionException.java 30 * between checked and unchecked exceptions, even when they come from other
  /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/junit/src/org/junit/rules/
MethodRule.java 18 * <li>{@link ExpectedException}: make flexible assertions about thrown exceptions</li>
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 39 // Exceptions handling
  /external/llvm/
llvm-device-build.mk 36 LOCAL_CFLAGS += -fno-exceptions
  /external/llvm/test/Bindings/Ocaml/
bitreader.ml 62 (* test get_module 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 1200 milliseconds

<<21222324252627282930>>