Home
last modified time | relevance | path

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

123

/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/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.c745 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame420() argument
750 vp9_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in vp9_resize_frame420()
757 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame422() argument
762 vp9_resize_plane(v, height, width / 2, uv_stride, ov, oheight, owidth / 2, in vp9_resize_frame422()
769 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame444() argument
774 vp9_resize_plane(v, height, width, uv_stride, ov, oheight, owidth, in vp9_resize_frame444()
783 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame420() argument
789 vp9_highbd_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in vp9_highbd_resize_frame420()
797 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame422() argument
803 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/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/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/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/bison/runtime-po/
Dsv.po39 msgstr "syntaxfel, oväntad %s"
44 msgstr "syntaxfel, oväntad %s, förväntade %s"
49 msgstr "syntaxfel, oväntad %s, förväntade %s eller %s"
54 msgstr "syntaxfel, oväntad %s, förväntade %s eller %s eller %s"
59 msgstr "syntaxfel, oväntad %s, förväntade %s eller %s eller %s eller %s"
/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()
/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/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()
457 const OverlayInfo *ov = overlay_info + i; in transparent_pixel() local
458 if (ov->overlay_visual == vinfo->visualid) { in transparent_pixel()
460 if (ov->transparent_type == 0) { in transparent_pixel()
468 return ov->value; in transparent_pixel()
703 const OverlayInfo *ov = overlay_info + i; in choose_x_overlay_visual() local
707 if (ov->layer!=level) { in choose_x_overlay_visual()
[all …]
/external/fonttools/Lib/fontTools/
Dmerge.py671 ov = getattr(self, k)
672 if isinstance(ov, bool):
674 elif isinstance(ov, int):
676 elif isinstance(ov, list):
684 v = ov
687 v = ov
/external/icu/icu4c/source/data/translit/
Dhy_hy_FONIPA.txt13 ով → ov;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt57 ով → ov; # երազով → /jɛɾɑzov/
Dhy_hy_Latn_BGN.txt194 # word ով, which should be romanized ov. In all other instances, it
201 ով → ov ;
/external/icu/icu4c/source/data/unit/
Dsk.txt47 other{"{0} stupňov"}
349 other{"{0} týždňov"}
729 dnam{"palce ortuťového stĺpca"}
730 few{"{0} palce ortuťového stĺpca"}
731 many{"{0} palca ortuťového stĺpca"}
732 one{"{0} palec ortuťového stĺpca"}
733 other{"{0} palcov ortuťového stĺpca"}
743 dnam{"milimetre ortuťového stĺpca"}
744 few{"{0} milimetre ortuťového stĺpca"}
745 many{"{0} milimetra ortuťového stĺpca"}
[all …]
/external/google-breakpad/src/client/mac/sender/sv.lproj/
DLocalizable.strings2 "crashDialogHeader" = "Programmet %@ har oväntat avslutats.";
/external/clang/lib/CodeGen/
DCodeGenFunction.h814 OpaqueValueMappingData(const OpaqueValueExpr *ov, in OpaqueValueMappingData() argument
816 : OpaqueValue(ov), BoundLValue(boundLValue) {} in OpaqueValueMappingData()
832 const OpaqueValueExpr *ov, in bind() argument
834 if (shouldBindAsLValue(ov)) in bind()
835 return bind(CGF, ov, CGF.EmitLValue(e)); in bind()
836 return bind(CGF, ov, CGF.EmitAnyExpr(e)); in bind()
840 const OpaqueValueExpr *ov, in bind() argument
842 assert(shouldBindAsLValue(ov)); in bind()
843 CGF.OpaqueLValues.insert(std::make_pair(ov, lv)); in bind()
844 return OpaqueValueMappingData(ov, true); in bind()
[all …]
/external/kmod/tools/
Ddepmod.c1002 const struct cfg_override *ov; in depmod_module_is_higher_priority() local
1024 for (ov = cfg->overrides; ov != NULL; ov = ov->next) { in depmod_module_is_higher_priority()
1025 DBG("override %s\n", ov->path); in depmod_module_is_higher_priority()
1026 if (newlen == ov->len && memcmp(ov->path, newpath, newlen) == 0) in depmod_module_is_higher_priority()
1028 if (oldlen == ov->len && memcmp(ov->path, oldpath, oldlen) == 0) in depmod_module_is_higher_priority()
/external/dhcpcd-6.8.2/
Ddhcp-common.c803 int ov; in dhcp_envoption() local
861 ov = strcmp(opt->var, eopt->var); in dhcp_envoption()
863 pfx, eopt, ov, od, e, ifname)) in dhcp_envoption()

123