Home
last modified time | relevance | path

Searched refs:event (Results 276 - 300 of 1297) sorted by relevance

1...<<11121314151617181920>>...52

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify.h298 struct fanotify_event_metadata *event, in get_event_info()
302 char *start = (char *) event; in get_event_info()
305 for (off = event->metadata_len; (off+sizeof(*hdr)) < event->event_len; in get_event_info()
314 #define get_event_info_error(event) \
316 get_event_info((event), FAN_EVENT_INFO_TYPE_ERROR))
318 #define get_event_info_fid(event) \
320 get_event_info((event), FAN_EVENT_INFO_TYPE_FID))
297 get_event_info( struct fanotify_event_metadata *event, int info_type) get_event_info() argument
/third_party/python/Lib/idlelib/
H A Dsqueezer.py138 def expand(self, event=None):
139 """expand event handler
169 def copy(self, event=None):
170 """copy event handler
177 def view(self, event=None):
178 """view event handler
191 def context_menu_event(self, event):
192 self.text.mark_set("insert", "@%d,%d" % (event.x, event.y))
196 rmenu.tk_popup(event
[all...]
H A Diomenu.py77 def open(self, event=None, editFile=None):
204 def save(self, event):
206 self.save_as(event)
217 def save_as(self, event):
231 def save_a_copy(self, event):
300 def print_window(self, event):
415 def open(self, event):
417 def print(self, event):
419 def save(self, event):
421 def saveas(self, event)
[all...]
H A Dautocomplete.py60 def _remove_autocomplete_window(self, event=None):
65 def force_open_completions_event(self, event):
70 def autocomplete_event(self, event):
72 if hasattr(event, "mc_state") and event.mc_state or\
84 def try_open_completions_event(self, event=None):
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.cpp224 for (const auto &event : events) in onScenicEvents()
226 if (event.is_gfx()) in onScenicEvents()
228 if (event.gfx().is_metrics()) in onScenicEvents()
230 if (event.gfx().metrics().node_id != mShape.id()) in onScenicEvents()
232 onViewMetrics(event.gfx().metrics().metrics); in onScenicEvents()
234 else if (event.gfx().is_view_properties_changed()) in onScenicEvents()
236 if (event.gfx().view_properties_changed().view_id != mView->id()) in onScenicEvents()
238 onViewProperties(event.gfx().view_properties_changed().properties); in onScenicEvents()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c268 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in hcc_tx_netbuf_normal() local
269 if (event == HI_NULL) { in hcc_tx_netbuf_normal()
272 hi_u32 sub_type = (event->event_hdr.type == FRW_EVENT_TYPE_HOST_DRX) ? WIFI_DATA_TYPE : WIFI_CONTROL_TYPE; in hcc_tx_netbuf_normal()
274 if (event->event_hdr.type >= FRW_EVENT_TYPE_BUTT) { in hcc_tx_netbuf_normal()
275 oam_error_log1(0, 0, "hcc_tx_netbuf_normal:: invalid event type[%d]!", event->event_hdr.type); in hcc_tx_netbuf_normal()
278 queue_id = g_hcc_sched_stat[event->event_hdr.type]; in hcc_tx_netbuf_normal()
279 fc_type = g_hcc_flowctrl_stat[event->event_hdr.type]; in hcc_tx_netbuf_normal()
282 if (event->event_hdr.type == FRW_EVENT_TYPE_HOST_CRX && event in hcc_tx_netbuf_normal()
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.h1442 clGetEventInfo(cl_event event,
1457 clRetainEvent(cl_event event) CL_API_SUFFIX__VERSION_1_0;
1460 clReleaseEvent(cl_event event) CL_API_SUFFIX__VERSION_1_0;
1465 clSetUserEventStatus(cl_event event,
1469 clSetEventCallback(cl_event event,
1471 void (CL_CALLBACK * pfn_notify)(cl_event event,
1480 clGetEventProfilingInfo(cl_event event,
1503 cl_event * event) CL_API_SUFFIX__VERSION_1_0;
1521 cl_event * event) CL_API_SUFFIX__VERSION_1_1;
1534 cl_event * event) CL_API_SUFFIX__VERSION_1_
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp29 #include "core/event.hpp"
73 const ref_vector<event> &deps) { in validate_common()
74 if (any_of([&](const event &ev) { in validate_common()
321 std::function<void (event &)>
326 return [=, &q](event &) { in soft_copy_op()
349 std::function<void (event &)>
352 return [=, &q](event &) { in hard_copy_op()
538 [=, &q, &mem](event &) {
715 [=, &q, &img](event &) {
914 [=, &q, &mem](event
[all...]
/third_party/opencl-headers/CL/
H A Dcl.h1451 clGetEventInfo(cl_event event,
1466 clRetainEvent(cl_event event) CL_API_SUFFIX__VERSION_1_0;
1469 clReleaseEvent(cl_event event) CL_API_SUFFIX__VERSION_1_0;
1474 clSetUserEventStatus(cl_event event,
1478 clSetEventCallback(cl_event event,
1480 void (CL_CALLBACK * pfn_notify)(cl_event event,
1489 clGetEventProfilingInfo(cl_event event,
1512 cl_event * event) CL_API_SUFFIX__VERSION_1_0;
1530 cl_event * event) CL_API_SUFFIX__VERSION_1_1;
1543 cl_event * event) CL_API_SUFFIX__VERSION_1_
[all...]
H A Dcl_dx9_media_sharing.h115 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
123 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
209 cl_event* event) CL_API_SUFFIX__VERSION_1_1;
217 cl_event* event) CL_API_SUFFIX__VERSION_1_1;
226 cl_event* event) CL_API_SUFFIX__VERSION_1_1;
234 cl_event* event) CL_API_SUFFIX__VERSION_1_1;
/third_party/python/Lib/test/
H A Dtest_sys_settrace.py318 def trace(self, frame, event, arg):
320 self.events.append((frame.f_lineno, event))
323 def traceWithGenexp(self, frame, event, arg):
326 self.events.append((frame.f_lineno, event))
1577 def error_once(frame, event, arg):
1693 def trace(self, frame, event, arg):
1695 specific trace event."""
1696 if event == self.raiseOnEvent:
1703 we're testing, so that the 'exception' trace event fires."""
1710 def run_test_for_event(self, event)
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h1444 clGetEventInfo(cl_event event,
1459 clRetainEvent(cl_event event) CL_API_SUFFIX__VERSION_1_0;
1462 clReleaseEvent(cl_event event) CL_API_SUFFIX__VERSION_1_0;
1467 clSetUserEventStatus(cl_event event,
1471 clSetEventCallback(cl_event event,
1473 void (CL_CALLBACK * pfn_notify)(cl_event event,
1482 clGetEventProfilingInfo(cl_event event,
1505 cl_event * event) CL_API_SUFFIX__VERSION_1_0;
1523 cl_event * event) CL_API_SUFFIX__VERSION_1_1;
1536 cl_event * event) CL_API_SUFFIX__VERSION_1_
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_wq.h34 * Work event definitions
67 * Work event priority
86 typedef void (*event_handler_t)(void *handle, void *event_data, u8 event);
90 int dhd_deferred_schedule_work(void *workq, void *event_data, u8 event,
92 void dhd_deferred_work_set_skip(void *work, u8 event, bool set);
/third_party/node/lib/internal/per_context/
H A Dmessageport.js30 const event = new MessageEvent(data, this, type, ports);
33 this.onmessage(event);
37 this.onmessageerror(event);
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_fdtrack_load.c15 struct fdtrack_event event; in FDTRACK_START_HOOK() local
16 event.type = FDTRACK_EVENT_TYPE_CREATE; in FDTRACK_START_HOOK()
17 atomic_load(&__fdtrack_hook)(&event); in FDTRACK_START_HOOK()
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.cpp88 void Object::read (SharedPtr<Event> event, std::vector<SharedPtr<Event> >& deps) in read() argument
94 m_reads.push_back(event); in read()
97 void Object::modify (SharedPtr<Event> event, std::vector<SharedPtr<Event> >& deps) in modify() argument
107 m_modify = event; in modify()
143 // Got exception event failed in execute()
262 DataBlock::DataBlock (SharedPtr<Event> event) in DataBlock() argument
263 : Object("DataBlock", event) in DataBlock()
/third_party/backends/backend/escl/
H A Descl_devices.c47 * AvahiResolverEvent event, const char *name,
58 AvahiResolverEvent event, in resolve_callback()
75 switch (event) { in resolve_callback()
121 * AvahiProtocol protocol, AvahiBrowserEvent event, const char *name,
129 AvahiProtocol protocol, AvahiBrowserEvent event, in browse_callback()
137 switch (event) { in browse_callback()
151 if (event != AVAHI_BROWSER_CACHE_EXHAUSTED) in browse_callback()
56 resolve_callback(AvahiServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char __sane_unused__ *type, const char __sane_unused__ *domain, const char __sane_unused__ *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags __sane_unused__ flags, void __sane_unused__ *userdata) resolve_callback() argument
128 browse_callback(AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) browse_callback() argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Df_generic.h104 * There was a setup request event there, the request
109 * The existing event was canceled.
133 EVENT_CB_S event; member
254 static inline int event_fifo_put(struct event_fifo *efifo, uint8_t event) in event_fifo_put() argument
260 efifo->data[efifo->in & mask] = event; in event_fifo_put()
267 static inline int event_fifo_get(struct event_fifo *efifo, uint8_t *event) in event_fifo_get() argument
273 *event = efifo->data[efifo->out & mask]; in event_fifo_get()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D14-1.c66 struct sigevent event; in main() local
124 event.sigev_notify = SIGEV_SIGNAL; in main()
125 event.sigev_signo = SIGRTMIN + 2; in main()
126 event.sigev_value.sival_ptr = NULL; in main()
141 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D15-1.c66 struct sigevent event; in main() local
118 event.sigev_notify = SIGEV_SIGNAL; in main()
119 event.sigev_signo = SIGRTMIN + 2; in main()
120 event.sigev_value.sival_ptr = NULL; in main()
135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D4-1.c66 struct sigevent event; in main() local
121 event.sigev_notify = SIGEV_SIGNAL; in main()
122 event.sigev_signo = SIGRTMIN + 2; in main()
123 event.sigev_value.sival_ptr = NULL; in main()
138 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D7-1.c67 struct sigevent event; in main() local
118 event.sigev_notify = SIGEV_SIGNAL; in main()
119 event.sigev_signo = SIGRTMIN + 2; in main()
120 event.sigev_value.sival_ptr = NULL; in main()
135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D4-1.c69 struct sigevent event; in main() local
122 event.sigev_notify = SIGEV_SIGNAL; in main()
123 event.sigev_signo = SIGRTMIN + 2; in main()
124 event.sigev_value.sival_ptr = NULL; in main()
143 ret = lio_listio(LIO_NOWAIT, aiolist, NUM_AIOCBS, &event); in main()
H A D9-1.c59 struct sigevent event; in do_test() local
114 event.sigev_notify = SIGEV_SIGNAL; in do_test()
115 event.sigev_signo = SIGRTMIN + 1; in do_test()
116 event.sigev_value.sival_ptr = NULL; in do_test()
128 ret = lio_listio(LIO_NOWAIT, aiocbs, num_aiocbs, &event); in do_test()
H A D1-1.c71 struct sigevent event; in main() local
122 event.sigev_notify = SIGEV_SIGNAL; in main()
123 event.sigev_signo = SIGRTMIN + 1; in main()
124 event.sigev_value.sival_ptr = NULL; in main()
137 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()

Completed in 21 milliseconds

1...<<11121314151617181920>>...52