Home
last modified time | relevance | path

Searched refs:event (Results 901 - 925 of 1777) sorted by relevance

1...<<31323334353637383940>>...72

/third_party/jinja2/
H A Dasyncsupport.py22 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 Dasyncsupport.py22 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 Dagent.cc210 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 Dasyncsupport.py25 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 Drealms.window.js17 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 Depoll-ltp.c397 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 DVkQueue.cpp300 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 Dasyncsupport.py22 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 DWorkerThread.cpp269 // 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 Ddzn_device.c1822 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 Dhmac_rx_filter.c366 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 Ddrm_crtc.h178 * 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...]
/test/testfwk/arkxtest/testserver/test/unittest/
H A Dtest_server_service_test.cpp180 OHOS::EventFwk::CommonEventData event; in HWTEST_F() local
183 event.SetWant(want); in HWTEST_F()
185 int32_t resCode1 = testServerServiceMock_->PublishCommonEvent(event, re); in HWTEST_F()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Devent.cpp24 #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()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.h156 * called when congestion event happens (e.g., when packet is lost).
237 * a specific event happens.
240 ngtcp2_cc_event_type event, ngtcp2_tstamp ts);
266 * when congestion event happens (.e.g, packet is lost).
300 * :member:`event` is a callback function which is called when a
301 * specific event happens.
303 ngtcp2_cc_event event; member
360 /* prior stores the congestion state when a congestion event occurs
361 in order to restore the state when it turns out that the event is
419 ngtcp2_cc_event_type event, ngtcp2_tstam
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-trace.cc41 // Why copy? Well, the trace event mechanism requires null-terminated in MaybeUtf8()
71 // Given that this is used primarily for trace event categories and names,
180 // We support passing one additional trace event argument with the in BUILTIN()
202 ctx.event()->set_name(*name); in BUILTIN()
206 auto annotation = ctx.event()->add_debug_annotations(); in BUILTIN()
211 auto legacy_event = ctx.event()->set_legacy_event(); in BUILTIN()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-gst.c133 GstEvent *event; in gst_codec_init() local
166 /* First, send stream-start sticky event */ in gst_codec_init()
178 /* Second, send caps sticky event */ in gst_codec_init()
184 /* Third, send segment sticky event */ in gst_codec_init()
186 event = gst_event_new_segment(&segment); in gst_codec_init()
187 gst_pad_send_event(info->pad_sink, event); in gst_codec_init()
/third_party/skia/tools/debugger/
H A DDebugLayerManager.cpp25 SkDebugf("Could not set command playhead for event {%d, %d}, it is not tracked by" in setCommand()
57 DrawEvent event = { local
65 fDraws.set(k, std::move(event));
90 // Fetch the draw event in getLayerAsImage()
115 DebugLayerManager::DrawEventSummary DebugLayerManager::event(int nodeId, int frame) const { in event() function in DebugLayerManager
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs140 /// `epoll_ctl(self, EPOLL_CTL_ADD, data, event)`—Adds an element to an
169 /// `epoll_ctl(self, EPOLL_CTL_MOD, target, event)`—Modifies an element in
213 /// For each event of interest, an element is written to `events`. On
302 self.iter.next().map(|event| { in next()
304 // `'context` for it. And we know this event is associated with this in next()
306 let decoded = unsafe { (*self.context).decode(event.encoded) }; in next()
308 (event.event_flags, decoded) in next()
313 /// A record of an event that occurred.
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1794 av_log(hwfc, AV_LOG_ERROR, "Failed to wait for event " in opencl_wait_events()
1803 "event: %d.\n", cle); in opencl_wait_events()
2216 cl_event event; in opencl_unmap_from_qsv() local
2224 0, NULL, &event); in opencl_unmap_from_qsv()
2230 opencl_wait_events(dst_fc, &event, 1); in opencl_unmap_from_qsv()
2255 cl_event event; in opencl_map_from_qsv() local
2309 0, NULL, &event); in opencl_map_from_qsv()
2317 err = opencl_wait_events(dst_fc, &event, 1); in opencl_map_from_qsv()
2350 cl_event event; in opencl_unmap_from_dxva2() local
2357 0, NULL, &event); in opencl_unmap_from_dxva2()
2376 cl_event event; opencl_map_from_dxva2() local
2515 cl_event event; opencl_unmap_from_d3d11() local
2535 cl_event event; opencl_map_from_d3d11() local
[all...]
/third_party/node/deps/v8/tools/
H A Dll_prof.py54 # -e cycles: use cpu-cycles event (run "perf list" for details)
382 event = self.code_create_struct.from_buffer(self.log, self.log_pos)
383 self.log_pos += ctypes.sizeof(event)
384 start_address = event.code_address
385 end_address = start_address + event.code_size
386 name = self.log[self.log_pos:self.log_pos + event.name_size]
388 self.log_pos += event.name_size
390 self.log_pos += event.code_size
408 event = self.code_move_struct.from_buffer(self.log, self.log_pos)
409 self.log_pos += ctypes.sizeof(event)
[all...]
/third_party/libinput/src/
H A Devdev-fallback.c32 #include "util-input-event.h"
489 * never got a pressed event for or key presses for keys that we in fallback_process_key()
585 * cancel event if we just switched to a palm touch. And the in fallback_process_touch()
627 struct libinput_event *event, in fallback_lid_keyboard_event()
635 if (event->type != LIBINPUT_EVENT_KEYBOARD_KEY) in fallback_lid_keyboard_event()
657 /* Posting the event here means we preempt the keyboard events that in fallback_lid_keyboard_event()
658 * caused us to wake up, so the lid event is always passed on before in fallback_lid_keyboard_event()
659 * the key event. in fallback_lid_keyboard_event()
967 struct input_event *event, in fallback_interface_process()
983 switch (event in fallback_interface_process()
626 fallback_lid_keyboard_event(uint64_t time, struct libinput_event *event, void *data) fallback_lid_keyboard_event() argument
965 fallback_interface_process(struct evdev_dispatch *evdev_dispatch, struct evdev_device *device, struct input_event *event, uint64_t time) fallback_interface_process() argument
1312 fallback_tablet_mode_switch_event(uint64_t time, struct libinput_event *event, void *data) fallback_tablet_mode_switch_event() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Dio-domain.c146 static int rockchip_iodomain_notify(struct notifier_block *nb, unsigned long event, void *data) in rockchip_iodomain_notify() argument
165 if (event & REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) { in rockchip_iodomain_notify()
169 } else if (event & (REGULATOR_EVENT_VOLTAGE_CHANGE | REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE)) { in rockchip_iodomain_notify()
180 if (event == REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) { in rockchip_iodomain_notify()
186 if (ret && event == REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) { in rockchip_iodomain_notify()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_bus.c201 static int rockchip_bus_clk_notifier(struct notifier_block *nb, unsigned long event, void *data) in rockchip_bus_clk_notifier() argument
207 dev_dbg(bus->dev, "event %lu, old_rate %lu, new_rate: %lu\n", event, ndata->old_rate, ndata->new_rate); in rockchip_bus_clk_notifier()
209 switch (event) { in rockchip_bus_clk_notifier()
330 static int rockchip_bus_cpufreq_notifier(struct notifier_block *nb, unsigned long event, void *data) in rockchip_bus_cpufreq_notifier() argument
345 switch (event) { in rockchip_bus_cpufreq_notifier()
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H A Dio-domain.c146 static int rockchip_iodomain_notify(struct notifier_block *nb, unsigned long event, void *data) in rockchip_iodomain_notify() argument
165 if (event & REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) { in rockchip_iodomain_notify()
169 } else if (event & (REGULATOR_EVENT_VOLTAGE_CHANGE | REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE)) { in rockchip_iodomain_notify()
180 if (event == REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) { in rockchip_iodomain_notify()
186 if (ret && event == REGULATOR_EVENT_PRE_VOLTAGE_CHANGE) { in rockchip_iodomain_notify()

Completed in 24 milliseconds

1...<<31323334353637383940>>...72