HomeSort by relevance Sort by last modified time
    Searched defs:ov (Results 1 - 25 of 42) sorted by null

1 2

  /external/compiler-rt/test/builtins/Unit/
mulodi4_test.c 21 int ov; local
22 di_int x = __mulodi4(a, b, &ov);
23 if (ov != expected_overflow)
25 ov, expected_overflow);
29 a, b, x, ov, expected, expected_overflow);
mulosi4_test.c 25 int ov; local
26 si_int x = __mulosi4(a, b, &ov);
27 if (ov != expected_overflow)
29 ov, expected_overflow);
33 a, b, x, ov, expected, expected_overflow);
muloti4_test.c 27 int ov; local
28 ti_int x = __muloti4(a, b, &ov);
29 if (ov != expected_overflow) {
40 ov, expected_overflow);
  /external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc 36 OVERLAPPED ov; variable
58 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) &&
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
ObjectValuesTest.java 30 ObjectValues ov = new ObjectValues(); local
32 ov.setObject(obj);
44 ov.setValues(prop2values);
45 ov.setPossible(props);
48 String dumpedStr = dumper.dumpAsMap(ov);
52 assertEquals(ov.getObject(), ov2.getObject());
53 assertEquals(ov.getValues(), ov2.getValues());
54 assertArrayEquals(ov.getPossible(), ov2.getPossible());
55 ov.getPossible()[0] = ov2.getPossible()[0];
60 ObjectValuesWithParam<String, Integer> ov = new ObjectValuesWithParam<String, Integer>() local
    [all...]
  /external/eigen/bench/
spmv.cpp 135 oski_vecview_t ov, ores; local
139 ov = oski_CreateVecView(dv.data(), cols, STRIDE_UNIT);
142 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) );
145 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) );
156 SPMV_BENCH( oski_MatMult(om, OP_NORMAL, 1, ov, 0, ores) );
159 SPMV_BENCH( oski_MatMult(om, OP_TRANS, 1, ov, 0, ores) );
164 oski_DestroyVecView(ov);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 65 overlay::Overlay& ov = *(ctx->mOverlay); local
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy);
93 ov.setSource(parg, dest);
101 ov.setCrop(dcrop, dest);
106 ov.setTransform(orient, dest);
116 ov.setPosition(dpos, dest);
119 if (!ov.commit(dest)) {
133 overlay::Overlay& ov = *(ctx->mOverlay); local
135 if (!ov.queueBuffer(hnd->fd, hnd->offset, dest)) {
169 overlay::Overlay& ov = *(ctx->mOverlay) local
270 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 314 overlay::Overlay& ov = *ctx->mOverlay; local
319 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_DMA, mDpy);
326 mdp_pipe = ov.nextPipe(ovutils::OV_MDP_PIPE_RGB, mDpy);
336 return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, mDpy);
629 overlay::Overlay& ov = *ctx->mOverlay; local
631 int numAvailable = ov.availablePipes(mDpy);
906 overlay::Overlay& ov = *ctx->mOverlay; local
949 if (!ov.queueBuffer(fd, offset, dest)) {
1010 overlay::Overlay& ov = *ctx->mOverlay; local
1097 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 157 "good ov info");
170 mdp_overlay ov; local
171 ov.id = mOVInfo.id;
172 if (!mdp_wrapper::getOverlay(mFd.getFD(), ov)) {
176 mOVInfo = ov;
  /external/clang/test/SemaCXX/
deleted-function.cpp 14 void ov(int) {} // expected-note {{candidate function}} function
15 void ov(double) = delete; // expected-note {{candidate function has been explicitly deleted}}
28 ov(1);
29 ov(1.0); // expected-error {{call to deleted function 'ov'}}
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 109 final String ov = opt.getFirstValue (); local
111 final InstrProcessor.OutMode outMode = InstrProcessor.OutMode.nameToMode (ov);
115 "invalid '" + opts [o].getName () + "' option value: " + ov);
InstrVisitor.java 753 int iv, ov; local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 135 overlay::Overlay& ov = *(ctx->mOverlay); local
148 ovutils::eDest dest = ov.getPipe(pipeSpecs);
236 overlay::Overlay& ov = *(ctx->mOverlay); local
246 if (!ov.queueBuffer(fd, offset, dest)) {
292 overlay::Overlay& ov = *(ctx->mOverlay); local
316 ovutils::eDest destL = ov.getPipe(pipeSpecs);
350 ovutils::eDest destR = ov.getPipe(pipeSpecs);
396 overlay::Overlay& ov = *(ctx->mOverlay); local
398 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
405 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight))
428 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 1649 overlay::Overlay& ov = *ctx->mOverlay; local
1910 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 141 overlay::Overlay& ov = *(ctx->mOverlay); local
154 ovutils::eDest dest = ov.getPipe(pipeSpecs);
242 overlay::Overlay& ov = *(ctx->mOverlay); local
252 if (!ov.queueBuffer(fd, offset, dest)) {
298 overlay::Overlay& ov = *(ctx->mOverlay); local
322 ovutils::eDest destL = ov.getPipe(pipeSpecs);
356 ovutils::eDest destR = ov.getPipe(pipeSpecs);
402 overlay::Overlay& ov = *(ctx->mOverlay); local
404 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
411 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight))
434 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 1862 overlay::Overlay& ov = *ctx->mOverlay; local
2120 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 133 overlay::Overlay& ov = *(ctx->mOverlay); local
147 ovutils::eDest dest = ov.getPipe(pipeSpecs);
234 overlay::Overlay& ov = *(ctx->mOverlay); local
244 if (!ov.queueBuffer(fd, offset, dest)) {
285 overlay::Overlay& ov = *(ctx->mOverlay); local
340 ovutils::eDest destL = ov.getPipe(pipeSpecs);
373 ovutils::eDest destR = ov.getPipe(pipeSpecs);
418 overlay::Overlay& ov = *(ctx->mOverlay); local
420 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
427 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestRight))
443 overlay::Overlay& ov = *(ctx->mOverlay); local
    [all...]
