Home
last modified time | relevance | path

Searched refs:evs (Results 1 – 13 of 13) sorted by relevance

/third_party/libinput/tools/
Dlibinput-replay.py155 def print_events(devnode, indent, evs): argument
157 for e in evs:
172 evs = []
182 evs.append(e)
186 if events_skipped and all(e for e in evs if e.matches(libevdev.EV_SYN.SYN_REPORT)):
189 return evs
215 evs = collect_events(evdev)
216 if not evs:
219 evtime = evs[0].sec + evs[0].usec / 1e6 + offset
225 uinput.send_events(evs)
[all …]
Dlibinput-replay101 def print_events(devnode, indent, evs): argument
103 for e in evs:
138evs = [libevdev.InputEvent(libevdev.evbit(e[2], e[3]), value=e[4], sec=e[0], usec=e[1]) for e in e…
139 uinput.send_events(evs)
141 print_events(uinput.devnode, device['__index'], evs)
/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp42 std::vector<intrusive_ref<event>> evs; in trigger_self() local
45 std::swap(_chain, evs); in trigger_self()
48 return evs; in trigger_self()
65 std::vector<intrusive_ref<event>> evs; in abort_self() local
69 std::swap(_chain, evs); in abort_self()
72 return evs; in abort_self()
121 std::vector<intrusive_ref<event>> evs; in wait() local
122 std::swap(deps, evs); in wait()
124 for (event &ev : evs) in wait()
/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc110 const std::vector<std::unique_ptr<ev_io>> &evs) { in stop_ev() argument
111 for (auto &w : evs) { in stop_ev()
240 void start_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in start_ev() argument
242 for (auto &w : evs) { in start_ev()
247 for (auto &w : evs) { in start_ev()
259 evs.emplace_back(std::move(w)); in start_ev()
264 void stop_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in stop_ev() argument
266 for (auto &w : evs) { in stop_ev()
/third_party/libinput/src/
Dutil-prop-parsers.c374 struct input_event evs[32]; in parse_evcode_property() local
376 memset(evs, 0, sizeof evs); in parse_evcode_property()
385 if (ncodes == 0 || ncodes > ARRAY_LENGTH(evs)) in parse_evcode_property()
408 evs[idx].type = type; in parse_evcode_property()
409 evs[idx].code = code; in parse_evcode_property()
412 memcpy(events, evs, ncodes * sizeof *events); in parse_evcode_property()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp63 auto evs = objs(d_evs, num_evs); in clWaitForEvents() local
65 for (auto &ev : evs) { in clWaitForEvents()
66 if (ev.context() != evs.front().context()) in clWaitForEvents()
75 auto sev = create<soft_event>(evs.front().context(), evs, true); in clWaitForEvents()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c69 struct exec_vertex_shader *evs = exec_vertex_shader(shader); in vs_exec_prepare() local
75 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare()
76 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare()
102 struct exec_vertex_shader *evs = exec_vertex_shader(shader); in vs_exec_run_linear() local
103 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear()
/third_party/python/Modules/
Dselectmodule.c1518 struct epoll_event *evs = NULL; in select_epoll_poll_impl() local
1567 evs = PyMem_New(struct epoll_event, maxevents); in select_epoll_poll_impl()
1568 if (evs == NULL) { in select_epoll_poll_impl()
1576 nfds = epoll_wait(self->epfd, evs, maxevents, (int)ms); in select_epoll_poll_impl()
1608 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in select_epoll_poll_impl()
1617 PyMem_Free(evs); in select_epoll_poll_impl()
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dlv.txt1076 "kisļevs",
1092 "kisļevs",
1110 "kisļevs",
1126 "kisļevs",
/third_party/icu/icu4c/source/data/locales/
Dlv.txt1075 "kisļevs",
1091 "kisļevs",
1109 "kisļevs",
1125 "kisļevs",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dlv.txt1075 "kisļevs",
1091 "kisļevs",
1109 "kisļevs",
1125 "kisļevs",
/third_party/rust/crates/regex/bench/src/data/
D1MB.txt52119 evs
/third_party/NuttX/
DReleaseNotes27586 must loop until "maxevents" to fille output evs array