/third_party/python/Lib/asyncio/ |
D | windows_events.py | 54 def __init__(self, ov, *, loop=None): argument 99 def __init__(self, ov, handle, wait_handle, *, loop=None): argument 175 def __init__(self, ov, event, wait_handle, *, loop=None): argument 195 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None): argument 460 def finish_recv(trans, key, ov): argument 483 def finish_recv(trans, key, ov): argument 503 def finish_recv(trans, key, ov): argument 521 def finish_send(trans, key, ov): argument 541 def finish_send(trans, key, ov): argument 559 def finish_accept(trans, key, ov): argument [all …]
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | stress-videooverlay.c | 97 toggle_events (GstVideoOverlay * ov) in toggle_events() 115 cycle_window (GstVideoOverlay * ov) in cycle_window() 145 GstVideoOverlay *ov = NULL; in create_window() local
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstceaccoverlay.c | 124 #define GST_CEA_CC_OVERLAY_GET_LOCK(ov) (&GST_CEA_CC_OVERLAY (ov)->lock) argument 125 #define GST_CEA_CC_OVERLAY_GET_COND(ov) (&GST_CEA_CC_OVERLAY (ov)->cond) argument 126 #define GST_CEA_CC_OVERLAY_LOCK(ov) (g_mutex_lock (GST_CEA_CC_OVERLAY_GET_LOCK (ov))) argument 127 #define GST_CEA_CC_OVERLAY_UNLOCK(ov) (g_mutex_unlock (GST_CEA_CC_OVERLAY_GET_LOCK (ov))) argument 128 #define GST_CEA_CC_OVERLAY_WAIT(ov) (g_cond_wait (GST_CEA_CC_OVERLAY_GET_COND (ov), GST_CEA_CC_… argument 129 #define GST_CEA_CC_OVERLAY_SIGNAL(ov) (g_cond_signal (GST_CEA_CC_OVERLAY_GET_COND (ov))) argument 130 #define GST_CEA_CC_OVERLAY_BROADCAST(ov)(g_cond_broadcast (GST_CEA_CC_OVERLAY_GET_COND (ov))) argument
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_query_renderer.c | 106 int ov = driQueryOptioni(&screen->dev->option_cache, "override_vram_size"); in dri2_query_renderer_integer() local
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.c | 252 #define GST_BASE_TEXT_OVERLAY_GET_LOCK(ov) (&GST_BASE_TEXT_OVERLAY (ov)->lock) argument 253 #define GST_BASE_TEXT_OVERLAY_GET_COND(ov) (&GST_BASE_TEXT_OVERLAY (ov)->cond) argument 254 #define GST_BASE_TEXT_OVERLAY_LOCK(ov) (g_mutex_lock (GST_BASE_TEXT_OVERLAY_GET_LOCK (ov))) argument 255 #define GST_BASE_TEXT_OVERLAY_UNLOCK(ov) (g_mutex_unlock (GST_BASE_TEXT_OVERLAY_GET_LOCK (ov))) argument 256 #define GST_BASE_TEXT_OVERLAY_WAIT(ov) (g_cond_wait (GST_BASE_TEXT_OVERLAY_GET_COND (ov), GST_B… argument 257 #define GST_BASE_TEXT_OVERLAY_SIGNAL(ov) (g_cond_signal (GST_BASE_TEXT_OVERLAY_GET_COND (ov))) argument 258 #define GST_BASE_TEXT_OVERLAY_BROADCAST(ov)(g_cond_broadcast (GST_BASE_TEXT_OVERLAY_GET_COND (ov))) argument
|
/third_party/skia/modules/skottie/src/ |
D | SkottieJson.cpp | 103 const auto& ov = v.as<ObjectValue>(); in Parse() local
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 89 #define GST_TTML_RENDER_GET_LOCK(ov) (&GST_TTML_RENDER (ov)->lock) argument 90 #define GST_TTML_RENDER_GET_COND(ov) (&GST_TTML_RENDER (ov)->cond) argument 91 #define GST_TTML_RENDER_LOCK(ov) (g_mutex_lock (GST_TTML_RENDER_GET_LOCK (ov))) argument 92 #define GST_TTML_RENDER_UNLOCK(ov) (g_mutex_unlock (GST_TTML_RENDER_GET_LOCK (ov))) argument 93 #define GST_TTML_RENDER_WAIT(ov) (g_cond_wait (GST_TTML_RENDER_GET_COND (ov), GST_TTML_RENDER_G… argument 94 #define GST_TTML_RENDER_SIGNAL(ov) (g_cond_signal (GST_TTML_RENDER_GET_COND (ov))) argument 95 #define GST_TTML_RENDER_BROADCAST(ov)(g_cond_broadcast (GST_TTML_RENDER_GET_COND (ov))) argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 85 if(auto ov = getEnv(name.data())) in set() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | DrawBaseVertexVariantsTest.cpp | 164 uint32_t ov = 4 * i; in DrawBaseVertexVariantsTest() local
|
D | DrawBaseVertexBaseInstanceTest.cpp | 138 uint32_t ov = 4 * i; in DrawBaseVertexBaseInstanceTest() local
|
/third_party/nghttp2/tests/ |
D | failmalloc_test.c | 228 static const nghttp2_origin_entry ov = { in run_nghttp2_session_send_server() local
|
D | nghttp2_frame_test.c | 520 nghttp2_origin_entry ov[] = { in test_nghttp2_frame_pack_origin() local
|
D | nghttp2_session_test.c | 2634 nghttp2_origin_entry ov; in test_nghttp2_session_recv_origin() local 6742 static const nghttp2_origin_entry ov[] = { in test_nghttp2_submit_origin() local
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_frame.c | 227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init() 826 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
|
D | nghttp2_submit.c | 588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin()
|
/third_party/nghttp2/lib/ |
D | nghttp2_frame.c | 227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init() 839 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
|
D | nghttp2_submit.c | 588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin()
|
/third_party/python/Lib/multiprocessing/ |
D | connection.py | 332 def _get_more_data(self, ov, maxsize): argument
|
/third_party/mbedtls/library/ |
D | aes.c | 1313 unsigned char ov[17]; in mbedtls_aes_crypt_cfb8() local
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4824 nghttp2_origin_entry *ov; member
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4824 nghttp2_origin_entry *ov; member
|
/third_party/python/Modules/ |
D | overlapped.c | 595 mark_as_completed(OVERLAPPED *ov) in mark_as_completed()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 165 int ov = driQueryOptioni(&device->instance->dri_options, "override_vram_size"); in radv_get_adjusted_vram_size() local
|