Searched refs:DIR (Results 1 - 25 of 230) sorted by relevance

12345678910

/external/chromium_org/tools/git/
H A Dmass-rename.sh16 DIR="$( cd "$( dirname "$0" )" && pwd )"
17 python $DIR/mass-rename.py "$*"
/external/openssh/regress/
H A Dsftp-glob.sh41 DIR=${BASE}/dir
42 DATA=${DIR}/file
44 GLOB1="${DIR}/g-wild*"
45 GLOB2="${DIR}/g-wildx"
46 QUOTE="${DIR}/g-quote\""
47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
49 QSLASH="${DIR}/g-qs\\\""
50 SPACE="${DIR}/g-q space"
53 mkdir -p ${DIR}
[all...]
H A Dscp-ssh-wrapper.sh25 BAD="../../../../../../../../../../../../../${DIR}/dotpathdir"
29 echo "D0755 0 /${DIR}/rootpathdir"
H A Dscp.sh18 DIR=${COPY}.dd
27 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
28 mkdir ${DIR} ${DIR2}
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
50 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
56 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
62 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
67 cp ${DATA} ${DIR}/cop
[all...]
/external/llvm/utils/
H A Dfindsym.pl17 opendir DIR,$Directory;
18 my @files = readdir DIR;
19 closedir DIR;
/external/e2fsprogs/lib/ss/
H A Dmk_cmds.sh.in6 DIR="${DIR-@datadir@/ss}"
29 DIR="$_SS_DIR_OVERRIDE";
32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
33 DIR="$SS_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then
51 ${SED} -f "${DIR}/ct_
[all...]
/external/e2fsprogs/lib/et/
H A Dcompile_et.sh.in7 DIR="${DIR-@datadir@/et}"
12 DIR="$ET_DIR"
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
33 DIR="$ET_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_
[all...]
/external/clang/test/Preprocessor/
H A Dpp-record.c14 #define DIR 1 macro
18 #if DIR
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dinstall_host.sh8 DIR="$( cd "$( dirname "$0" )" && pwd )"
21 cp $DIR/$HOST_NAME.json $TARGET_DIR
24 HOST_PATH=$DIR/native-messaging-example-host
/external/eigen/bench/btl/data/
H A Dmk_new_gnuplot.sh3 DIR=$2
22 echo set output "'"../${DIR}/$WHAT.ps"'" >> $WHAT.gnuplot
26 # echo set output "'"../${DIR}/$WHAT.svg"'" >> $WHAT.gnuplot
51 ps2pdf ../${DIR}/$WHAT.ps ../${DIR}/$WHAT.pdf
52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
H A Dmk_mean_script.sh3 DIR=$2
15 DATA_FILE=`find $DIR -name "*.dat" | grep _${WHAT}`
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h42 DIR = 258, enumerator in enum:yytokentype
61 #define DIR 258 macro
/external/compiler-rt/lib/msan/lit_tests/
H A Dreaddir64.cc19 DIR *dir = opendir(".");
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.h199 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
201 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
202 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
203 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_matrix.h199 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
201 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
202 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
203 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[
[all...]
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_posix.cc21 void operator()(DIR* dir) { closedir(dir); }
24 typedef scoped_ptr<DIR, DirCloser> ScopedDir;
/external/grub/stage2/
H A Ddir.h133 DIR; typedef in typeref:struct:_dirdesc
140 extern DIR *opendir ();
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dshow-pretty-diff42 DIR => File::Spec->tmpdir(),
57 DIR => File::Spec->tmpdir(),
/external/grub/util/
H A Dgrub-set-default36 --root-directory=DIR Use the directory DIR instead of the root directory
H A Dgrub-set-default.in36 --root-directory=DIR Use the directory DIR instead of the root directory
/external/libusb-compat/
H A Dlibusb-config.in14 [--prefix[=DIR]]
15 [--exec-prefix[=DIR]]
/external/chromium_org/v8/tools/
H A Dandroid-sync.sh79 local DIR=$1
80 echo -n "sync to $ANDROID_V8/$DIR"
81 for FILE in $(find "$HOST_V8/$DIR" -not -path "*.svn*" -type f); do
/external/llvm/utils/buildit/
H A Dbuild_llvm60 DIR=`pwd`
71 SRC_DIR=$DIR/src
121 mkdir -p $DIR/obj-llvm || exit 1
122 cd $DIR/obj-llvm || exit 1
127 rm -rf $DIR/bin || exit 1
128 mkdir $DIR/bin || exit 1
130 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
132 ln -s $T $DIR/bin/$prog
139 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
141 ln -s $T $DIR/bi
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxml2-config.in15 --prefix=DIR change libxml prefix [default $prefix]
16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
/external/chromium_org/third_party/libxml/linux/
H A Dxml2-config15 --prefix=DIR change libxml prefix [default $prefix]
16 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]

Completed in 1721 milliseconds

12345678910