Searched defs:Exception (Results 26 - 42 of 42) sorted by relevance

12

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1 //===--- SemaExceptionSpec.cpp - C++ Exception Specifications ---*- C++ -*-===//
373 /// exception specifications. Exception specifications are equivalent if
519 QualType Exception = *WithExceptions->exception_begin(); local
520 if (CXXRecordDecl *ExRecord = Exception->getAsCXXRecordDecl()) {
558 "Exception compatibility logic error: non-dynamic spec slipped through.");
673 "Exception spec subset: non-dynamic case slipped through.");
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java80 * and a {@link Function} that maps from {@link Exception} instances into the
90 public static <V, X extends Exception> CheckedFuture<V, X> makeChecked( argument
91 ListenableFuture<V> future, Function<? super Exception, X> mapper) {
154 private static class ImmediateSuccessfulCheckedFuture<V, X extends Exception>
214 private static class ImmediateFailedCheckedFuture<V, X extends Exception>
258 public static <V, X extends Exception> CheckedFuture<V, X>
294 * throw the provided {@code Exception} wrapped in an {@code
298 public static <V, X extends Exception> CheckedFuture<V, X>
1038 @Override public T call() throws Exception {
1372 public static <V, X extends Exception>
1800 MappingCheckedFuture(ListenableFuture<V> delegate, Function<? super Exception, X> mapper) argument
[all...]
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2569 Exception::Exception(std::string const& msg) function in class:Json::Exception
2572 Exception::~Exception() throw()
2574 char const* Exception::what() const throw()
2579 : Exception(msg)
2582 : Exception(msg)
H A Djson.h425 class JSON_API Exception : public std::exception { class in namespace:Json
427 Exception(std::string const& msg);
428 ~Exception() throw() override;
438 * \remark derived from Json::Exception
440 class JSON_API RuntimeError : public Exception {
449 * \remark derived from Json::Exception
451 class JSON_API LogicError : public Exception {
/external/v8/src/mips/
H A Dsimulator-mips.h458 enum Exception { enum in class:v8::internal::Simulator
467 void SignalException(Exception e);
/external/v8/src/mips64/
H A Dsimulator-mips64.h489 enum Exception { enum in class:v8::internal::Simulator
498 void SignalException(Exception e);
/external/v8/src/debug/
H A Ddebug.js35 Exception: 2,
203 // Exception evaluating condition counts as not triggered.
913 return Debug.DebugEvent.Exception;
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2706 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); local
2707 ExceptionAsObject = Exception;
H A DCGObjCMac.cpp3916 Objective-C setjmp-longjmp (sjlj) Exception Handling
4351 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); local
4353 CGF.Builder.CreateBitCast(Exception, ObjCTypes.ObjectPtrTy);
7220 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); local
7221 Exception = CGF.Builder.CreateBitCast(Exception, ObjCTypes.ObjectPtrTy);
7222 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception)
/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h943 /* 58 : Exception */
944 jvmtiEventException Exception; member in struct:__anon17521
945 /* 59 : Exception Catch */
/external/v8/include/
H A Dv8.h1470 * Exception stack trace. By default stack traces are not captured for
5768 class V8_EXPORT Exception { class in namespace:v8
5867 V8_DEPRECATED("Use v8::Exception::CreateMessage(GetValue())->GetStackTrace()",
7944 Local<Value> Exception() const;
/external/v8/src/
H A Dapi.cc2571 v8::Local<v8::Value> exc = v8::Local<v8::Value>::New(isolate, Exception());
2625 v8::Local<Value> v8::TryCatch::Exception() const { function in class:v8::v8::TryCatch
8915 Local<Value> Exception::NAME(v8::Local<v8::String> raw_message) { \
8939 Local<Message> Exception::CreateMessage(Isolate* isolate,
8950 Local<Message> Exception::CreateMessage(Local<Value> exception) {
8958 Local<StackTrace> Exception::GetStackTrace(Local<Value> exception) {
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 3246 milliseconds

12