| /netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 112 std::vector<DirectoryWatcher::Event> Events; in eventStreamCallback() local 118 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 126 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 128 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 135 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 140 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 143 Events.emplace_back(DirectoryWatcher::Event::EventKind::Modified, in eventStreamCallback() 150 Events.emplace_back(DirectoryWatcher::Event{ in eventStreamCallback() 155 if (!Events.empty()) { in eventStreamCallback() 156 ctx->Receiver(Events, /*IsInitial=*/false); in eventStreamCallback()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/ |
| H A D | DirectoryScanner.cpp | 44 std::vector<DirectoryWatcher::Event> Events; in getAsFileEvents() local 45 Events.reserve(Scan.size()); in getAsFileEvents() 48 Events.emplace_back(DirectoryWatcher::Event{ in getAsFileEvents() 51 return Events; in getAsFileEvents()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | poll.c | 111 afd_poll_info->Handles[0].Events = 0; in uv__fast_poll_submit_poll_req() 114 afd_poll_info->Handles[0].Events |= AFD_POLL_RECEIVE | in uv__fast_poll_submit_poll_req() 118 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT; in uv__fast_poll_submit_poll_req() 122 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL; in uv__fast_poll_submit_poll_req() 168 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_RECEIVE | in uv__fast_poll_process_poll_req() 171 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) { in uv__fast_poll_process_poll_req() 175 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND | in uv__fast_poll_process_poll_req() 182 if (afd_poll_info->Handles[0].Events & AFD_POLL_LOCAL_CLOSE) { in uv__fast_poll_process_poll_req() 562 afd_poll_info.Handles[0].Events = AFD_POLL_ALL; in uv__poll_close()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/ |
| H A D | DirectoryWatcher-linux.cpp | 86 std::queue<DirectoryWatcher::Event> Events; member in __anona8b83cb60111::EventQueue 93 Events.emplace(K, Filename); in push_back() 105 if (!Events.empty()) { in pop_front_blocking() 106 DirectoryWatcher::Event Front = Events.front(); in pop_front_blocking() 107 Events.pop(); in pop_front_blocking() 110 NonEmpty.wait(L, [this]() { return !Events.empty(); }); in pop_front_blocking()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 596 EventInfo &info = Events[&EVENT::Tag]; in _registerListenerForEvent() 602 EventInfo &info = Events[&EVENT::Tag]; in _registerDispatcherForEvent() 608 EventsTy::const_iterator I = Events.find(&EVENT::Tag); in _dispatchEvent() 609 if (I == Events.end()) in _dispatchEvent() 704 EventsTy Events; variable
|
| /netbsd-src/external/mit/xorg/server/xorg-server.old/hw/xnest/ |
| H A D | Makefile | 16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \ 43 CPPFLAGS.Events.c= -Wno-error
|
| /netbsd-src/external/mit/xorg/server/xorg-server/hw/xnest/ |
| H A D | Makefile | 16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \ 44 CPPFLAGS.Events.c= -Wno-error
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/DirectoryWatcher/ |
| H A D | DirectoryWatcher.h | 108 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event> Events,
|
| /netbsd-src/crypto/external/cpl/trousers/dist/doc/ |
| H A D | TSS_programming_SNAFUs.txt | 4 Events in the TCS event log are 0 indexed. So, a call such as:
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 320 void writeEventSection(ArrayRef<wasm::WasmEventType> Events); 842 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection() argument 843 if (Events.empty()) in writeEventSection() 849 encodeULEB128(Events.size(), W->OS); in writeEventSection() 850 for (const wasm::WasmEventType &Event : Events) { in writeEventSection() 1401 SmallVector<wasm::WasmEventType, 1> Events; in writeOneObject() local 1639 Index = NumEventImports + Events.size(); in writeOneObject() 1645 Events.push_back(Event); in writeOneObject() 1861 writeEventSection(Events); in writeOneObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 146 ArrayRef<wasm::WasmEvent> events() const { return Events; } in events() 281 std::vector<wasm::WasmEvent> Events; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 676 wasm::WasmEvent &Event = Events[EventIndex]; in parseLinkingSectionSymtab() 1142 Events.reserve(Count); in parseEventSection() 1145 Event.Index = NumImportedEvents + Events.size(); in parseEventSection() 1148 Events.push_back(Event); in parseEventSection() 1242 return Index < NumImportedEvents + Events.size(); in isValidEventIndex() 1291 return Events[Index - NumImportedEvents]; in getDefinedEvent()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | fs_event.rst | 17 - Events for file modification (writing to a file) are not received if only the
|
| /netbsd-src/external/mit/libuv/dist/include/uv/ |
| H A D | win.h | 215 ULONG Events; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 454 encodeULEB128(Section.Events.size(), OS); in writeSectionContent() 456 for (auto &Event : Section.Events) { in writeSectionContent()
|
| H A D | WasmYAML.cpp | 125 IO.mapOptional("Events", Section.Events); in sectionMapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 265 unsigned Events = PendingEvents & WaitEventMaskForInst[T]; in hasMixedPendingEvents() local 267 return Events & (Events - 1); in hasMixedPendingEvents()
|
| /netbsd-src/lib/libusbhid/ |
| H A D | usb_hid_usages | 1681 0x31A Property: Maximum FIFO Events 1683 0x31C Property: Flush FIFO Events 1986 0x840 Reporting State: Report No Events 1987 0x841 Reporting State: Report All Events 1988 0x842 Reporting State: Report Threshold Events 1989 0x843 Reporting State: Wake On No Events 1990 0x844 Reporting State: Wake On All Events 1991 0x845 Reporting State: Wake On Threshold Events
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 290 EventSec->Events.push_back(E); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 326 std::vector<Event> Events; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 57 for (const auto &Event : Events) in finishedCheckerRegistration()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 336 Custom Events themselves are an unstructured (application defined) segment of
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | aaaa-filter-iterator.patch | 193 + * queries. Events reach this state after the iterative resolution algorithm
|
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | README.sis | 237 4. Events and interrupts
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
| H A D | README-P2P | 793 P2PS Events/Responses: 839 Extended Events/Response
|