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

12

/freebsd-11.0-release/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-11.0-release/lib/libdevdctl/
H A Dexception.h50 /*--------------------------------- Exception --------------------------------*/
54 class Exception class in namespace:DevdCtl
58 * \brief Exception constructor allowing arbitrary string
63 Exception(const char *fmt, ...);
66 * \brief Augment/Modify a Exception's string data.
76 Exception();
88 Exception::GetString()
95 * Exception thrown when an event string is not converted to an actionable
98 class ParseException : public Exception
H A Dexception.cc57 /*--------------------------------- Exception --------------------------------*/
59 Exception::FormatLog(const char *fmt, va_list ap)
67 Exception::Exception(const char *fmt, ...) function in class:DevdCtl::Exception
76 Exception::Exception() function in class:DevdCtl::Exception
81 Exception::Log() const
90 : Exception(),
H A Dconsumer.cc202 } catch (const Exception &exp) {
248 throw Exception("Consumer::EventsPending(): "
252 throw Exception("Consumer::EventsPending(): "
/freebsd-11.0-release/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-11.0-release/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.h61 class ZfsdException : public DevdCtl::Exception
H A Dzfsd_exception.cc64 : DevdCtl::Exception(),
76 : DevdCtl::Exception(),
88 : DevdCtl::Exception(),
/freebsd-11.0-release/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-11.0-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.py27 raise Exception("Failed to connect to eapol_test (%s)" % ifname)
34 raise Exception("ADD_NETWORK failed")
40 raise Exception("REMOVE_NETWORK failed")
46 raise Exception("SET_NETWORK failed")
52 raise Exception("SET_NETWORK failed")
/freebsd-11.0-release/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-11.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py72 except Exception, e:
172 except Exception, e:
184 except Exception, e:
197 except Exception, e:
223 except Exception, e:
230 except Exception, e:
289 except Exception, e:
305 except Exception, e:
335 except Exception, e:
358 except Exception,
[all...]
H A Dwps-nfc.py61 except Exception, e:
167 except Exception, e:
194 except Exception, e:
220 except Exception, e:
233 except Exception, e:
259 except Exception, e:
266 except Exception, e:
379 except Exception, e:
510 except Exception, e:
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py57 except Exception, e:
137 except Exception, e:
164 except Exception, e:
239 except Exception, e:
327 except Exception, e:
/freebsd-11.0-release/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...]
/freebsd-11.0-release/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-11.0-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm48 # Exception range
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A Dgen_go_ast.py132 raise Exception("Invalid children for %s: %s" % (name, children))

Completed in 204 milliseconds

12