/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/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/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...] |
/external/selinux/scripts/ |
release | 3 DEST=../selinux-$(date '+%Y%m%d') 8 rm -rf $DEST 9 mkdir -p $DEST 16 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE 20 cd $DEST 22 echo "Copy *.tar.gz from $DEST to the server and add the following to the Releases wiki page:"
|
make-update | 12 DEST=../update-$TAG 13 mkdir -p $DEST 24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE 27 cd $DEST 29 echo "Copy $ARCHIVE from $DEST to the server and update its download link and checksum on the Releases wiki page:"
|
/external/libxml2/os400/ |
make-include.sh | 51 DEST="${SRCPF}/`db2_name \"${HFILE}\" nomangle`.MBR" 61 DEST="${SRCPF}/SCHMTYPES.MBR";; 65 if action_needed "${DEST}" "${HFILE}" 70 CMD="CPY OBJ('`pwd`/tmphdrfile') TOOBJ('${DEST}')" 77 if action_needed "${IFSFILE}" "${DEST}" 79 ln -s "${DEST}" "${IFSFILE}"
|
/external/testng/ |
update-beust.com | 3 DEST=testng 16 ${RSYNC} ${TARGET}/testng-${v}.zip ${U}@beust.com:${DEST} 17 ${RSYNC} -r src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc 19 #${RSYNC} testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST} 20 #scp -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST} 25 # scp testng-eclipse-${ev}.zip doc/download.html ${U}@beust.com:${DEST}
|
/frameworks/base/data/sounds/ |
generate-all-audio.sh | 47 while read DEST 51 grep \\\$\(LOCAL_PATH\).*:$DEST | 57 echo :$DEST\ \\ >> AllAudio.mk
|
/external/curl/packages/OS400/ |
make-include.sh | 65 DEST="${SRCPF}/`db2_name \"${HFILE}\" nomangle`.MBR" 67 if action_needed "${DEST}" "${HFILE}" 68 then copy_hfile "${DEST}" "${HFILE}" 71 ln -s "${DEST}" "${IFSDEST}"
|
/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/avahi/avahi-common/ |
avahi-malloc.c | 34 #define va_copy(DEST,SRC) __va_copy((DEST),(SRC)) 36 #define va_copy(DEST,SRC) memcpy(&(DEST), &(SRC), sizeof(va_list))
|
/ndk/build/tools/ |
build-gdbserver.sh | 232 DEST=$INSTALL_DIR/$GDBSERVER_SUBDIR 233 mkdir -p $DEST && 234 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE 242 cp "$SRC_DIR/../../COPYING" "$DEST/NOTICE"
|
/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...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-elf.h | 190 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ 191 (elf_copy_symbol_attributes (DEST, SRC))
|
tc-aarch64.h | 90 #define TC_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ 91 (aarch64_copy_symbol_attributes (DEST, SRC))
|
tc-arm.h | 175 #define TC_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ 176 (arm_copy_symbol_attributes (DEST, SRC))
|
/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 | 52 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/ |
android_memset32.S | 78 # define DEST PARMS 79 # define LEN DEST+4 82 # define DEST PARMS 83 # define DWDS DEST+4 85 # define SETRTNVAL movl DEST(%esp), %eax 142 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
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
m88k.h | 56 #define DEST 6 111 dest: DEST, member in struct:IR_FIELDS 124 /* Register source/dest. used. */ 134 /* Dest size. */ 427 rsd_used:1, /* register source/dest used. */ 432 dest_64:1, /* double precision dest. */
|