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

123

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutexcep.c3 * Module Name: utexcep - Exception code support
181 const ACPI_EXCEPTION_INFO *Exception; local
187 Exception = AcpiUtValidateException (Status);
188 if (!Exception)
190 /* Exception code was not recognized */
198 return (Exception->Name);
223 const ACPI_EXCEPTION_INFO *Exception = NULL; local
240 Exception = &AcpiGbl_ExceptionNames_Env [SubStatus];
248 Exception = &AcpiGbl_ExceptionNames_Pgm [SubStatus];
256 Exception
[all...]
/freebsd-11-stable/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.cc200 } catch (const Exception &exp) {
246 throw Exception("Consumer::EventsPending(): "
250 throw Exception("Consumer::EventsPending(): "
/freebsd-11-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-11-stable/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-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-11-stable/contrib/sqlite3/
H A DReplace.cs78 Exception = 4 enumerator in enum:Replace.ExitCode
211 catch (Exception e)
218 return (int)ExitCode.Exception;
/freebsd-11-stable/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-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:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h29 Exception, member in class:llvm::MinidumpYAML::Stream::StreamKind
113 : Stream(StreamKind::Exception, minidump::StreamType::Exception),
118 : Stream(StreamKind::Exception, minidump::StreamType::Exception),
122 return S->Kind == StreamKind::Exception;
262 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::Exception)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py72 except Exception as e:
172 except Exception as e:
184 except Exception as e:
197 except Exception as e:
223 except Exception as e:
230 except Exception as e:
289 except Exception as e:
305 except Exception as e:
335 except Exception as e:
358 except Exception a
[all...]
H A Dwps-nfc.py61 except Exception as e:
167 except Exception as e:
194 except Exception as e:
220 except Exception as e:
233 except Exception as e:
259 except Exception as e:
266 except Exception as e:
379 except Exception as e:
510 except Exception as e:
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py57 except Exception as e:
137 except Exception as e:
164 except Exception as e:
239 except Exception as e:
327 except Exception as e:
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound-querycachedb.py67 raise Exception('unknown backend name: %s\n' % options.backend)
75 except Exception as e:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp72 case StreamType::Exception:
73 return StreamKind::Exception;
100 case StreamKind::Exception:
376 IO.mapRequired("Exception Record", Stream.MDExceptionStream.ExceptionRecord);
380 void yaml::MappingTraits<minidump::Exception>::mapping( argument
381 yaml::IO &IO, minidump::Exception &Exception) {
382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode);
383 mapOptionalHex(IO, "Exception Flag
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h88 Exception, member in class:llvm::pdb::PdbRaw_SrcHeaderBlockVer::DbgHeaderType

Completed in 103 milliseconds

123