/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_d3d11.h | 113 cl_event * event) CL_API_SUFFIX__VERSION_1_2; 121 cl_event * event) CL_API_SUFFIX__VERSION_1_2;
|
/third_party/skia/include/gpu/ |
H A D | GrBackendSemaphore.h | 70 void initMetal(GrMTLHandle event, uint64_t value) { in initMetal() argument 72 fMtlEvent = event; in initMetal()
|
/third_party/alsa-lib/src/mixer/ |
H A D | mixer.c | 9 * Callbacks may be used for event handling. 91 * The implementation of mixer class typically calls it at #SND_CTL_EVENT_MASK_ADD event. Once 93 * at #SND_CTL_EVENT_MASK_REMOVE event. Unless detaching, mixer API internal hits assertion due 94 * to unsatisfied postcondition after the event. 115 * The implementation of mixer class typically calls it at #SND_CTL_EVENT_MASK_REMOVE event for 117 * assertion due to unsatisfied postcondition after the event. 154 err = class->event(class, mask, helem, melem); in hctl_elem_event_handler() 160 // attached at ADD event. in hctl_elem_event_handler() 171 err = class->event(class, mask, helem, melem); in hctl_elem_event_handler() 195 err = c->event( in hctl_event_handler() 1052 snd_mixer_class_set_event(snd_mixer_class_t *obj, snd_mixer_event_t event) snd_mixer_class_set_event() argument [all...] |
/third_party/backends/japi/ |
H A D | Jscanimage.java | 46 import java.awt.event.*; 56 import javax.swing.event.*; 680 * Default window event handlers. 682 public void windowClosed(WindowEvent event) in windowClosed() argument 686 public void windowDeiconified(WindowEvent event) { } in windowDeiconified() argument 687 public void windowIconified(WindowEvent event) { } in windowIconified() argument 688 public void windowActivated(WindowEvent event) { } in windowActivated() argument 689 public void windowDeactivated(WindowEvent event) { } in windowDeactivated() argument 690 public void windowOpened(WindowEvent event) { } in windowOpened() argument 691 // Handle closing event in windowOpened() 692 windowClosing(WindowEvent event) windowClosing() argument [all...] |
/third_party/libuv/test/ |
H A D | test-fs-event.c | 159 /* Create another file on a different event loop tick. We do it this way in fs_event_create_files() 160 * to avoid fs events coalescing into one fs event. */ in fs_event_create_files() 185 /* Remove another file on a different event loop tick. We do it this way in fs_event_unlink_files() 186 * to avoid fs events coalescing into one fs event. */ in fs_event_unlink_files() 235 /* Create another file on a different event loop tick. We do it this way in fs_event_create_files_in_subdir() 236 * to avoid fs events coalescing into one fs event. */ in fs_event_create_files_in_subdir() 261 /* Remove another file on a different event loop tick. We do it this way in fs_event_unlink_files_in_subdir() 262 * to avoid fs events coalescing into one fs event. */ in fs_event_unlink_files_in_subdir() 283 /* It may happen that the "subdir" creation event is captured even though in fs_event_cb_dir_multi_file_in_subdir() 726 /* FSEvents on macOS sometimes sends one change event, sometime in TEST_IMPL() 1111 uv_fs_event_t* event; TEST_IMPL() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_trace_timeline.h | 234 /** Trace a pm event starting */
237 /** Trace a pm event finishing */
238 void kbase_timeline_pm_check_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event);
240 /** Check whether a pm event was present, and if so trace finishing it */
241 void kbase_timeline_pm_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event);
303 static inline void kbase_timeline_pm_check_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event)
in kbase_timeline_pm_check_handle_event() argument 307 static inline void kbase_timeline_pm_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event)
in kbase_timeline_pm_handle_event() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 157 state->event = NULL; in __drm_atomic_helper_crtc_duplicate_state() 202 * In the event that a non-blocking commit returns in __drm_atomic_helper_crtc_destroy_state() 205 * the event has not been consumed by the worker. in __drm_atomic_helper_crtc_destroy_state() 207 * state->event may be freed, so we can't directly look at in __drm_atomic_helper_crtc_destroy_state() 208 * state->event->base.completion. in __drm_atomic_helper_crtc_destroy_state() 210 if (state->event && state->commit->abort_completion) { in __drm_atomic_helper_crtc_destroy_state() 214 kfree(state->commit->event); in __drm_atomic_helper_crtc_destroy_state() 215 state->commit->event = NULL; in __drm_atomic_helper_crtc_destroy_state()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_trace_timeline.h | 274 /** Trace a pm event starting */ 278 /** Trace a pm event finishing */ 279 void kbase_timeline_pm_check_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event); 281 /** Check whether a pm event was present, and if so trace finishing it */ 282 void kbase_timeline_pm_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event); 345 static inline void kbase_timeline_pm_check_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event) in kbase_timeline_pm_check_handle_event() argument 349 static inline void kbase_timeline_pm_handle_event(struct kbase_device *kbdev, enum kbase_timeline_pm_event event) in kbase_timeline_pm_handle_event() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk-cpu.c | 198 * post-rate change event, re-mux to primary parent and remove dividers. in rockchip_cpuclk_post_rate_change() 229 static int rockchip_cpuclk_notifier_cb(struct notifier_block *nb, unsigned long event, void *data) in rockchip_cpuclk_notifier_cb() argument 235 pr_debug("%s: event %lu, old_rate %lu, new_rate: %lu\n", __func__, event, ndata->old_rate, ndata->new_rate); in rockchip_cpuclk_notifier_cb() 236 if (event == PRE_RATE_CHANGE) { in rockchip_cpuclk_notifier_cb() 238 } else if (event == POST_RATE_CHANGE) { in rockchip_cpuclk_notifier_cb()
|
/third_party/ffmpeg/libavformat/ |
H A D | sctp.c | 182 struct sctp_event_subscribe event = { 0 }; in sctp_open() local 246 event.sctp_data_io_event = 1; in sctp_open() 247 /* TODO: Subscribe to more event types and handle them */ in sctp_open() 249 if (setsockopt(fd, IPPROTO_SCTP, SCTP_EVENTS, &event, in sctp_open() 250 sizeof(event)) != 0) { in sctp_open()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-rw.c | 26 unsigned short event; in wait_for_avail() local 47 event = POLLIN; in wait_for_avail() 49 event = POLLOUT; in wait_for_avail() 51 if (!(revents & event)) in wait_for_avail()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_structure.py | 7 event = loader.get_event() 8 if event.tag or event.anchor or event.value:
|
/third_party/jinja2/ |
H A D | asyncsupport.py | 22 async for event in async_gen: 23 rv.append(event) 32 async for event in self.root_render_func(self.new_context(vars)): 33 yield event
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | asyncsupport.py | 22 async for event in async_gen: 23 rv.append(event) 32 async for event in self.root_render_func(self.new_context(vars)): 33 yield event
|
/third_party/node/src/tracing/ |
H A D | agent.cc | 210 void Agent::AddMetadataEvent(std::unique_ptr<TraceObject> event) { in AddMetadataEvent() argument 212 metadata_events_.push_back(std::move(event)); in AddMetadataEvent() 218 for (const auto& event : metadata_events_) in Flush() 219 AppendTraceEvent(event.get()); in Flush()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | asyncsupport.py | 25 async for event in async_gen: 26 rv.append(event) 34 async for event in self.root_render_func(self.new_context(vars)): 35 yield event
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
H A D | realms.window.js | 17 onmessage = event => { 18 if (event.source !== window.parent) { 19 throw new Error('unexpected message with source ' + event.source); 21 eval(event.data);
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 397 struct epoll_event event; in test_epoll_ctl() local 406 unsigned int event_index; /* index into event list for the events field of the in test_epoll_ctl() 415 Assume we know nothing about the EPOLL event types _except_ in test_epoll_ctl() 446 event.data.u64 = 0; in test_epoll_ctl() 447 ev_ptr = &event; in test_epoll_ctl() 539 } else if ((ev_ptr == &event) in test_epoll_ctl()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueue.cpp | 300 auto event = std::make_shared<sw::CountedEvent>(); in waitIdle() local 301 event->add(); // done() is called at the end of submitQueue() in waitIdle() 304 task.events = event; in waitIdle() 307 event->wait(); in waitIdle()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | asyncsupport.py | 22 async for event in async_gen: 23 rv.append(event) 32 async for event in self.root_render_func(self.new_context(vars)): 33 yield event
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | WorkerThread.cpp | 269 // event after the execution. 348 std::shared_ptr<WaitableEvent> event = pool->postWorkerTask(task); in PostWorkerTask() local 349 if (event.get()) in PostWorkerTask() 351 event->setWorkerThreadPool(pool); in PostWorkerTask() 353 return event; in PostWorkerTask()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1822 if (FAILED(ID3D12CommandQueue_Signal(queue->cmdqueue, evt->event->fence, evt->value ? 1 : 0))) in dzn_queue_submit() 2707 dzn_event_destroy(struct dzn_event *event, in dzn_event_destroy() argument 2710 if (!event) in dzn_event_destroy() 2714 container_of(event->base.device, struct dzn_device, vk); in dzn_event_destroy() 2716 if (event->fence) in dzn_event_destroy() 2717 ID3D12Fence_Release(event->fence); in dzn_event_destroy() 2719 vk_object_base_finish(&event->base); in dzn_event_destroy() 2720 vk_free2(&device->vk.alloc, pAllocator, event); in dzn_event_destroy() 2729 struct dzn_event *event = in dzn_event_create() local 2730 vk_zalloc2(&device->vk.alloc, pAllocator, sizeof(*event), in dzn_event_create() 2759 dzn_DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator) dzn_DestroyEvent() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_rx_filter.c | 366 frw_event_stru *event = (frw_event_stru *)event_mem->puc_data; in hmac_send_rx_filter_event() local 367 frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_WLAN_CTX, DMAC_WLAN_CTX_EVENT_SUB_TYPE_SET_RX_FILTER, in hmac_send_rx_filter_event() 370 hi_u32 *event_data = (hi_u32 *)((hi_void *)event->auc_event_data); in hmac_send_rx_filter_event()
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_crtc.h | 178 * atomic helpers will send out a fake VBLANK event during display 186 * drm_atomic_helper_check_modeset(), and a fake VBLANK event will be 191 * oneshot mode. In this case the fake VBLANK event is only generated 201 * Note that the combination of &drm_crtc_state.event == NULL and 204 * this case the driver will send the VBLANK event on its own when the 337 * @event: 339 * Optional pointer to a DRM event to signal upon completion of the 340 * state update. The driver must send out the event when the atomic 343 * - The event is for a CRTC which is being disabled through this 344 * atomic commit. In that case the event ca 391 struct drm_pending_vblank_event *event; global() member [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | event.cpp | 24 #include "core/event.hpp" 73 // Create a temporary soft event that depends on all the events in in clWaitForEvents() 133 // Create a temporary soft event that depends on ev, with in clSetEventCallback() 135 create<soft_event>(ev.context(), ref_vector<event> { ev }, true, in clSetEventCallback() 136 [=, &ev](event &) { in clSetEventCallback() 193 // Create a hard event that depends on the events in the wait list: in clEnqueueMarkerWithWaitList() 228 // Create a hard event that depends on the events in the wait list: in clEnqueueBarrierWithWaitList() 299 // Create a temporary hard event -- it implicitly depends on all in clFinish() 301 auto hev = create<hard_event>(q, 0, ref_vector<event> {}); in clFinish()
|