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

1 2 3 4

  /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/selinux/scripts/
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:"
release 10 DEST=$WIKIDIR/files/releases/$(date '+%Y%m%d')
16 rm -rf $DEST
17 mkdir -p $DEST
24 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
33 git archive --format=tar --prefix=selinux-$i-$VERS/ selinux-$i-$VERS | gzip > ../$DEST/$ARCHIVE
37 cd $DEST
  /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}
  /external/curl/packages/OS400/
make-include.sh 56 DEST="${SRCPF}/`db2_name \"${HFILE}\" nomangle`.MBR"
58 if action_needed "${DEST}" "${HFILE}"
59 then copy_hfile "${DEST}" "${HFILE}"
62 ln -s "${DEST}" "${IFSDEST}"
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
build_pip_package.sh 30 DEST=$1
52 mkdir -p ${DEST}
53 cp dist/* ${DEST}
56 echo $(date) : "=== Output wheel file is in: ${DEST}"
  /frameworks/base/data/sounds/
generate-all-audio.sh 47 while read DEST
51 grep \\\$\(LOCAL_PATH\).*:$DEST |
57 echo :$DEST\ \\ >> AllAudio.mk
  /external/eigen/test/
product_mmtr.cpp 12 #define CHECK_MMTR(DEST, TRI, OP) { \
13 ref3 = DEST; \
14 ref2 = ref1 = DEST; \
15 DEST.template triangularView<TRI>() OP; \
19 VERIFY_IS_APPROX(DEST,ref2); \
21 DEST = ref3; \
23 ref3.diagonal() = DEST.diagonal(); \
24 DEST.template triangularView<TRI|ZeroDiag>() OP; \
25 VERIFY_IS_APPROX(DEST,ref3); \
  /development/gsi/gsi_util/gsi_util/commands/
pull.py 27 source, dest = args.SOURCE, args.DEST
35 logging.debug('Copy %s -> %s', filename, dest)
36 shutil.copy(filename, dest)
72 'DEST',
  /external/iproute2/testsuite/lib/
generic.sh 2 export DEST="127.0.0.1"
  /external/tensorflow/tensorflow/tools/pip_package/
build_pip_package.sh 50 DEST=$(real_path $1)
169 mkdir -p ${DEST}
170 cp dist/* ${DEST}
173 echo $(date) : "=== Output wheel file is in: ${DEST}"
  /bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S 76 #define DEST PARMS
77 #define SRC DEST+4
135 movl DEST(%esp), %edx
210 movl DEST+4(%esp), %edi
418 movl DEST+4(%esp), %edi
522 movl DEST+4(%esp), %edi
626 movl DEST+4(%esp), %edi
732 movl DEST+4(%esp), %edi
838 movl DEST+4(%esp), %edi
944 movl DEST+4(%esp), %ed
    [all...]
  /toolchain/binutils/binutils-2.27/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 179 #define TC_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \
180 (arm_copy_symbol_attributes (DEST, SRC))
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.h 43 #define DEST BIT(24)
  /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 68 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

Completed in 722 milliseconds

1 2 3 4