Searched refs:DEST (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dinstall.sh32 echo "usage: ${0} SRC DEST" >& 2
37 DEST=${2}
45 # Make sure that DEST is an absolute path and that it doesn't yet exist.
46 if [ -z "${DEST}" ] || [ "${DEST:0:1}" != "/" ] || [ -e "${DEST}" ] ; then
47 echo "${0}: destination ${DEST} sanity check failed" >& 2
52 rsync -lrpt "${SRC}/" "${DEST}"
58 /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister "${DEST}"
83 if [ "${DEST
[all...]
/external/chromium_org/chrome/browser/mac/
H A Dinstall.sh32 echo "usage: ${0} SRC DEST" >& 2
37 DEST=${2}
45 # Make sure that DEST is an absolute path and that it doesn't yet exist.
46 if [ -z "${DEST}" ] || [ "${DEST:0:1}" != "/" ] || [ -e "${DEST}" ] ; then
47 echo "${0}: destination ${DEST} sanity check failed" >& 2
52 rsync -lrpt "${SRC}/" "${DEST}"
61 "${LSREGISTER}" -f "${DEST}"
86 if [ "${DEST
[all...]
/external/chromium_org/third_party/mesa/src/bin/
H A Dminstall37 # Loop over args, moving them to DEST directory
41 # stop, don't want to install $DEST into $DEST
45 DEST=$DESTDIR
54 DEST="$DEST/../bin"
80 # Go to $DEST and make the link
81 cd "$DEST" # pushd
89 if ! cmp -s $FILE $DEST/`basename $FILE`; then
90 $RM "$DEST/`basenam
[all...]
/external/mesa3d/bin/
H A Dminstall37 # Loop over args, moving them to DEST directory
41 # stop, don't want to install $DEST into $DEST
45 DEST=$DESTDIR
54 DEST="$DEST/../bin"
80 # Go to $DEST and make the link
81 cd "$DEST" # pushd
89 if ! cmp -s $FILE $DEST/`basename $FILE`; then
90 $RM "$DEST/`basenam
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install_test.sh72 DEST="${TEMPDIR}"/Dest.app
73 rm -rf "${DEST}"
74 mkdir -p "${DEST}"/Contents
75 defaults write "${DEST}/Contents/Info" KSVersion 0
86 echo " xc=<KSPathExistenceChecker:0x45 path=${DEST}>"
95 DEST="${TEMPDIR}"/Dest.app
96 rm -rf "${DEST}"
97 defaults write "${DEST}/Contents/Info" CFBundleShortVersionString 0
98 defaults write "${DEST}/Contents/Info" KSVersion 0
109 echo " xc=<KSPathExistenceChecker:0x45 path=${DEST}>"
[all...]
/external/eigen/test/
H A Dproduct_mmtr.cpp12 #define CHECK_MMTR(DEST, TRI, OP) { \
13 ref2 = ref1 = DEST; \
14 DEST.template triangularView<TRI>() OP; \
17 VERIFY_IS_APPROX(DEST,ref2); \
/external/chromium_org/content/utility/
H A Dutility_thread_impl.cc26 template<typename SRC, typename DEST>
27 void ConvertVector(const SRC& src, DEST* dest) {
30 dest->push_back(typename DEST::value_type(*i));
/external/iproute2/testsuite/lib/
H A Dgeneric.sh2 export DEST="127.0.0.1"
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPostInstructionRegisterInfoMethodItem.java69 } else if ((registerInfo & main.DEST) != 0) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java57 public static final int DEST = 16; field in class:main
178 registerInfo = ARGS | DEST;
189 } else if (value.equalsIgnoreCase("DEST")) {
190 registerInfo |= DEST;
408 "\"ARGS,DEST\" is the default if no types are specified.\nValid values are:\nALL: all " +
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl56 $DEST = ".";
H A Dgenlingware.pl67 $DEST = ".";
/external/grub/netboot/
H A Dsis900.h210 DEST = 0x00800000, enumerator in enum:sis900_rx_bufer_status
/external/strace/
H A Dstream.c811 ADDR (conn_req, DEST);
875 ADDR (unitdata_req, DEST);
986 ADDR (uderror_ind, DEST);
/external/srec/config/en.us/dictionary/
H A Dc0.629068 DEST D EH1 S T
[all...]

Completed in 465 milliseconds