/third_party/boost/libs/process/test/ |
D | limit_fd.cpp | 41 …const auto get_handle = [](FILE * f) {return reinterpret_cast<bt::nati… in __anonb7cc41e70102() variable 44 const auto get_handle = [](FILE * f) {return fileno(f);}; in __anonb7cc41e70302() variable 51 BOOST_CHECK_EQUAL(std::count(fd_list.begin(), fd_list.end(), get_handle(stdin)), 1); 52 BOOST_CHECK_EQUAL(std::count(fd_list.begin(), fd_list.end(), get_handle(stdout)), 1); 53 BOOST_CHECK_EQUAL(std::count(fd_list.begin(), fd_list.end(), get_handle(stderr)), 1); 55 …BOOST_CHECK(bt::is_stream_handle(get_handle(stdin), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag… 56 …BOOST_CHECK(bt::is_stream_handle(get_handle(stdout), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag… 57 …BOOST_CHECK(bt::is_stream_handle(get_handle(stderr), ec)); BOOST_CHECK_MESSAGE(!ec, ec.messag… 165 const auto get_handle = [](FILE * f){return std::to_string(_get_osfhandle(_fileno(f)));}; in __anonb7cc41e70702() variable 167 const auto get_handle = [](FILE * f){return std::to_string(fileno(f));}; [all …]
|
/third_party/boost/boost/lockfree/ |
D | queue.hpp | 147 tagged_node_handle dummy_node(pool.get_handle(n), 0); in initialize() 291 return pool.get_handle(head_.load()) == pool.get_handle(tail_.load()); in empty() 327 handle_type node_handle = pool.get_handle(n); in do_push() 349 tagged_node_handle new_tail(pool.get_handle(next_ptr), tail.get_next_tag()); in do_push() 423 if (pool.get_handle(head) == pool.get_handle(tail)) { in pop() 427 tagged_node_handle new_tail(pool.get_handle(next), tail.get_next_tag()); in pop() 440 tagged_node_handle new_head(pool.get_handle(next), head.get_next_tag()); in pop() 482 if (pool.get_handle(head) == pool.get_handle(tail)) { in unsynchronized_pop() 486 tagged_node_handle new_tail(pool.get_handle(next), tail.get_next_tag()); in unsynchronized_pop() 497 tagged_node_handle new_head(pool.get_handle(next), head.get_next_tag()); in unsynchronized_pop()
|
D | stack.hpp | 256 tagged_node_handle new_tos (pool.get_handle(new_top_node), old_tos.get_tag()); in link_nodes_atomic() 257 end_node->next = pool.get_handle(old_tos); in link_nodes_atomic() 268 tagged_node_handle new_tos (pool.get_handle(new_top_node), old_tos.get_tag()); in link_nodes_unsafe() 269 end_node->next = pool.get_handle(old_tos); in link_nodes_unsafe() 505 tagged_node_handle new_tos(pool.get_handle(new_tos_ptr), old_tos.get_next_tag()); in unsynchronized_pop() 630 tagged_node_handle next(pool.get_handle(next_node), nodes_to_consume.get_next_tag()); in consume_all_atomic() 670 tagged_node_handle next(pool.get_handle(next_node), nodes_to_consume.get_next_tag()); in consume_all_atomic() 711 node_pointer->next = pool.get_handle(last_node_pointer); in consume_all_atomic_reversed() 719 tagged_node_handle next(pool.get_handle(next_node), nodes_to_consume.get_next_tag()); in consume_all_atomic_reversed() 735 … tagged_node_handle next(pool.get_handle(next_node), nodes_in_reversed_order.get_next_tag()); in consume_all_atomic_reversed() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.7.rst | 166 - etnaviv: fail in get_handle(TYPE_KMS) without a scanout resource 167 - freedreno: fail in get_handle(TYPE_KMS) without a scanout resource 168 - panfrost: fail in get_handle(TYPE_KMS) without a scanout resource 169 - lima: fail in get_handle(TYPE_KMS) without a scanout resource
|
/third_party/boost/boost/lockfree/detail/ |
D | freelist.hpp | 141 T * get_handle(T * pointer) const in get_handle() function in boost::lockfree::detail::freelist_stack 146 T * get_handle(tagged_node_handle const & handle) const in get_handle() function in boost::lockfree::detail::freelist_stack 510 index_t get_handle(T * pointer) const in get_handle() function in boost::lockfree::detail::fixed_size_freelist 518 index_t get_handle(tagged_node_handle const & handle) const in get_handle() function in boost::lockfree::detail::fixed_size_freelist
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/android/ |
D | gstvkdisplay_android.c | 42 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle = in gst_vulkan_display_android_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/ |
D | gstgldisplay_viv_fb.c | 40 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_viv_fb_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkdisplay.c | 132 klass->get_handle = gst_vulkan_display_default_get_handle; in gst_vulkan_display_class_init() 297 g_return_val_if_fail (klass->get_handle != NULL, NULL); in gst_vulkan_display_get_handle() 299 return klass->get_handle (display); in gst_vulkan_display_get_handle()
|
D | gstvkdisplay.h | 121 gpointer (*get_handle) (GstVulkanDisplay * display); member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstgldisplay_egl_device.c | 65 display_class->get_handle = in gst_gl_display_egl_device_class_init()
|
D | gstgldisplay_egl.c | 89 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_egl_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstgldisplay_wayland.c | 56 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_wayland_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkdisplay_xcb.c | 42 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle = in gst_vulkan_display_xcb_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldisplay.h | 128 guintptr (*get_handle) (GstGLDisplay * display); member
|
D | gstgldisplay.c | 178 klass->get_handle = gst_gl_display_default_get_handle; in gst_gl_display_class_init() 483 g_return_val_if_fail (klass->get_handle != NULL, 0); in gst_gl_display_get_handle() 485 return klass->get_handle (display); in gst_gl_display_get_handle()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/ |
D | gstvkdisplay_wayland.c | 77 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle = in gst_vulkan_display_wayland_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ios/ |
D | gstvkdisplay_ios.m | 43 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle =
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_sync_wrappers.hpp | 66 boost::winapi::HANDLE_ get_handle() const BOOST_NOEXCEPT { return m_event.get(); } in get_handle() function in boost::ipc::aux::interprocess_event 148 boost::winapi::HANDLE_ get_handle() const BOOST_NOEXCEPT { return m_sem.get(); } in get_handle() function in boost::ipc::aux::interprocess_semaphore
|
D | ipc_sync_wrappers.cpp | 365 …boost::winapi::HANDLE_ handles[2u] = { m_current_semaphore->m_semaphore.get_handle(), abort_handle… in wait()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstgldisplay_x11.c | 57 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_x11_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstgldisplay_gbm.c | 63 GST_GL_DISPLAY_CLASS (klass)->get_handle = in gst_gl_display_gbm_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/ |
D | gstgldisplay_cocoa.m | 192 GST_GL_DISPLAY_CLASS (klass)->get_handle =
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/ |
D | gstvkdisplay_cocoa.m | 184 GST_VULKAN_DISPLAY_CLASS (klass)->get_handle =
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.dart | 623 int? _get_handle() native 'get_handle';
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 605 get_handle(struct gl_context *ctx, GLenum pname) in get_handle() function 1916 return get_handle(ctx, pname); in _mesa_GetHandleARB()
|