/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 926 const VkPipelineStageFlags stageMask; // TODO(b/117835459): We currently ignore the flags and signal the event at the last stage 947 const VkPipelineStageFlags stageMask; // FIXME(b/117835459): We currently ignore the flags and reset the event at the last stage 1663 void CommandBuffer::setEvent(Event *event, VkPipelineStageFlags stageMask) in setEvent() argument 1667 addCommand<::CmdSignalEvent>(event, stageMask); in setEvent() 1670 void CommandBuffer::resetEvent(Event *event, VkPipelineStageFlags stageMask) in resetEvent() argument 1674 addCommand<::CmdResetEvent>(event, stageMask); in resetEvent()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection.c | 972 * the next round of the event loop. 2678 of the event loop, as we're waiting on the application */ 2723 struct epoll_event event; local 2725 event.events = EPOLLIN | EPOLLOUT | EPOLLET; 2726 event.data.ptr = connection; 2730 &event))
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBManagerGUI.java | 10 import java.awt.event.*; 14 import javax.swing.event.*; 223 addWindowListener(new java.awt.event.WindowAdapter() { in initComponents() 224 public void windowClosing(java.awt.event.WindowEvent e) { in initComponents() 1200 void thisWindowClosing(java.awt.event.WindowEvent e) in thisWindowClosing()
|
H A D | BundleItemDialog.java | 10 import java.awt.event.*;
|
H A D | RBStatisticsPanel.java | 10 import java.awt.event.*;
|
H A D | RBSearchPanel.java | 10 import java.awt.event.*;
|
H A D | BundleItemCreationDialog.java | 10 import java.awt.event.*;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 2549 void pa_sink_input_send_event(pa_sink_input *i, const char *event, pa_proplist *data) { in pa_sink_input_send_event() argument 2555 pa_assert(event); in pa_sink_input_send_event() 2565 hook_data.event = event; in pa_sink_input_send_event() 2570 i->send_event(i, event, data); in pa_sink_input_send_event()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 284 # 50 ms: maximum granularity of the event loop 298 msg = ("Non-thread-safe operation invoked on an event loop other " 312 def check_in_thread(loop, event, debug, create_loop, fut): 313 # wait until the event loop is running 314 event.wait() 333 event = threading.Event() 335 loop.call_soon(event.set) 336 args = (loop, event, debug, create_loop, fut) 345 # raise RuntimeError if the thread has no event loop 351 # raise RuntimeError if the event loo [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1729 VkEvent event, 1732 return ::vkDestroyEvent( device, event, pAllocator ); 1735 VkResult vkGetEventStatus( VkDevice device, VkEvent event ) const VULKAN_HPP_NOEXCEPT 1737 return ::vkGetEventStatus( device, event ); 1740 VkResult vkSetEvent( VkDevice device, VkEvent event ) const VULKAN_HPP_NOEXCEPT 1742 return ::vkSetEvent( device, event ); 1745 VkResult vkResetEvent( VkDevice device, VkEvent event ) const VULKAN_HPP_NOEXCEPT 1747 return ::vkResetEvent( device, event ); 2374 VkEvent event, 2377 return ::vkCmdSetEvent( commandBuffer, event, stageMas [all...] |
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 2467 uint32_t event = 0; in HWTEST_F() local 2469 PrintManagerClient::GetInstance()->NotifyPrintServiceEvent(jobId, event); in HWTEST_F() 2475 uint32_t event = 0; in HWTEST_F() local 2477 PrintManagerClient::GetInstance()->NotifyPrintServiceEvent(jobId, event); in HWTEST_F() 2483 uint32_t event = 0; in HWTEST_F() local 2485 mockPrintManagerClient.NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
|
/third_party/glfw/src/ |
H A D | wl_window.c | 7 // warranty. In no event will the authors be held liable for any damages 43 #include <linux/input-event-codes.h> 676 // decorations or they have already received a configure event in xdgSurfaceHandleConfigure() 1212 GLFWbool event = GLFW_FALSE; in handleEvents() local 1225 while (!event) in handleEvents() 1259 event = GLFW_TRUE; in handleEvents() 1280 event = GLFW_TRUE; in handleEvents() 1295 event = GLFW_TRUE; in handleEvents()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cmd_buffer.c | 1688 * which we use for event waits, for example. in cmd_buffer_execute_outside_pass() 3413 V3DV_FROM_HANDLE(v3dv_event, event, _event); in v3dv_CmdSetEvent() 3427 job->cpu.event_set.event = event; in v3dv_CmdSetEvent() 3439 V3DV_FROM_HANDLE(v3dv_event, event, _event); in v3dv_CmdResetEvent() 3453 job->cpu.event_set.event = event; in v3dv_CmdResetEvent()
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 2324 * Markers represent a single discreet event in time. Markers have a scope, 2332 * @brief Describes the scope of an event object in the trace. 3411 /** @brief user event type */ 3415 * @brief Create an event notification 3416 * @note name or namelen being null/name and namelen not matching, user event feature not enabled 3417 * @return non-zero event identifier upon success and __itt_err otherwise 3473 * @brief Record an event occurrence. 3474 * @return __itt_err upon failure (invalid event id/user event feature not enabled) 3476 int LIBITTAPI __itt_event_start(__itt_event event); [all...] |
/base/inputmethod/imf/services/include/ |
H A D | peruser_session.h | 182 int AddClientInfo(sptr<IRemoteObject> inputClient, const InputClientInfo &clientInfo, ClientAddEvent event);
|
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 55 virtual void SendKeyEventFromInputMethod(const KeyEvent &event) = 0; 254 * @brief Dispatch keyboard event. 263 * @brief Dispatch keyboard event. 268 * @param callback Indicates the consumption result of key event.
|
/base/inputmethod/imf/test/common/src/ |
H A D | text_listener.cpp | 77 void TextListener::SendKeyEventFromInputMethod(const KeyEvent &event) in SendKeyEventFromInputMethod() argument
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 287 static void HallSensorCallback(SensorEvent* event);
|
/base/security/security_guard/test/unittest/security_collector/data_collection/src/ |
H A D | data_collection_test.cpp | 38 void OnNotify(const Event &event) override {};
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch5_test.cpp | 108 void ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event) {} in ProcessEvent() argument
|
/third_party/eudev/src/shared/ |
H A D | util.h | 280 int fd_wait_for_event(int fd, int event, usec_t timeout);
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBImporter.java | 16 import java.awt.event.*;
|
/third_party/libuv/src/unix/ |
H A D | internal.h | 272 int uv__epoll_ctl(int epoll_fd, int op, int fd, struct epoll_event* event);
|
H A D | kqueue.c | 31 #include <sys/event.h> 184 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll()
|
/third_party/libuv/test/ |
H A D | test-poll.c | 41 # include <sys/event.h> 286 /* Fudge with the event mask. */ 385 /* Fudge with the event mask. */
|