Searched refs:Exception (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutexcep.c3 * Module Name: utexcep - Exception code support
73 const ACPI_EXCEPTION_INFO *Exception; local
79 Exception = AcpiUtValidateException (Status);
80 if (!Exception)
82 /* Exception code was not recognized */
90 return (Exception->Name);
115 const ACPI_EXCEPTION_INFO *Exception = NULL; local
132 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus];
140 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus];
148 Exception
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Code/Java/
H A DFunc_abc.java6 } catch (Exception e) { }
12 } catch (Exception e) { }
19 } catch (Exception e) { }
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java77 } catch (Exception e) {
88 } catch (Exception e) {
99 } catch (Exception e) {
108 } catch (Exception e) {
117 } catch (Exception e) {
128 } catch (Exception e) {
137 } catch (Exception e) {
148 } catch (Exception e) {
159 } catch (Exception e) {
167 } catch (Exception
[all...]
H A DTestEnable.java64 } catch (Exception e) {
75 } catch (Exception e) {
86 } catch (Exception e) {
99 } catch (Exception e) {
110 } catch (Exception e) {
126 } catch (Exception e) {
H A DTestMaxConsumers.java74 } catch (Exception e) {
89 } catch (Exception e) {
H A DTestGetAggregate.java165 } catch (Exception e) {
182 } catch (Exception e) {
199 } catch (Exception e) {
216 } catch (Exception e) {
H A DTestAbort.java89 } catch (Exception e) {
116 } catch (Exception e) {
H A DTestFunctionLookup.java79 } catch (Exception e) {
109 } catch (Exception e) {
H A DTestBean.java99 } catch (Exception e) {
120 } catch (Exception e) {
527 } catch (Exception e) {
559 } catch (Exception e) {
580 } catch (Exception e) {
597 } catch (Exception e) {
632 } catch (Exception e) {
681 } catch (Exception e) {
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A DUnicodeData.py54 raise Exception('Duplicate key in UnicodeData')
H A Dgen-punycode-examples.py61 raise Exception("EOF in backslash escape")
/freebsd-10-stable/contrib/sqlite3/
H A DReplace.cs78 Exception = 4 enumerator in enum:Replace.ExitCode
211 catch (Exception e)
218 return (int)ExitCode.Exception;
/freebsd-10-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py33 raise Exception("Empty test result file: %s" % result_file)
107 raise Exception("Couldn't parse test results: %s" % summary)
122 raise Exception("No *.testpass or *.testfail files found in '%s'" % targets_dir)
134 except Exception as e:
H A Dunity_test_summary.rb145 rescue Exception => e
/freebsd-10-stable/contrib/gdb/gdb/
H A Dwince.c982 th->step_pc == (CORE_ADDR) ev->u.Exception.ExceptionRecord.ExceptionAddress)
1280 if (current_event.u.Exception.dwFirstChance)
1286 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode)
1290 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1295 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1300 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1305 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1312 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1317 current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1326 current_event.u.Exception
[all...]
H A Dwin32-nat.c1065 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress)
1071 DWORD code = current_event.u.Exception.ExceptionRecord.ExceptionCode;
1157 if (current_event.u.Exception.dwFirstChance)
1160 current_event.u.Exception.ExceptionRecord.ExceptionCode,
1161 (DWORD) current_event.u.Exception.ExceptionRecord.ExceptionAddress);
1969 current_event.u.Exception.ExceptionRecord.ExceptionCode =
/freebsd-10-stable/contrib/unbound/libunbound/python/
H A Dlibunbound.i277 raise Exception("Fatal error: unbound context initialization failed")
683 raise Exception("ub_data init: No data")
796 raise Exception("This class can't be created directly.")
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dsol-ci.asm48 # Exception range
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp461 ENUM_TO_CSTRING(Exception);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java625 } catch (Exception e) {
1037 } catch (Exception e) {
/freebsd-10-stable/contrib/binutils/ld/scripttempl/
H A Delf.sc381 /* Exception handling */
H A Dmep.sc332 /* Exception handling */
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1 //===--- SemaExceptionSpec.cpp - C++ Exception Specifications ---*- C++ -*-===//
297 /// exception specifications. Exception specifications are equivalent if
439 QualType Exception = *WithExceptions->exception_begin(); local
440 if (CXXRecordDecl *ExRecord = Exception->getAsCXXRecordDecl()) {
485 "Exception compatibility logic error: non-dynamic spec slipped through.");
602 "Exception spec subset: non-dynamic case slipped through.");
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h481 ACPI_STATUS Exception))
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3700 Objective-C setjmp-longjmp (sjlj) Exception Handling
4129 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); local
4131 CGF.Builder.CreateBitCast(Exception, ObjCTypes.ObjectPtrTy);
6998 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); local
6999 Exception = CGF.Builder.CreateBitCast(Exception, ObjCTypes.ObjectPtrTy);
7000 CGF.EmitRuntimeCallOrInvoke(ObjCTypes.getExceptionThrowFn(), Exception)

Completed in 237 milliseconds

12