HomeSort by relevance Sort by last modified time
    Searched refs:mv (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/quake/quake/src/QW/
fixskins.sh 5 mv $x $y
  /external/dropbear/libtomcrypt/
updatemakes.sh 6 mv -f tmp.delme makefile
9 mv -f tmp.delme makefile.icc
12 mv -f tmp.delme makefile.shared
15 mv -f tmp.delme makefile.unix
  /external/opencore/codecs_v2/video/avc_h264/common/src/
mb_access.cpp 191 int16 *mv, pmv_x, pmv_y; local
198 /* we have to take care of Intra/skip blocks somewhere, i.e. set MV to 0 and set ref to -1! */
253 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1);
254 pmv_A_x = *mv++;
255 pmv_A_y = *mv;
263 mv = (int16*)(MB_A->mvL0 + (block_y << 2) + 3);
264 pmv_A_x = *mv++;
265 pmv_A_y = *mv;
273 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x);
274 pmv_B_x = *mv++
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 192 int16 *mv, pmv_x, pmv_y; local
199 /* we have to take care of Intra/skip blocks somewhere, i.e. set MV to 0 and set ref to -1! */
254 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1);
255 pmv_A_x = *mv++;
256 pmv_A_y = *mv;
264 mv = (int16*)(MB_A->mvL0 + (block_y << 2) + 3);
265 pmv_A_x = *mv++;
266 pmv_A_y = *mv;
274 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x);
275 pmv_B_x = *mv++
    [all...]
  /external/qemu/distrib/
make-distrib.sh 35 mv $TMPDIR/qemu/distrib/sdl-1.2.12 $SDLDIR
38 mv $QEMUDIR/distrib/build-emulator.sh $TMPDIR/build-emulator.sh
39 mv $QEMUDIR/distrib/README $TMPDIR/README
  /build/tools/
fixlinebreaks.sh 13 mv _temp_file $file
  /dalvik/tests/etc/
default-build 38 mv classes.dex classes-1.dex
39 mv classes-ex.dex classes.dex
41 mv classes.dex classes-ex.dex
42 mv classes-1.dex classes.dex
  /external/grub/docs/
src2texi 16 mv -f ${texi}.new ${dir}/${texi}
  /external/quake/tools/
packagesharedlib 7 mv $OUT/system/lib/libquake.so lib/armeabi
13 mv Quake.apk Quake-unsigned.apk
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 45 mv.visitLabel(l0);
46 mv.visitLineNumber(36, l0);
47 mv.visitTypeInsn(Opcodes.NEW, "java/lang/RuntimeException");
48 mv.visitInsn(Opcodes.DUP);
49 mv.visitLdcInsn("stub");
50 mv.visitMethodInsn(
55 mv.visitInsn(Opcodes.ATHROW);
57 mv.visitLabel(l1);
58 mv.visitLocalVariable(
65 mv.visitMaxs(3, 1); // maxStack, maxLocal
    [all...]
  /external/dbus/
cleanup-man-pages.sh 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
45 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
58 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
80 (find keep -type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items back
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 5 mv $1 $1.predhclient
  /external/e2fsprogs/install-utils/
convfstab 70 mv -f /etc/fstab /etc/fstab.bak
71 mv -f /tmp/newfstab.$$ /etc/fstab
  /external/libffi/src/m32r/
sysv.S 55 mv fp, sp
61 mv lr, r0
62 mv r0, sp
87 mv sp, fp
  /external/dhcpcd/
dhcpcd-run-hooks.in 97 mv -f "$2" "$1"
106 mv -f "$1" "$1"-pre."${interface}"
115 mv -f "$1"-pre."${interface}" "$1"
  /frameworks/base/libs/rs/
rsSimpleMesh.cpp 145 void rsi_SimpleMeshBindVertex(Context *rsc, RsSimpleMesh mv, RsAllocation va, uint32_t slot)
147 SimpleMesh *sm = static_cast<SimpleMesh *>(mv);
153 void rsi_SimpleMeshBindIndex(Context *rsc, RsSimpleMesh mv, RsAllocation va)
155 SimpleMesh *sm = static_cast<SimpleMesh *>(mv);
159 void rsi_SimpleMeshBindPrimitive(Context *rsc, RsSimpleMesh mv, RsAllocation va)
161 SimpleMesh *sm = static_cast<SimpleMesh *>(mv);
  /development/tools/findunused/
removeunusedresources 62 mv tf$$ $RESLINE
67 mv tf$$ $RESLINE
  /external/grub/
compile 127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/libffi/
compile 127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/opencore/tools_v2/build/make/
linux.mk 7 MV := mv
  /external/wpa_supplicant/wpa_gui/
setup-mingw-cross-compiling 11 mv -f tmp.Makefile.Release Makefile.Release
  /external/wpa_supplicant/wpa_gui-qt4/
setup-mingw-cross-compiling 11 mv -f tmp.Makefile.Release Makefile.Release
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
setup-mingw-cross-compiling 11 mv -f tmp.Makefile.Release Makefile.Release
  /external/bison/djgpp/
config.bat 185 if not errorlevel 1 mv -f %XSRC%/po/Makefile.in.in %XSRC%/po/Makefile.in-in
187 if errorlevel 1 mv -f %XSRC%/po/Makefile.in %XSRC%/po/Makefile.in-in
189 if errorlevel 1 mv -f %XSRC%/po/Makefile.inin %XSRC%/po/Makefile.in-in
191 if errorlevel 1 mv -f %XSRC%/po/Makefile.in_in %XSRC%/po/Makefile.in-in
193 if errorlevel 1 mv -f %XSRC%/po/Makefile_in.in %XSRC%/po/Makefile.in-in
195 if not errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.in.in %XSRC%/runtime-po/Makefile.in-in
197 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.in %XSRC%/runtime-po/Makefile.in-in
199 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.inin %XSRC%/runtime-po/Makefile.in-in
201 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.in_in %XSRC%/runtime-po/Makefile.in-in
203 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile_in.in %XSRC%/runtime-po/Makefile.in-in
304 :mv .\/calcxx-parser.yy %XSRC%\/examples\/calcxx\/calcxx-parser.yy label
310 :mv .\/calcxx-scanner.ll %XSRC%\/examples\/calcxx\/calcxx-scanner.ll label
    [all...]

Completed in 2483 milliseconds

1 2 3 4 5 6 7 8 9