hwc_mdpcomp.cpp 2261 overlay::Overlay& ov = *ctx->mOverlay; local
2516 overlay::Overlay& ov = *ctx->mOverlay; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ObservableTest.java 86 Observable ov = new Observable(); local
87 assertTrue("Wrong initial values.", !ov.hasChanged());
88 assertEquals("Wrong initial values.", 0, ov.countObservers());
  /libcore/ojluni/src/main/java/sun/util/locale/
BaseLocale.java 266 String ov = ((Key)obj).vart.get(); local
267 return (ov != null && ov.equals(tv));
  /external/dhcpcd-6.8.2/
dhcp-common.c 803 int ov; local
861 ov = strcmp(opt->var, eopt->var);
863 pfx, eopt, ov, od, e, ifname))
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 220 const OverlayInfo *ov = overlay_info + i; local
221 if (ov->overlay_visual == vinfo->visualid) {
223 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
224 int level = ov->layer;
457 const OverlayInfo *ov = overlay_info + i; local
458 if (ov->overlay_visual == vinfo->visualid) {
460 if (ov->transparent_type == 0) {
466 /* ov->value is the transparent pixel */
468 return ov->value
703 const OverlayInfo *ov = overlay_info + i; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
object.cc 2671 unsigned char* ov = oview; local
    [all...]
  /external/kmod/tools/
depmod.c 1002 const struct cfg_override *ov; local
1024 for (ov = cfg->overrides; ov != NULL; ov = ov->next) {
1025 DBG("override %s\n", ov->path);
1026 if (newlen == ov->len && memcmp(ov->path, newpath, newlen) == 0)
1028 if (oldlen == ov->len && memcmp(ov->path, oldpath, oldlen) == 0
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ieee.c 2403 bfd_signed_vma ov; local
    [all...]

Completed in 494 milliseconds

1 2