Home
last modified time | relevance | path

Searched refs:Events (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h535 EventInfo &info = Events[&EVENT::Tag]; in _registerListenerForEvent()
541 EventInfo &info = Events[&EVENT::Tag]; in _registerDispatcherForEvent()
547 EventsTy::const_iterator I = Events.find(&EVENT::Tag); in _dispatchEvent()
548 if (I == Events.end()) in _dispatchEvent()
643 EventsTy Events; variable
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp307 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);
812 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection() argument
813 if (Events.empty()) in writeEventSection()
819 encodeULEB128(Events.size(), W.OS); in writeEventSection()
820 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()
1160 SmallVector<wasm::WasmEventType, 1> Events; in writeObject() local
1390 Index = NumEventImports + Events.size(); in writeObject()
1395 Events.push_back(Event); in writeObject()
1577 writeEventSection(Events); in writeObject()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h139 ArrayRef<wasm::WasmEvent> events() const { return Events; } in events()
265 std::vector<wasm::WasmEvent> Events; variable
/freebsd-12.1/usr.sbin/apmd/
H A DREADME112 o Events ignored by the kernel if apmd is running:
119 o Events passed to apmd after kernel handling:
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp589 wasm::WasmEvent &Event = Events[EventIndex]; in parseLinkingSectionSymtab()
924 Events.reserve(Count); in parseEventSection()
927 Event.Index = NumImportedEvents + Events.size(); in parseEventSection()
930 Events.push_back(Event); in parseEventSection()
995 return Index < NumImportedEvents + Events.size(); in isValidEventIndex()
1034 return Events[Index - NumImportedEvents]; in getDefinedEvent()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdb-events.sh115 /* User Interface Events.
/freebsd-12.1/contrib/openmp/runtime/src/include/50/
H A Domp-tools.h.var104 …/*--- Mandatory Events ---*/ …
127 …/* Optional Events */ …
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h294 std::vector<Event> Events; member
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt233 # Two extra Ingress Queues per function for Firmware Events and Forwarded
234 # Interrupts, and two extra interrupts per function for Firmware Events (or a
H A Dt6fw_cfg_fpga.txt245 # Two extra Ingress Queues per function for Firmware Events and Forwarded
246 # Interrupts, and two extra interrupts per function for Firmware Events (or a
H A Dt6fw_cfg_uwire.txt257 # Two extra Ingress Queues per function for Firmware Events and Forwarded
258 # Interrupts, and two extra interrupts per function for Firmware Events (or a
H A Dt5fw_cfg_uwire.txt251 # Two extra Ingress Queues per function for Firmware Events and Forwarded
252 # Interrupts, and two extra interrupts per function for Firmware Events (or a
H A Dt4fw_cfg_uwire.txt216 # Two extra Ingress Queues per function for Firmware Events and Forwarded
217 # Interrupts, and two extra interrupts per function for Firmware Events (or a
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp115 IO.mapOptional("Events", Section.Events); in sectionMapping()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp56 for (const auto &Event : Events) in finishedCheckerRegistration()
/freebsd-12.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch193 + * queries. Events reach this state after the iterative resolution algorithm
/freebsd-12.1/contrib/bsnmp/snmpd/
H A DBEGEMOT-SNMPD.txt463 "Events with this or higher priority should not be logged."
/freebsd-12.1/contrib/ncurses/doc/
H A Dhackguide.doc16 + Mouse Events
329 Mouse Events
H A Dncurses-intro.doc568 mousemask(). Events that can be reported include presses, releases,
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-P2P793 P2PS Events/Responses:
839 Extended Events/Response
/freebsd-12.1/contrib/binutils/opcodes/
H A Dia64-ic.tbl1 Class; Events/Instructions
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_itt.inl907 Events are not generated in case of serialized team. */
/freebsd-12.1/sys/dev/isp/
H A DDriverManual.txt381 5.5 Asynchronous Events
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt2753 Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix GPE storm issues.
2767 Events: Always modify GPE registers under the GPE lock.
5541 Fixed Events
5542 General Purpose Events (GPEs)
5670 General Purpose Events (GPEs)
5671 Fixed Events (PM1a/PM1b and PM Control)
9440 Implemented event counters for each of the Fixed Events, the ACPI SCI
14258 Fixed a problem with ACPI Fixed Events where an RT Clock handler
14696 into separate interfaces for Fixed Events and General Purpose
14697 Events (GPEs) in order to support GPE Block Devices properly.
[all …]
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md1865 ## Extending googletest by Handling Test Events

12