Home
last modified time | relevance | path

Searched refs:ov (Results 1 - 25 of 28) sorted by relevance

12

/third_party/python/Lib/asyncio/
H A Dwindows_events.py54 def __init__(self, ov, *, loop=None):
58 self._ov = ov
99 def __init__(self, ov, handle, wait_handle, *, loop=None):
105 self._ov = ov
175 def __init__(self, ov, event, wait_handle, *, loop=None):
176 super().__init__(ov, event, wait_handle, loop=loop)
195 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None):
196 super().__init__(ov, handle, wait_handle, loop=loop)
324 ov = self._self_reading_future._ov
332 if ov i
[all...]
H A Dwindows_utils.py67 ov = _winapi.ConnectNamedPipe(h1, overlapped=True)
68 ov.GetOverlappedResult(True)
/third_party/python/Lib/multiprocessing/
H A Dconnection.py279 ov, err = _winapi.WriteFile(self._handle, buf, overlapped=True)
283 [ov.event], False, INFINITE)
286 ov.cancel()
289 nwritten, err = ov.GetOverlappedResult(True)
300 ov, err = _winapi.ReadFile(self._handle, bsize,
305 [ov.event], False, INFINITE)
308 ov.cancel()
311 nread, err = ov.GetOverlappedResult(True)
314 f.write(ov.getbuffer())
317 return self._get_more_data(ov, maxsiz
[all...]
/third_party/ffmpeg/libavcodec/
H A 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/
H A 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/
H A Dnghttp2_frame.c227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init()
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 in nghttp2_frame_unpack_origin_payload()
226 nghttp2_frame_origin_init(nghttp2_extension *frame, nghttp2_origin_entry *ov, size_t nov) nghttp2_frame_origin_init() argument
[all...]
H A Dnghttp2_submit.c588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin()
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()
587 nghttp2_submit_origin(nghttp2_session *session, uint8_t flags, const nghttp2_origin_entry *ov, size_t nov) nghttp2_submit_origin() argument
H A Dnghttp2_frame.h528 * Also |ov| and the memory pointed by the field of its elements are
529 * allocated in single buffer, starting with |ov|. On success, this
530 * function takes ownership of |ov|, so caller must not free it.
533 nghttp2_origin_entry *ov, size_t nov);
538 * only frees nghttp2_ext_origin.ov. Therefore, other fields must be
539 * allocated in the same buffer with ov.
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c227 nghttp2_origin_entry *ov, size_t nov) { in nghttp2_frame_origin_init()
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 in nghttp2_frame_unpack_origin_payload()
226 nghttp2_frame_origin_init(nghttp2_extension *frame, nghttp2_origin_entry *ov, size_t nov) nghttp2_frame_origin_init() argument
[all...]
H A Dnghttp2_submit.c588 const nghttp2_origin_entry *ov, size_t nov) { in nghttp2_submit_origin()
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()
587 nghttp2_submit_origin(nghttp2_session *session, uint8_t flags, const nghttp2_origin_entry *ov, size_t nov) nghttp2_submit_origin() argument
H A Dnghttp2_frame.h528 * Also |ov| and the memory pointed by the field of its elements are
529 * allocated in single buffer, starting with |ov|. On success, this
530 * function takes ownership of |ov|, so caller must not free it.
533 nghttp2_origin_entry *ov, size_t nov);
538 * only frees nghttp2_ext_origin.ov. Therefore, other fields must be
539 * allocated in the same buffer with ov.
/third_party/mesa3d/src/gallium/frontends/dri/
H A 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/skia/modules/skottie/src/
H A 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/nghttp2/tests/
H A 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()
H A Dfailmalloc_test.c228 static const nghttp2_origin_entry ov = { in run_nghttp2_session_send_server() local
254 rv = nghttp2_submit_origin(session, NGHTTP2_FLAG_NONE, &ov, 1); in run_nghttp2_session_send_server()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp85 if(auto ov = getEnv(name.data())) in set()
87 oldValue = ov; in set()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexBaseInstanceTest.cpp138 uint32_t ov = 4 * i; in DrawBaseVertexBaseInstanceTest() local
141 mRegularIndices[oi + j] = mIndices[j] + ov; in DrawBaseVertexBaseInstanceTest()
H A DDrawBaseVertexVariantsTest.cpp164 uint32_t ov = 4 * i; in DrawBaseVertexVariantsTest() local
167 mRegularIndices[oi + j] = mIndices[j] + ov; in DrawBaseVertexVariantsTest()
/third_party/python/Modules/
H A Doverlapped.c609 mark_as_completed(OVERLAPPED *ov) in mark_as_completed() argument
611 ov->Internal = 0; in mark_as_completed()
612 if (ov->hEvent != NULL) in mark_as_completed()
613 SetEvent(ov->hEvent); in mark_as_completed()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4834 * The number of origins contained in |ov|.
4840 nghttp2_origin_entry *ov; member
4854 * The |ov| points to the array of origins. The |nov| specifies the
4855 * number of origins included in |ov|. This function creates copies
4856 * of all elements in |ov|.
4872 const nghttp2_origin_entry *ov,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h4818 * The number of origins contained in |ov|.
4824 nghttp2_origin_entry *ov; member
4838 * The |ov| points to the array of origins. The |nov| specifies the
4839 * number of origins included in |ov|. This function creates copies
4840 * of all elements in |ov|.
4856 const nghttp2_origin_entry *ov,
/third_party/skia/tests/
H A DUtilsTest.cpp337 for (auto [i, ov, iv] : SkMakeEnumerate(SkMakeZip(os, is))) { in DEF_TEST()
338 ov = std::move(iv); in DEF_TEST()
/third_party/nghttp2/src/
H A Dapp_helper.cc365 auto ent = &origin->ov[i]; in print_frame()
/third_party/mbedtls/library/
H A Daes.c1363 unsigned char ov[17]; in mbedtls_aes_crypt_cfb8() local
1369 memcpy(ov, iv, 16); in mbedtls_aes_crypt_cfb8()
1376 ov[16] = *input; in mbedtls_aes_crypt_cfb8()
1382 ov[16] = c; in mbedtls_aes_crypt_cfb8()
1385 memcpy(iv, ov + 1, 16); in mbedtls_aes_crypt_cfb8()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1653 ov = getattr(f, 'ov', None)
1654 if ov is not None:
1655 self.assertTrue(ov.pending)
1677 if ov is not None:
1678 self.assertFalse(ov.pending)

Completed in 44 milliseconds

12