Home
last modified time | relevance | path

Searched refs:event (Results 3976 - 4000 of 4015) sorted by relevance

1...<<151152153154155156157158159160161

/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2970 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl()
/third_party/typescript/lib/
H A Dtsserver.js3707 * Marks a performance event.
3967 * @param separateBeginAndEnd - used for special cases where we need the trace point even if the event
6416 // When files are deleted from disk, the triggered "rename" event would have a relativefileName of "undefined"
6772 // In watchDirectory we only care about adding and removing files (when event name is
6774 // event name is "change")
6987 function callbackChangingToMissingFileSystemEntry(event, relativeName) {
6988 // In some scenarios, file save operation fires event with fileName.ext~ instead of fileName.ext
6991 // The worst is we have fired event that was not needed but we wont miss any changes
7000 if (event === "rename" &&
7006 callback(event, originalRelativeNam
[all...]
H A Dtsserverlibrary.js3706 * Marks a performance event.
3966 * @param separateBeginAndEnd - used for special cases where we need the trace point even if the event
6415 // When files are deleted from disk, the triggered "rename" event would have a relativefileName of "undefined"
6771 // In watchDirectory we only care about adding and removing files (when event name is
6773 // event name is "change")
6986 function callbackChangingToMissingFileSystemEntry(event, relativeName) {
6987 // In some scenarios, file save operation fires event with fileName.ext~ instead of fileName.ext
6990 // The worst is we have fired event that was not needed but we wont miss any changes
6999 if (event === "rename" &&
7005 callback(event, originalRelativeNam
[all...]
/third_party/node/deps/undici/
H A Dundici.js6466 // abort event handler.
11677 const event = new eventConstructor(e, eventInitDict);
11678 target.dispatchEvent(event);
/third_party/python/Lib/test/
H A Dtest_os.py2516 def _kill_with_event(self, event, name):
2536 os.kill(proc.pid, event)
2537 # proc.send_signal(event) could also be done here.
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp539 pattern->info_->onHandleMoveStart = [&](const GestureEvent& event, bool isFirst) { in HWTEST_F()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4246 pub event: __u8,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3326 // linux/input-event-codes.h
4129 pub fn epoll_ctl(epfd: ::c_int, op: ::c_int, fd: ::c_int, event: *mut ::epoll_event) in epoll_ctl()
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4244 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4224 pub event: __u8,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp100 std::size_t operator()( VULKAN_HPP_NAMESPACE::Event const & event ) const VULKAN_HPP_NOEXCEPT
102 return std::hash<VkEvent>{}( static_cast<VkEvent>( event ) );
4701 VULKAN_HPP_HASH_COMBINE( seed, exportMetalSharedEventInfoEXT.event );
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c2474 * NGTCP2_PKT_PACING_OVERHEAD defines overhead of userspace event
2476 * but userspace event loop might not offer such precision.
2478 * which we can send packet is well over 1 millisecond when event loop
4258 pktns->rtb.num_ack_eliciting == 0 && conn->cc.event) { in conn_write_pkt()
4259 conn->cc.event(&conn->cc, &conn->cstat, NGTCP2_CC_EVENT_TYPE_TX_START, in conn_write_pkt()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4388 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4458 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4416 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4522 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4330 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs4608 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4304 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs4578 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4273 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4361 pub event: __u8,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4282 pub event: __u8,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs121 extern "C" fn(event: ::c_uint, thread: ::pthread_t, addr: *mut ::c_void, size: ::size_t);

Completed in 300 milliseconds

1...<<151152153154155156157158159160161