Home
last modified time | relevance | path

Searched defs:ov (Results 1 – 23 of 23) sorted by relevance

/third_party/python/Lib/asyncio/
Dwindows_events.py54 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/
Dstress-videooverlay.c97 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/
Dgstceaccoverlay.c124 #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/
Ddri_query_renderer.c106 int ov = driQueryOptioni(&screen->dev->option_cache, "override_vram_size"); in dri2_query_renderer_integer() local
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c252 #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/
DSkottieJson.cpp103 const auto& ov = v.as<ObjectValue>(); in Parse() local
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dgstttmlrender.c89 #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/
DVulkanTester.cpp85 if(auto ov = getEnv(name.data())) in set() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBaseVertexVariantsTest.cpp164 uint32_t ov = 4 * i; in DrawBaseVertexVariantsTest() local
DDrawBaseVertexBaseInstanceTest.cpp138 uint32_t ov = 4 * i; in DrawBaseVertexBaseInstanceTest() local
/third_party/nghttp2/tests/
Dfailmalloc_test.c228 static const nghttp2_origin_entry ov = { in run_nghttp2_session_send_server() local
Dnghttp2_frame_test.c520 nghttp2_origin_entry ov[] = { in test_nghttp2_frame_pack_origin() local
Dnghttp2_session_test.c2634 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/
Dnghttp2_frame.c227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init()
826 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
Dnghttp2_submit.c588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin()
/third_party/nghttp2/lib/
Dnghttp2_frame.c227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init()
839 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
Dnghttp2_submit.c588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin()
/third_party/python/Lib/multiprocessing/
Dconnection.py332 def _get_more_data(self, ov, maxsize): argument
/third_party/mbedtls/library/
Daes.c1313 unsigned char ov[17]; in mbedtls_aes_crypt_cfb8() local
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4824 nghttp2_origin_entry *ov; member
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4824 nghttp2_origin_entry *ov; member
/third_party/python/Modules/
Doverlapped.c595 mark_as_completed(OVERLAPPED *ov) in mark_as_completed()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c165 int ov = driQueryOptioni(&device->instance->dri_options, "override_vram_size"); in radv_get_adjusted_vram_size() local