Home
last modified time | relevance | path

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

1234

/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 …]
Dwindows_utils.py67 ov = _winapi.ConnectNamedPipe(h1, overlapped=True)
68 ov.GetOverlappedResult(True)
/third_party/python/Lib/multiprocessing/
Dconnection.py280 ov, err = _winapi.WriteFile(self._handle, buf, overlapped=True)
284 [ov.event], False, INFINITE)
287 ov.cancel()
290 nwritten, err = ov.GetOverlappedResult(True)
301 ov, err = _winapi.ReadFile(self._handle, bsize,
306 [ov.event], False, INFINITE)
309 ov.cancel()
312 nread, err = ov.GetOverlappedResult(True)
315 f.write(ov.getbuffer())
318 return self._get_more_data(ov, maxsize)
[all …]
/third_party/ffmpeg/libavcodec/
Ddfpwmdec.c49 int nq, lq, st, ns, ov; in au_decompress() local
70 ov = (t != state->lt ? (nq+lq+1)>>1 : nq); in au_decompress()
73 state->fq += ((fs*(ov-state->fq) + 0x80)>>8); in au_decompress()
74 ov = state->fq; in au_decompress()
77 *(outbuf++) = ov + 128; in au_decompress()
/third_party/rust/crates/clap/tests/builder/
Dtests.rs107 if let Some(ov) = matches.get_many::<String>("option") { in check_complex_output()
108 for o in ov { in check_complex_output()
188 if let Some(ov) = matches.get_many::<String>("option") { in check_complex_output()
189 for o in ov { in check_complex_output()
218 if let Some(ov) = matches.get_many::<String>("option") { in check_complex_output()
219 for o in ov { in check_complex_output()
/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()
808 orig = &origin->ov[i]; in nghttp2_frame_pack_origin()
826 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
855 origin->ov = NULL; in nghttp2_frame_unpack_origin_payload()
863 ov = nghttp2_mem_malloc(mem, len); in nghttp2_frame_unpack_origin_payload()
864 if (ov == NULL) { in nghttp2_frame_unpack_origin_payload()
868 origin->ov = ov; in nghttp2_frame_unpack_origin_payload()
[all …]
Dnghttp2_submit.c588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin() argument
608 len += ov[i].origin_len; in nghttp2_submit_origin()
626 ov_copy[i].origin_len = ov[i].origin_len; in nghttp2_submit_origin()
627 p = nghttp2_cpymem(p, ov[i].origin, ov[i].origin_len); in nghttp2_submit_origin()
/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()
808 orig = &origin->ov[i]; in nghttp2_frame_pack_origin()
826 nghttp2_origin_entry *ov; in nghttp2_frame_unpack_origin_payload() local
855 origin->ov = NULL; in nghttp2_frame_unpack_origin_payload()
863 ov = nghttp2_mem_malloc(mem, len); in nghttp2_frame_unpack_origin_payload()
864 if (ov == NULL) { in nghttp2_frame_unpack_origin_payload()
868 origin->ov = ov; in nghttp2_frame_unpack_origin_payload()
[all …]
Dnghttp2_submit.c588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin() argument
608 len += ov[i].origin_len; in nghttp2_submit_origin()
626 ov_copy[i].origin_len = ov[i].origin_len; in nghttp2_submit_origin()
627 p = nghttp2_cpymem(p, ov[i].origin, ov[i].origin_len); in nghttp2_submit_origin()
/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/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
110 if (ov >= 0) in dri2_query_renderer_integer()
111 value[0] = MIN2(ov, value[0]); in dri2_query_renderer_integer()
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c510 nghttp2_origin_entry ov[] = { in test_nghttp2_frame_pack_origin() local
533 nghttp2_frame_origin_init(&frame, ov, 3); in test_nghttp2_frame_pack_origin()
550 CU_ASSERT(sizeof(example) - 1 == oorigin.ov[0].origin_len); in test_nghttp2_frame_pack_origin()
551 CU_ASSERT(0 == memcmp(example, oorigin.ov[0].origin, sizeof(example) - 1)); in test_nghttp2_frame_pack_origin()
552 CU_ASSERT(sizeof(nghttp2) - 1 == oorigin.ov[1].origin_len); in test_nghttp2_frame_pack_origin()
553 CU_ASSERT(0 == memcmp(nghttp2, oorigin.ov[1].origin, sizeof(nghttp2) - 1)); in test_nghttp2_frame_pack_origin()
586 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
D355.txt65 355311|Kuçovë
79 355367|Perondi/Kozarë, Kuçovë
/third_party/libphonenumber/resources/geocoding/ro/
D40.txt57 40268|Brașov
98 40368|Brașov
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp85 if(auto ov = getEnv(name.data())) in set() local
87 oldValue = ov; in set()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dsk.txt47 other{"{0} stupňov"}
472 other{"{0} týždňov"}
961 other{"{0} kameňov"}
1038 dnam{"palce ortuťového stĺpca"}
1039 few{"{0} palce ortuťového stĺpca"}
1040 many{"{0} palca ortuťového stĺpca"}
1041 one{"{0} palec ortuťového stĺpca"}
1042 other{"{0} palcov ortuťového stĺpca"}
1066 dnam{"milimetre ortuťového stĺpca"}
1067 few{"{0} milimetre ortuťového stĺpca"}
[all …]
/third_party/icu/icu4c/source/data/translit/
Dhy_hy_FONIPA.txt14 ով → ov;
Dfa_fa_FONIPA.txt25 \u064Eو\u0652 → ov;
/third_party/skia/third_party/externals/icu/source/data/translit/
Dhy_hy_FONIPA.txt14 ով → ov;
Dfa_fa_FONIPA.txt25 \u064Eو\u0652 → ov;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt58 ով → ov; # երազով → /jɛɾɑzov/
/third_party/icu/icu4c/source/data/unit/
Dsk.txt180 other{"{0} stupňov"}
189 few{"{0} stupňov"}
192 other{"{0} stupňov"}
212 other{"{0} stupňov"}
2102 other{"{0} týždňov"}
2111 few{"{0} týždňov"}
2114 other{"{0} týždňov"}
2134 other{"{0} týždňov"}
3744 other{"{0} kameňov"}
4125 dnam{"palce ortuťového stĺpca"}
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
DREADME.md7 ![lws-smp-overview](/doc-assets/lws-smp-ov.png)
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBaseVertexVariantsTest.cpp164 uint32_t ov = 4 * i; in DrawBaseVertexVariantsTest() local
167 mRegularIndices[oi + j] = mIndices[j] + ov; in DrawBaseVertexVariantsTest()

1234