Home
last modified time | relevance | path

Searched refs:ov (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/python/Lib/asyncio/
Dwindows_events.py54 def __init__(self, ov, *, loop=None): argument
58 self._ov = ov
99 def __init__(self, ov, handle, wait_handle, *, loop=None): argument
105 self._ov = ov
175 def __init__(self, ov, event, wait_handle, *, loop=None): argument
176 super().__init__(ov, event, wait_handle, loop=loop)
195 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None): argument
196 super().__init__(ov, handle, wait_handle, loop=loop)
324 ov = self._self_reading_future._ov
332 if ov is not None:
[all …]
/third_party/gstreamer/gstplugins_base/tests/icles/
Dstress-videooverlay.c97 toggle_events (GstVideoOverlay * ov) in toggle_events() argument
101 gst_video_overlay_handle_events (ov, events_toggled); in toggle_events()
115 cycle_window (GstVideoOverlay * ov) in cycle_window() argument
131 gst_video_overlay_set_window_handle (ov, win); in cycle_window()
145 GstVideoOverlay *ov = NULL; in create_window() local
150 ov = GST_VIDEO_OVERLAY (GST_MESSAGE_SRC (message)); in create_window()
154 cycle_window (ov); in create_window()
158 g_timeout_add (100, (GSourceFunc) cycle_window, ov); in create_window()
159 g_timeout_add_seconds (2, (GSourceFunc) toggle_events, ov); in create_window()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtraverse_ccw.cpp222 namespace ov = bg::detail::overlay; in test_polygon()
223 T area1 = intersect<clock, clock>(wkt1, wkt2, name, ov::operation_intersection); in test_polygon()
224 T area2 = intersect<counter, counter>(wkt1, wkt2, name, ov::operation_intersection); in test_polygon()
225 T area3 = intersect<clock, counter>(wkt1, wkt2, name, ov::operation_intersection); in test_polygon()
226 T area4 = intersect<counter, clock>(wkt1, wkt2, name, ov::operation_intersection); in test_polygon()
232 area1 = intersect<clock, clock>(wkt1, wkt2, name, ov::operation_union); in test_polygon()
233 area2 = intersect<counter, counter>(wkt1, wkt2, name, ov::operation_union); in test_polygon()
234 area3 = intersect<clock, counter>(wkt1, wkt2, name, ov::operation_union); in test_polygon()
235 area4 = intersect<counter, clock>(wkt1, wkt2, name, ov::operation_union); in test_polygon()
250 namespace ov = bg::detail::overlay; in test_box_polygon()
[all …]
/third_party/python/Lib/multiprocessing/
Dconnection.py285 ov, err = _winapi.WriteFile(self._handle, buf, overlapped=True)
289 [ov.event], False, INFINITE)
292 ov.cancel()
295 nwritten, err = ov.GetOverlappedResult(True)
306 ov, err = _winapi.ReadFile(self._handle, bsize,
311 [ov.event], False, INFINITE)
314 ov.cancel()
317 nread, err = ov.GetOverlappedResult(True)
320 f.write(ov.getbuffer())
323 return self._get_more_data(ov, maxsize)
[all …]
/third_party/boost/libs/dll/test/
Dcpp_import_test.cpp67 override_class *ov = &override_class_varible; in main() local
68 volatile override_class *ovv = ov; in main()
69 const volatile override_class *ovcv = ov; in main()
71 BOOST_TEST(func(ov, 3.,2.) == 6.); in main()
72 BOOST_TEST(func(ov, 1,2 ) == 3 ); in main()
/third_party/boost/libs/optional/test/
Doptional_test_io.cpp52 void subtest_tag_none_reversibility_with_optional(optional<T> ov) in subtest_tag_none_reversibility_with_optional() argument
56 s >> ov; in subtest_tag_none_reversibility_with_optional()
57 BOOST_TEST(!ov); in subtest_tag_none_reversibility_with_optional()
64 optional<T> ov; in subtest_tag_none_equivalence_with_optional() local
66 r << ov; in subtest_tag_none_equivalence_with_optional()
/third_party/boost/libs/spirit/test/x3/
Drule4.cpp131 ov_type ov; in main() local
132 BOOST_TEST(test_attr("1", r2, ov) && ov && boost::get<int>(ov) == 1); in main()
/third_party/ejdb/src/jbs/
Djbs.c75 EJDB_OPTS ov = { in main() local
94 memcpy(&opts, &ov, sizeof(ov)); in main()
/third_party/flutter/skia/modules/skottie/src/
DSkottieJson.cpp91 const auto& ov = v.as<ObjectValue>(); in Parse() local
93 return Parse<SkScalar>(ov["x"], &pt->fX) in Parse()
94 && Parse<SkScalar>(ov["y"], &pt->fY); in Parse()
DSkottieValue.cpp133 const auto& ov = jv.as<skjson::ObjectValue>(); in FromJSON() local
139 if (!ParsePointVec(ov["v"], &verts)) { in FromJSON()
145 ParsePointVec(ov["i"], &inPts); in FromJSON()
151 ParsePointVec(ov["o"], &outPts); in FromJSON()
161 v->fClosed = ParseDefault<bool>(ov["c"], false); in FromJSON()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_query_renderer.c35 int ov = driQueryOptioni(&screen->dev->option_cache, "override_vram_size"); in dri2_query_renderer_integer() local
39 if (ov >= 0) in dri2_query_renderer_integer()
40 value[0] = MIN2(ov, value[0]); in dri2_query_renderer_integer()
/third_party/boost/boost/context/detail/
Dexchange.hpp25 T ov = std::move( t); in exchange() local
27 return ov; in exchange()
/third_party/boost/boost/fiber/detail/
Dexchange.hpp25 T ov = std::move( t); in exchange() local
27 return ov; in exchange()
/third_party/skia/modules/skottie/src/
DSkottieJson.cpp103 const auto& ov = v.as<ObjectValue>(); in Parse() local
105 return Parse<SkScalar>(ov["x"], &pt->fX) in Parse()
106 && Parse<SkScalar>(ov["y"], &pt->fY); in Parse()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.c227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init() argument
233 payloadlen += 2 + ov[i].origin_len; in nghttp2_frame_origin_init()
240 origin->ov = ov; in nghttp2_frame_origin_init()
253 nghttp2_mem_free(mem, origin->ov); in nghttp2_frame_origin_free()
798 orig = &origin->ov[i]; in nghttp2_frame_pack_origin()
816 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
845 origin->ov = NULL; in nghttp2_frame_unpack_origin_payload()
853 ov = nghttp2_mem_malloc(mem, len); in nghttp2_frame_unpack_origin_payload()
854 if (ov == NULL) { in nghttp2_frame_unpack_origin_payload()
858 origin->ov = ov; in nghttp2_frame_unpack_origin_payload()
[all …]
Dnghttp2_submit.c585 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin() argument
605 len += ov[i].origin_len; in nghttp2_submit_origin()
623 ov_copy[i].origin_len = ov[i].origin_len; in nghttp2_submit_origin()
624 p = nghttp2_cpymem(p, ov[i].origin, ov[i].origin_len); in nghttp2_submit_origin()
/third_party/nghttp2/lib/
Dnghttp2_frame.c227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init() argument
233 payloadlen += 2 + ov[i].origin_len; in nghttp2_frame_origin_init()
240 origin->ov = ov; in nghttp2_frame_origin_init()
253 nghttp2_mem_free(mem, origin->ov); in nghttp2_frame_origin_free()
798 orig = &origin->ov[i]; in nghttp2_frame_pack_origin()
816 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
845 origin->ov = NULL; in nghttp2_frame_unpack_origin_payload()
853 ov = nghttp2_mem_malloc(mem, len); in nghttp2_frame_unpack_origin_payload()
854 if (ov == NULL) { in nghttp2_frame_unpack_origin_payload()
858 origin->ov = ov; in nghttp2_frame_unpack_origin_payload()
[all …]
/third_party/boost/libs/spirit/test/qi/
Drule4.cpp136 ov_type ov; in main() local
137 BOOST_TEST(test_attr("1", r2, ov) && ov && boost::get<int>(ov) == 1); in main()
/third_party/boost/libs/optional/doc/
D1A_on_performance.qbk118 optional<Big> ov;
121 fun(ov); // no copy
134 optional<Big> ov;
136 fun(ov); // no copy
150 optional<Big> ov;
153 fun(ov); // doesn't compile
/third_party/glib/gio/tests/
Dunix-fd.c53 GOutputVector ov; in test_fds() local
181 ov.buffer = buffer; in test_fds()
182 ov.size = 1; in test_fds()
183 s = g_socket_send_message (sockets[0], NULL, &ov, 1, in test_fds()
/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/nghttp2/tests/
Dnghttp2_frame_test.c520 nghttp2_origin_entry ov[] = { in test_nghttp2_frame_pack_origin() local
543 nghttp2_frame_origin_init(&frame, ov, 3); in test_nghttp2_frame_pack_origin()
560 CU_ASSERT(sizeof(example) - 1 == oorigin.ov[0].origin_len); in test_nghttp2_frame_pack_origin()
561 CU_ASSERT(0 == memcmp(example, oorigin.ov[0].origin, sizeof(example) - 1)); in test_nghttp2_frame_pack_origin()
562 CU_ASSERT(sizeof(nghttp2) - 1 == oorigin.ov[1].origin_len); in test_nghttp2_frame_pack_origin()
563 CU_ASSERT(0 == memcmp(nghttp2, oorigin.ov[1].origin, sizeof(nghttp2) - 1)); in test_nghttp2_frame_pack_origin()
596 CU_ASSERT(NULL == oorigin.ov); in test_nghttp2_frame_pack_origin()
/third_party/libphonenumber/resources/geocoding/en/
D40.txt56 40268|Brașov
97 40368|Brașov
/third_party/libphonenumber/resources/geocoding/ro/
D40.txt57 40268|Brașov
98 40368|Brașov
/third_party/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c220 const OverlayInfo *ov = overlay_info + i; in level_of_visual() local
221 if (ov->overlay_visual == vinfo->visualid) { in level_of_visual()
223 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) { in level_of_visual()
224 int level = ov->layer; in level_of_visual()
451 const OverlayInfo *ov = overlay_info + i; in transparent_pixel() local
452 if (ov->overlay_visual == vinfo->visualid) { in transparent_pixel()
454 if (ov->transparent_type == 0) { in transparent_pixel()
462 return ov->value; in transparent_pixel()
697 const OverlayInfo *ov = overlay_info + i; in choose_x_overlay_visual() local
701 if (ov->layer!=level) { in choose_x_overlay_visual()
[all …]

123456