/external/python/cpython3/Lib/asyncio/ |
D | windows_events.py | 49 def __init__(self, ov, *, loop=None): argument 53 self._ov = ov 94 def __init__(self, ov, handle, wait_handle, *, loop=None): argument 100 self._ov = ov 170 def __init__(self, ov, event, wait_handle, *, loop=None): argument 171 super().__init__(ov, event, wait_handle, loop=loop) 190 def __init__(self, ov, handle, wait_handle, proactor, *, loop=None): argument 191 super().__init__(ov, handle, wait_handle, loop=loop) 319 ov = self._self_reading_future._ov 327 if ov is not None: [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/ |
D | ObjectValuesTest.java | 30 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/ |
D | intrinsics.ll | 4 %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/llvm-project/llvm/test/CodeGen/AArch64/ |
D | cgp-usubo.ll | 15 %ov = icmp ult i64 %x, %y 16 ret i1 %ov 28 %ov = icmp ugt i32 %y, %x 31 ret i1 %ov 47 %ov = icmp ugt i8 %x, 42 49 ret i1 %ov 65 %ov = icmp ult i16 43, %x 67 ret i1 %ov 82 %ov = icmp ult i16 %x, 44 84 ret i1 %ov [all …]
|
D | uaddo.ll | 17 %ov = icmp eq i64 %x, -1 18 ret i1 %ov 30 %ov = icmp eq i64 %x, -1 33 ret i1 %ov 47 %ov = icmp ne i64 %x, 0 48 ret i1 %ov 60 %ov = icmp ne i64 %x, 0 63 ret i1 %ov
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cgp-usubo.ll | 15 %ov = icmp ult i64 %x, %y 16 ret i1 %ov 28 %ov = icmp ugt i32 %y, %x 31 ret i1 %ov 45 %ov = icmp ugt i8 %x, 42 47 ret i1 %ov 61 %ov = icmp ult i16 43, %x 63 ret i1 %ov 76 %ov = icmp ult i16 %x, 44 78 ret i1 %ov [all …]
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | div-by-0-guard-before-smul_ov.ll | 14 %smul.ov = extractvalue { i4, i1 } %smul, 1 15 %and = and i1 %smul.ov, %cmp 27 %smul.ov = extractvalue { i4, i1 } %smul, 1 28 %and = and i1 %cmp, %smul.ov ; swapped 42 %smul.ov = extractvalue { i4, i1 } %smul, 1 43 %and = and i1 %smul.ov, %cmp 57 %smul.ov = extractvalue { i4, i1 } %smul, 1 58 %and = and i1 %smul.ov, %cmp 72 %smul.ov = extractvalue { i4, i1 } %smul, 1 73 %and = or i1 %smul.ov, %cmp ; not 'and' [all …]
|
D | div-by-0-guard-before-umul_ov.ll | 14 %umul.ov = extractvalue { i4, i1 } %umul, 1 15 %and = and i1 %umul.ov, %cmp 27 %umul.ov = extractvalue { i4, i1 } %umul, 1 28 %and = and i1 %cmp, %umul.ov ; swapped 42 %umul.ov = extractvalue { i4, i1 } %umul, 1 43 %and = and i1 %umul.ov, %cmp 57 %umul.ov = extractvalue { i4, i1 } %umul, 1 58 %and = and i1 %umul.ov, %cmp 72 %umul.ov = extractvalue { i4, i1 } %umul, 1 73 %and = or i1 %umul.ov, %cmp ; not 'and' [all …]
|
D | div-by-0-guard-before-umul_ov-not.ll | 15 %umul.ov = extractvalue { i4, i1 } %umul, 1 16 %phitmp = xor i1 %umul.ov, true 30 %umul.ov = extractvalue { i4, i1 } %umul, 1 31 %phitmp = xor i1 %umul.ov, true 47 %umul.ov = extractvalue { i4, i1 } %umul, 1 48 %phitmp = xor i1 %umul.ov, true 64 %umul.ov = extractvalue { i4, i1 } %umul, 1 65 %phitmp = xor i1 %umul.ov, true 81 %umul.ov = extractvalue { i4, i1 } %umul, 1 82 %phitmp = xor i1 %umul.ov, true [all …]
|
D | div-by-0-guard-before-smul_ov-not.ll | 15 %smul.ov = extractvalue { i4, i1 } %smul, 1 16 %phitmp = xor i1 %smul.ov, true 30 %smul.ov = extractvalue { i4, i1 } %smul, 1 31 %phitmp = xor i1 %smul.ov, true 47 %smul.ov = extractvalue { i4, i1 } %smul, 1 48 %phitmp = xor i1 %smul.ov, true 64 %smul.ov = extractvalue { i4, i1 } %smul, 1 65 %phitmp = xor i1 %smul.ov, true 81 %smul.ov = extractvalue { i4, i1 } %smul, 1 82 %phitmp = xor i1 %smul.ov, true [all …]
|
/external/clang/test/CXX/expr/expr.mptr.oper/ |
D | p5.cpp | 20 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/llvm-project/clang/test/CXX/expr/expr.mptr.oper/ |
D | p5.cpp | 20 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/llvm-project/compiler-rt/test/builtins/Unit/ |
D | mulosi4_test.c | 15 int ov; in test__mulosi4() local 16 si_int x = __mulosi4(a, b, &ov); in test__mulosi4() 17 if (ov != expected_overflow) in test__mulosi4() 19 ov, expected_overflow); in test__mulosi4() 23 a, b, x, ov, expected, expected_overflow); in test__mulosi4()
|
D | mulodi4_test.c | 11 int ov; in test__mulodi4() local 12 di_int x = __mulodi4(a, b, &ov); in test__mulodi4() 13 if (ov != expected_overflow) in test__mulodi4() 15 ov, expected_overflow); in test__mulodi4() 19 a, b, x, ov, expected, expected_overflow); in test__mulodi4()
|
/external/compiler-rt/test/builtins/Unit/ |
D | mulosi4_test.c | 25 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()
|
D | mulodi4_test.c | 21 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()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.h | 27 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,
|
/external/python/cpython3/Lib/multiprocessing/ |
D | connection.py | 285 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 …]
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | overflow-intrinsics-trip-count.ll | 24 %ov = extractvalue { i16, i1 } %0, 1 25 br i1 %ov, label %for.end, label %for.body 44 %ov = extractvalue { i16, i1 } %0, 1 45 br i1 %ov, label %for.end, label %for.body 64 %ov = extractvalue { i16, i1 } %0, 1 65 br i1 %ov, label %for.end, label %for.body 84 %ov = extractvalue { i16, i1 } %0, 1 85 br i1 %ov, label %for.end, label %for.body 104 %ov = extractvalue { i16, i1 } %0, 1 105 br i1 %ov, label %for.end, label %for.body [all …]
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | overflow-intrinsics.ll | 210 %ov = xor i1 %cmp14, true 211 ret i1 %ov 226 %ov = icmp eq i64 %a, 0 228 ret i1 %ov 240 %ov = icmp eq i8 %a, 0 242 ret i1 %ov 254 %ov = icmp eq i32 0, %a ; commute 256 ret i1 %ov 268 %ov = icmp eq i16 0, %a ; commute 270 ret i1 %ov [all …]
|
/external/libaom/libaom/av1/common/ |
D | resize.h | 32 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/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | overflow_predicate.ll | 30 %ov = extractvalue {i8, i1} %val_ov, 1 31 br i1 %ov, label %trap, label %no_overflow 62 %ov = extractvalue {i8, i1} %val_ov, 1 63 br i1 %ov, label %overflow, label %trap 94 %ov = extractvalue {i8, i1} %val_ov, 1 95 br i1 %ov, label %trap, label %no_overflow 126 %ov = extractvalue {i8, i1} %val_ov, 1 127 br i1 %ov, label %overflow, label %trap 158 %ov = extractvalue {i8, i1} %val_ov, 1 159 br i1 %ov, label %trap, label %no_overflow [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | deleted-function.cpp | 14 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/clang/test/SemaCXX/ |
D | deleted-function.cpp | 14 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/eigen/bench/ |
D | spmv.cpp | 135 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()
|