/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 3217 struct inotify_event *event = (struct inotify_event *)&buf[i]; in radv_notifier_thread_run() local 3219 i += sizeof(struct inotify_event) + event->len; in radv_notifier_thread_run() 3220 if (event->mask & IN_MODIFY || event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run() 3227 if (event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run() 5928 struct radv_event *event) in radv_destroy_event() 5930 if (event->bo) in radv_destroy_event() 5931 device->ws->buffer_destroy(device->ws, event->bo); in radv_destroy_event() 5933 vk_object_base_finish(&event->base); in radv_destroy_event() 5934 vk_free2(&device->vk.alloc, pAllocator, event); in radv_destroy_event() 5927 radv_destroy_event(struct radv_device *device, const VkAllocationCallbacks *pAllocator, struct radv_event *event) radv_destroy_event() argument 5944 struct radv_event *event; radv_CreateEvent() local [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | i2c.h | 39 typedef int (*i2c_slave_cb_t)(struct i2c_client *client, enum i2c_slave_event event, u8 *val); 251 * as the alert response's low bit ("event flag"). 352 static inline int i2c_slave_event(struct i2c_client *client, enum i2c_slave_event event, u8 *val) in i2c_slave_event() argument 354 return client->slave_cb(client, event, val); in i2c_slave_event()
|
/device/soc/rockchip/rk3588/kernel/drivers/cpufreq/ |
H A D | rockchip-cpufreq.c | 585 unsigned long event, void *data) in rockchip_cpufreq_notifier() 601 if (event == CPUFREQ_CREATE_POLICY) { in rockchip_cpufreq_notifier() 620 } else if (event == CPUFREQ_REMOVE_POLICY) { in rockchip_cpufreq_notifier() 584 rockchip_cpufreq_notifier(struct notifier_block *nb, unsigned long event, void *data) rockchip_cpufreq_notifier() argument
|
/third_party/alsa-lib/src/control/ |
H A D | control_shm.c | 369 static int snd_ctl_shm_read(snd_ctl_t *ctl, snd_ctl_event_t *event) in snd_ctl_shm_read() argument 379 ctrl->u.read = *event; in snd_ctl_shm_read() 384 *event = ctrl->u.read; in snd_ctl_shm_read()
|
/third_party/json/tests/src/ |
H A D | unit-regression2.cpp | 351 json::parser_callback_t cb = [&](int /*level*/, json::parse_event_t event, json & parsed) noexcept 354 if (event == json::parse_event_t::value && !parsed.is_primitive()) 359 switch (event)
|
/third_party/node/deps/v8/src/wasm/ |
H A D | streaming-decoder.cc | 334 void call(CompilationEvent event) override { 335 if (event != CompilationEvent::kFinishedCompilationChunk && 336 event != CompilationEvent::kFinishedTopTierCompilation) {
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | channel.sub.js | 180 * Add an event callback function. Supported message types are 185 * with an event-like object, with ``type`` and ``data`` 196 throw new Error(`Unrecognised event type ${type}`); 202 * Remove an event callback function. 225 // is different to DOM event listeners. 299 await super.connect(event => this.readMessage(event.data)); 369 // Spinning the event loop after the close events is necessary to
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cc.c | 251 cc->event = ngtcp2_cc_cubic_cc_event; in ngtcp2_cc_cubic_cc_init() 588 ngtcp2_cc_event_type event, ngtcp2_tstamp ts) { in ngtcp2_cc_cubic_cc_event() 592 if (event != NGTCP2_CC_EVENT_TYPE_TX_START || cc->epoch_start == UINT64_MAX) { in ngtcp2_cc_cubic_cc_event() 587 ngtcp2_cc_cubic_cc_event(ngtcp2_cc *ccx, ngtcp2_conn_stat *cstat, ngtcp2_cc_event_type event, ngtcp2_tstamp ts) ngtcp2_cc_cubic_cc_event() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | cpu-profiler.cc | 139 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue() argument 140 event.generic.order = ++last_code_event_id_; in Enqueue() 141 events_buffer_.Enqueue(event); in Enqueue() 280 // processed, proceed to the next code event. in Run() 300 // event of profiler shutdown. in Run()
|
/third_party/python/Lib/idlelib/ |
H A D | debugger.py | 75 # our second 'run' was invoked from an event dispatched not from 76 # the main event loop, but from the nested event loop in 'interaction' 78 # outer main event loop 82 # nested event loop 85 # This kind of nesting of event loops causes all kinds of problems 92 # that outer event loop. To accomplish this, we: 94 # - abort_loop ensures the nested event loop will terminate 99 # That leaves us back at the outer main event loop, at which point our 100 # after event ca [all...] |
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 183 reader.onload = function(event) { 184 main.setFile(JSON.parse(event.target.result)); 186 reader.onerror = function(event) { 188 "File could not be read! Code " + event.target.error.code); 405 nameElement.onclick = (event) => { 409 event.stopPropagation(); 419 linkElement.onclick = (event) => { 424 event.stopPropagation();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 320 void setEvent(VkEvent event, VkPipelineStageFlags stageMask); 324 void resetEvent(VkEvent event, VkPipelineStageFlags stageMask); 922 ANGLE_INLINE void CommandBuffer::setEvent(VkEvent event, VkPipelineStageFlags stageMask) in setEvent() argument 924 ASSERT(valid() && event != VK_NULL_HANDLE); in setEvent() 925 vkCmdSetEvent(mHandle, event, stageMask); in setEvent() 944 ANGLE_INLINE void CommandBuffer::resetEvent(VkEvent event, VkPipelineStageFlags stageMask) in resetEvent() argument 946 ASSERT(valid() && event != VK_NULL_HANDLE); in resetEvent() 947 vkCmdResetEvent(mHandle, event, stageMask); in resetEvent()
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
H A D | drv_spi.h | 107 typedef void (*spi_event_cb_t)(int32_t idx, spi_event_e event); ///< Pointer to \ref spi_event_cb_t : SPI Event call back. 116 uint32_t event_mode_fault : 1; ///< Signal Mode Fault event: \ref spi_event_e 120 \brief Initialize SPI Interface. 1. Initializes the resources needed for the SPI interface 2.registers event callback function 122 \param[in] cb_event event callback function \ref spi_event_cb_t
|
H A D | drv_iic.h | 82 typedef void (*iic_event_cb_t)(int32_t idx, iic_event_e event); ///< Pointer to \ref iic_event_cb_t : IIC Event call back. 93 1. Initializes the resources needed for the IIC interface 2.registers event callback function 95 \param[in] cb_event event callback function \ref iic_event_cb_t
|
H A D | drv_aes.h | 86 typedef void (*aes_event_cb_t)(int32_t idx, aes_event_e event); ///< Pointer to \ref aes_event_cb_t : AES Event call back. 109 \brief Initialize AES Interface. 1. Initializes the resources needed for the AES interface 2.registers event callback function 111 \param[in] cb_event event callback function \ref aes_event_cb_t
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/ |
H A D | los_task_pri.h | 113 * The time for waiting for an event to occur expires. 121 * The task is waiting for an event to occur. 129 * The task is reading an event. 137 * A software timer is waiting for an event to occur. 294 EVENT_CB_S event; member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.h | 10 #include <media/v4l2-event.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_defs.h | 527 * enum kbase_pm_policy_event - PM Policy event ID 562 * @handle_event: Function called when a PM policy event occurs. Should be 564 * event notifications. 628 * Function called when a power event occurs 632 * @event: The id of the power event that has occurred 635 enum kbase_pm_policy_event event);
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_file.h | 86 * This represents a DRM event. Drivers can use this as a generic completion 110 * @event: 112 * Pointer to the actual event that should be sent to userspace to be 117 struct drm_event *event; member 123 * depend upon the nonblocking DRM operation this event represents. 130 * &struct drm_file where @event should be delivered to. Only set when 131 * @event is set. 138 * Double-linked list to keep track of this event. Can be used by the 149 * userspace closes the file before the event is delivered. 313 * events in case this file gets closed before the event i [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.h | 10 #include <media/v4l2-event.h>
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | TransliteratingTextComponent.java | 11 import java.awt.event.KeyEvent;
|
/third_party/alsa-lib/include/ |
H A D | seq_event.h | 39 * Sequencer event data type 43 /** Sequencer event type */ 45 /** system status; event data type = #snd_seq_result_t */ 47 /** returned result status; event data type = #snd_seq_result_t */ 50 /** note on and off with duration; event data type = #snd_seq_ev_note_t */ 52 /** note on; event data type = #snd_seq_ev_note_t */ 54 /** note off; event data type = #snd_seq_ev_note_t */ 56 /** key pressure change (aftertouch); event data type = #snd_seq_ev_note_t */ 59 /** controller; event data type = #snd_seq_ev_ctrl_t */ 61 /** program change; event dat 271 int event; /**< processed event type */ global() member [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_metal.h | 171 VkEvent event; member
|
/third_party/libdrm/nouveau/nvif/ |
H A D | ioctl.h | 97 __u8 event; member 100 __u8 data[]; /* event request data (event.h) */
|
/third_party/libwebsockets/test-apps/ |
H A D | lws-common.js | 49 obj[type+fn] = function() { obj["e" + type + fn]( window.event );};
|