Home
last modified time | relevance | path

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

12345678910>>...14

/external/python/cpython3/Lib/asyncio/
Dwindows_events.py48 def __init__(self, ov, *, loop=None): argument
52 self._ov = ov
93 def __init__(self, ov, handle, wait_handle, *, loop=None): argument
99 self._ov = ov
169 def __init__(self, ov, event, wait_handle, *, loop=None): argument
170 super().__init__(ov, event, wait_handle, loop=loop)
189 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None): argument
190 super().__init__(ov, handle, wait_handle, loop=loop)
424 ov = _overlapped.Overlapped(NULL)
427 ov.WSARecv(conn.fileno(), nbytes, flags)
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValuesTest.java30 ObjectValues ov = new ObjectValues(); in testObjectValues() local
32 ov.setObject(obj); in testObjectValues()
44 ov.setValues(prop2values); in testObjectValues()
45 ov.setPossible(props); in testObjectValues()
48 String dumpedStr = dumper.dumpAsMap(ov); in testObjectValues()
52 assertEquals(ov.getObject(), ov2.getObject()); in testObjectValues()
53 assertEquals(ov.getValues(), ov2.getValues()); in testObjectValues()
54 assertArrayEquals(ov.getPossible(), ov2.getPossible()); in testObjectValues()
55 ov.getPossible()[0] = ov2.getPossible()[0]; in testObjectValues()
60 ObjectValuesWithParam<String, Integer> ov = new ObjectValuesWithParam<String, Integer>(); in testObjectValuesWithParam() local
[all …]
/external/llvm/test/Transforms/InstCombine/
Dintrinsics.ll4 %ov.result.32 = type { i32, i1 }
9 declare %ov.result.32 @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone
10 declare %ov.result.32 @llvm.uadd.with.overflow.i32(i32, i32) nounwind readnone
11 declare %ov.result.32 @llvm.ssub.with.overflow.i32(i32, i32) nounwind readnone
12 declare %ov.result.32 @llvm.usub.with.overflow.i32(i32, i32) nounwind readnone
13 declare %ov.result.32 @llvm.smul.with.overflow.i32(i32, i32) nounwind readnone
14 declare %ov.result.32 @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
108 define %ov.result.32 @saddtest_nsw(i8 %a, i8 %b) {
111 %x = call %ov.result.32 @llvm.sadd.with.overflow.i32(i32 %A, i32 %B)
112 ret %ov.result.32 %x
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dintrinsics.ll5 %ov.result.32 = type { i32, i1 }
10 declare %ov.result.32 @llvm.sadd.with.overflow.i32(i32, i32) nounwind readnone
11 declare %ov.result.32 @llvm.uadd.with.overflow.i32(i32, i32) nounwind readnone
12 declare %ov.result.32 @llvm.ssub.with.overflow.i32(i32, i32) nounwind readnone
13 declare %ov.result.32 @llvm.usub.with.overflow.i32(i32, i32) nounwind readnone
14 declare %ov.result.32 @llvm.smul.with.overflow.i32(i32, i32) nounwind readnone
15 declare %ov.result.32 @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
115 define %ov.result.32 @saddtest_nsw(i8 %a, i8 %b) {
118 %x = call %ov.result.32 @llvm.sadd.with.overflow.i32(i32 %A, i32 %B)
119 ret %ov.result.32 %x
[all …]
/external/python/cpython3/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 …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.h27 int oy_stride, uint8_t *ou, uint8_t *ov,
32 int oy_stride, uint8_t *ou, uint8_t *ov,
37 int oy_stride, uint8_t *ou, uint8_t *ov,
48 uint8_t *ov, int ouv_stride, int oheight,
54 uint8_t *ov, int ouv_stride, int oheight,
60 uint8_t *ov, int ouv_stride, int oheight,
Dvp9_resize.c749 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame420() argument
754 vp9_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in vp9_resize_frame420()
761 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame422() argument
766 vp9_resize_plane(v, height, width / 2, uv_stride, ov, oheight, owidth / 2, in vp9_resize_frame422()
773 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame444() argument
778 vp9_resize_plane(v, height, width, uv_stride, ov, oheight, owidth, in vp9_resize_frame444()
787 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame420() argument
793 vp9_highbd_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in vp9_highbd_resize_frame420()
801 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame422() argument
807 vp9_highbd_resize_plane(v, height, width / 2, uv_stride, ov, oheight, in vp9_highbd_resize_frame422()
[all …]
/external/clang/test/CXX/expr/expr.mptr.oper/
Dp5.cpp20 volatile X0 &ov, in test_object_cvquals() argument
52 …(ov.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribu… in test_object_cvquals()
53 …(ov.*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attrib… in test_object_cvquals()
54 (ov.*pmv)(); in test_object_cvquals()
55 (ov.*pmcv)(); in test_object_cvquals()
/external/compiler-rt/test/builtins/Unit/
Dmulosi4_test.c25 int ov; in test__mulosi4() local
26 si_int x = __mulosi4(a, b, &ov); in test__mulosi4()
27 if (ov != expected_overflow) in test__mulosi4()
29 ov, expected_overflow); in test__mulosi4()
33 a, b, x, ov, expected, expected_overflow); in test__mulosi4()
Dmulodi4_test.c21 int ov; in test__mulodi4() local
22 di_int x = __mulodi4(a, b, &ov); in test__mulodi4()
23 if (ov != expected_overflow) in test__mulodi4()
25 ov, expected_overflow); in test__mulodi4()
29 a, b, x, ov, expected, expected_overflow); in test__mulodi4()
Dmuloti4_test.c27 int ov; in test__muloti4() local
28 ti_int x = __muloti4(a, b, &ov); in test__muloti4()
29 if (ov != expected_overflow) { in test__muloti4()
40 ov, expected_overflow); in test__muloti4()
/external/libaom/libaom/av1/common/
Dresize.h32 int oy_stride, uint8_t *ou, uint8_t *ov,
37 int oy_stride, uint8_t *ou, uint8_t *ov,
42 int oy_stride, uint8_t *ou, uint8_t *ov,
52 uint8_t *ov, int ouv_stride, int oheight,
58 uint8_t *ov, int ouv_stride, int oheight,
64 uint8_t *ov, int ouv_stride, int oheight,
/external/eigen/bench/
Dspmv.cpp135 oski_vecview_t ov, ores; in main() local
139 ov = oski_CreateVecView(dv.data(), cols, STRIDE_UNIT); in main()
142 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) ); in main()
145 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) ); in main()
156 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) ); in main()
159 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) ); in main()
164 oski_DestroyVecView(ov); in main()
/external/clang/test/SemaCXX/
Ddeleted-function.cpp14 void ov(int) {} // expected-note {{candidate function}} in ov() function
15 void ov(double) = delete; // expected-note {{candidate function has been explicitly deleted}}
28 ov(1); in test()
29 ov(1.0); // expected-error {{call to deleted function 'ov'}} in test()
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dintrinsics.ll115 %ov.result.32 = type { i32, i1 }
116 declare %ov.result.32 @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
120 %mul = call %ov.result.32 @llvm.umul.with.overflow.i32(i32 %shr, i32 3)
121 %ov = extractvalue %ov.result.32 %mul, 1
122 %res = extractvalue %ov.result.32 %mul, 0
123 %ret = select i1 %ov, i32 -1, i32 %res
133 %mul = call %ov.result.32 @llvm.umul.with.overflow.i32(i32 %shr, i32 4)
134 %ov = extractvalue %ov.result.32 %mul, 1
135 %res = extractvalue %ov.result.32 %mul, 0
136 %ret = select i1 %ov, i32 -1, i32 %res
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dja-t-cs-fonipa.txt19 bɛnɛʃov ベネショフ
68 laɦovɪt͡sɛ ラホヴィツェ
84 malɛʃov マレショフ
183 vrʃovɪt͡sɛ ヴルショヴィツェ
223 ɦolaʃovɪt͡sɛ ホラショヴィツェ
225 ɦolɛʃov ホレショフ
226 ɦolɛʃovɪt͡sɛ ホレショヴィツェ
228 ɦovort͡ʃovɪt͡sɛ ホヴォルチョヴィツェ
Dcs-fonipa-t-cs.txt7 Benešov bɛnɛʃov
51 Holašovice ɦolaʃovɪt͡sɛ
52 Holešov ɦolɛʃov
53 Holešovice ɦolɛʃovɪt͡sɛ
56 Hovorčovice ɦovort͡ʃovɪt͡sɛ
96 Lahovice laɦovɪt͡sɛ
112 Malešov malɛʃov
201 Vršovice vrʃovɪt͡sɛ
Dhy-fonipa-t-hy.txt36 օրենքով oɾɛnkʰov
46 միջոցով mid͡ʒot͡sʰov
118 որով voɾov
127 միջոցներով mid͡ʒot͡sʰnɛɾov
158 իրավունքներով iɾavunkʰnɛɾov
315 միջոցառումներով mid͡ʒot͡sʰarumnɛɾov
386 հանգամանքներով hanɡamankʰnɛɾov
484 ժողովրդավարական ʒoɣovɾdavaɾakan
603 արարքով aɾaɾkʰov
664 ազատություններով azatutʰjunnɛɾov
[all …]
/external/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.cpp134 const auto& ov = jv.as<skjson::ObjectValue>(); in FromJSON() local
140 if (!ParsePointVec(ov["v"], &verts)) { in FromJSON()
146 ParsePointVec(ov["i"], &inPts); in FromJSON()
152 ParsePointVec(ov["o"], &outPts); in FromJSON()
162 v->fClosed = ParseDefault<bool>(ov["c"], false); in FromJSON()
/external/skqp/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.cpp134 const auto& ov = jv.as<skjson::ObjectValue>(); in FromJSON() local
140 if (!ParsePointVec(ov["v"], &verts)) { in FromJSON()
146 ParsePointVec(ov["i"], &inPts); in FromJSON()
152 ParsePointVec(ov["o"], &outPts); in FromJSON()
162 v->fClosed = ParseDefault<bool>(ov["c"], false); in FromJSON()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java753 int iv, ov; in visit() local
783 ov = (code [scan] << 8) | (0xFF & code [++ scan]); in visit()
785 final int target = ip + ov; in visit()
799 ov = (code [scan] << 8) | (0xFF & code [++ scan]); in visit()
801 final int target = ip + ov; in visit()
814ov = (code [scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xF… in visit()
815 leaders.add (ip + ov); in visit()
823 targets [0] = ip + ov; in visit()
835ov = (code [++ scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (… in visit()
836 targets [p + 1] = ip + ov; in visit()
[all …]
DinstrCommand.java109 final String ov = opt.getFirstValue (); in run() local
111 … final InstrProcessor.OutMode outMode = InstrProcessor.OutMode.nameToMode (ov); in run()
115 … "invalid '" + opts [o].getName () + "' option value: " + ov); in run()
/external/compiler-rt/test/asan/TestCases/Windows/
Dbind_io_completion_callback.cc36 OVERLAPPED ov; variable
58 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) && in main()

12345678910>>...14