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

  /sdk/eclipse/scripts/
create_all_symlinks.sh 14 DEST="sdk/eclipse/scripts"
19 $DEST/create_adt_symlinks.sh "$*"
21 $DEST/create_ddms_symlinks.sh "$*"
23 $DEST/create_test_symlinks.sh "$*"
25 $DEST/create_bridge_symlinks.sh "$*"
create_adt_symlinks.sh 13 DEST="sdk/eclipse/plugins/com.android.ide.eclipse.adt/libs"
14 # computes "../.." from DEST to here (in /android)
15 BACK=`echo $DEST | sed 's@[^/]*@..@g'`
17 mkdir -p $DEST
24 echo "Copying java libs to $DEST"
30 ln -svf $BACK/out/host/linux-x86/framework/$LIB.jar "$DEST/"
32 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
33 ln -svf $BACK/out/host/linux-x86/framework/commons-compress-1.0.jar "$DEST/"
34 ln -svf $BACK/out/host/linux-x86/framework/groovy-all-1.7.0.jar "$DEST/"
38 ln -svf $BACK/out/host/darwin-x86/framework/$LIB.jar "$DEST/"
    [all...]
create_test_symlinks.sh 22 function cpdir() { # $1=dest $2=source
29 function cpdir() { # $1=dest $2=source
35 DEST=$BASE
36 BACK=`back $DEST`
40 ln -svf $BACK/out/host/linux-x86/framework/kxml2-2.3.0.jar "$DEST/"
41 ln -svf $BACK/out/host/linux-x86/framework/layoutlib.jar "$DEST/"
42 ln -svf $BACK/out/host/linux-x86/framework/groovy-all-1.7.0.jar "$DEST/"
45 ln -svf $BACK/out/host/darwin-x86/framework/kxml2-2.3.0.jar "$DEST/"
46 ln -svf $BACK/out/host/darwin-x86/framework/layoutlib.jar "$DEST/"
47 ln -svf $BACK/out/host/darwin-x86/framework/groovy-all-1.7.0.jar "$DEST/"
    [all...]
create_ddms_symlinks.sh 21 function cpfile { # $1=dest $2=source
25 function cpdir() { # $1=dest $2=source
45 function cpfile { # $1=dest $2=source
49 function cpdir() { # $1=dest $2=source
59 DEST=$BASE/libs
61 mkdir -p $DEST
63 cpfile $DEST $i
71 cpfile $DEST out/host/$PLATFORM/framework/$LIB.jar
  /ndk/build/tools/
build-gdbserver.sh 169 DEST=`dirname $TOOLCHAIN_PATH`
170 mkdir -p $DEST &&
171 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/gdbserver
  /external/libvpx/vp8/common/
mbpitch.c 17 DEST = 1,
31 if (bs == DEST)
52 if (bs == DEST)
127 vp8_setup_macroblock(x, DEST);
  /external/iproute2/testsuite/lib/
generic.sh 2 export DEST="127.0.0.1"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 56 $DEST = ".";
genlingware.pl 67 $DEST = ".";
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 476 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \
477 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \
479 (DEST) = next_readonly_imm_use (&(ITER)))
511 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \
512 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \
514 (DEST) = next_imm_use_on_stmt (&(ITER)))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 476 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \
477 for ((DEST) = first_readonly_imm_use (&(ITER), (SSAVAR)); \
479 (DEST) = next_readonly_imm_use (&(ITER)))
511 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \
512 for ((DEST) = first_imm_use_on_stmt (&(ITER)); \
514 (DEST) = next_imm_use_on_stmt (&(ITER)))
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 80 # define DEST SRC+4
81 # define LEN DEST+4
83 # define DEST PARMS
84 # define SRC DEST+4
160 movl DEST(%esp), %edx
1110 movl DEST(%esp), %eax
1125 movl DEST(%esp), %eax
1170 movl DEST(%esp), %eax
1216 movl DEST(%esp), %eax
1264 movl DEST(%esp), %ea
    [all...]
sse2-memset5-atom.S 86 # define DEST PARMS
87 # define LEN DEST+4
90 # define DEST PARMS
91 # define CHR DEST+4
93 # define SETRTNVAL movl DEST(%esp), %eax
155 movl DEST(%esp), %edx
  /external/grub/netboot/
sis900.h 210 DEST = 0x00800000,
  /external/strace/
stream.c 707 ADDR (conn_req, DEST);
771 ADDR (unitdata_req, DEST);
882 ADDR (uderror_ind, DEST);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 73 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]

Completed in 584 milliseconds