/external/nanopb-c/tools/ |
make_linux_package.sh | 10 DEST=dist/$VERSION 12 rm -rf $DEST 13 mkdir -p $DEST 16 git archive HEAD | tar x -C $DEST 19 make -BC $DEST/generator/proto 22 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py 25 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py ) 26 mv $DEST/generator/dist $DEST/generator-bi [all...] |
make_mac_package.sh | 12 DEST=dist/$VERSION 14 rm -rf $DEST 15 mkdir -p $DEST 18 git archive HEAD | tar x -C $DEST 21 make -BC $DEST/generator/proto 24 ( cd $DEST/generator; pyinstaller nanopb_generator.py ) 25 mv $DEST/generator/dist/nanopb_generator $DEST/generator-bin 28 rm -rf $DEST/generator/dist $DEST/generator/build $DEST/generator/nanopb_generator.spe [all...] |
make_windows_package.sh | 11 DEST=dist/$VERSION 13 rm -rf $DEST 14 mkdir -p $DEST 17 git archive HEAD | tar x -C $DEST 20 make -BC $DEST/generator/proto 23 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py 26 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py ) 27 mv $DEST/generator/dist $DEST/generator-bi [all...] |
/external/chromium_org/chrome/browser/mac/ |
install.sh | 32 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:0:14}" = "/Applications/" ] & [all...] |
/external/e2fsprogs/util/ |
install-symlink.in | 40 DEST="$2" 48 if ! echo $DEST | grep -q ^/ ; then 49 echo $DEST: Destination pathname must be absolute 58 $RM -f "$DESTDIR$DEST" 61 $LN_S "$DESTDIR$SRC" "$DESTDIR$DEST" 65 if test $(dirname "$SRC") = $(dirname "$DEST") ; then 66 $LN_S "$(basename "$SRC")" "$DESTDIR$DEST" 71 TOP_DEST=$(echo $DEST | awk -F/ '{print $2}') 84 $LN_S "$SRC" "$DESTDIR$DEST" 86 $LN_S "$DESTDIR$SRC" "$DESTDIR$DEST" [all...] |
/external/chromium_org/third_party/mesa/src/bin/ |
minstall | 32 # Last cmd line arg is the dest dir 37 # 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`; the [all...] |
/external/mesa3d/bin/ |
minstall | 32 # Last cmd line arg is the dest dir 37 # 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`; the [all...] |
/frameworks/base/data/sounds/ |
generate-all-audio.sh | 47 while read DEST 51 grep \\\$\(LOCAL_PATH\).*:$DEST | 57 echo :$DEST\ \\ >> AllAudio.mk
|
/external/chromium_org/chrome/installer/mac/ |
keystone_install_test.sh | 72 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 [all...] |
/sdk/eclipse/scripts/ |
create_all_symlinks.sh | 93 function cpfile { # $1=source $2=dest $3=optional dest filename 102 function cpfile { # $1=source $2=dest $3=optional dest filename 114 DEST="sdk/eclipse/scripts" 343 DEST="" 346 DEST="${SRC:2}" 347 mkdir -vp "$DEST" 380 if [[ ! -d "$DEST" ]]; then 381 die "Invalid cp_file dest directory: $DEST [all...] |
/external/eigen/test/ |
product_mmtr.cpp | 12 #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/ |
utility_thread_impl.cc | 29 template<typename SRC, typename DEST> 30 void ConvertVector(const SRC& src, DEST* dest) { 31 dest->reserve(src.size()); 33 dest->push_back(typename DEST::value_type(*i));
|
/ndk/build/tools/ |
build-gdbserver.sh | 239 DEST=$ANDROID_NDK_ROOT/prebuilt/android-$ARCH/gdbserver 240 mkdir -p $DEST && 241 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
|
/external/iproute2/testsuite/lib/ |
generic.sh | 2 export DEST="127.0.0.1"
|
/bionic/libc/arch-x86/atom/string/ |
ssse3-memcpy-atom.S | 78 # define DEST SRC+4 79 # define LEN DEST+4 81 # define DEST PARMS 82 # define SRC DEST+4 141 movl DEST(%esp), %edx 216 movl DEST+4(%esp), %edi 424 movl DEST+4(%esp), %edi 528 movl DEST+4(%esp), %edi 632 movl DEST+4(%esp), %edi 738 movl DEST+4(%esp), %ed [all...] |
sse2-memset-atom.S | 88 # define DEST PARMS 89 # define LEN DEST+4 92 # define DEST PARMS 93 # define CHR DEST+4 95 # define SETRTNVAL movl DEST(%esp), %eax 161 movl DEST(%esp), %edx
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
PostInstructionRegisterInfoMethodItem.java | 68 } else if ((registerInfo & baksmaliOptions.DEST) != 0) {
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
baksmaliOptions.java | 50 public static final int DEST = 16;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow.h | 228 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ 229 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \ 231 (void) ((DEST) = next_readonly_imm_use (&(ITER)))) 263 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \ 264 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \ 266 (void) ((DEST) = next_imm_use_on_stmt (&(ITER))))
|
/system/core/libcutils/arch-x86/ |
sse2-memset32-atom.S | 75 # define DEST PARMS 76 # define LEN DEST+4 78 # define DEST PARMS 79 # define DWDS DEST+4 84 # define SETRTNVAL movl DEST(%esp), %eax 145 movl DEST(%esp), %edx
|
sse2-memset16-atom.S | 75 # define DEST PARMS 76 # define LEN DEST+4 78 # define DEST PARMS 79 # define CHR DEST+4 86 # define SETRTNVAL movl DEST(%esp), %eax 147 movl DEST(%esp), %edx
|
/bionic/libc/arch-x86/silvermont/string/ |
sse2-memcpy-slm.S | 76 #define DEST PARMS 77 #define SRC DEST+4 101 movl DEST(%esp), %edx
|
sse2-memmove-slm.S | 78 # define DEST SRC+4 79 # define LEN DEST+4 81 # define DEST PARMS 82 # define SRC DEST+4 107 movl DEST(%esp), %edx
|
sse2-memset-slm.S | 92 # define DEST PARMS 93 # define LEN DEST+4 96 # define DEST PARMS 97 # define CHR DEST+4 99 # define SETRTNVAL movl DEST(%esp), %eax 167 movl DEST(%esp), %edx
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 56 $DEST = ".";
|