/external/python/cpython2/Modules/zlib/ |
D | Makefile.in | 56 SRCDIR= 119 infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h 120 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/infcover.c 146 example.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h 147 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/example.c 149 minigzip.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h 150 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/minigzip.c 152 example64.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h 153 $(CC) $(CFLAGS) $(ZINCOUT) -D_FILE_OFFSET_BITS=64 -c -o $@ $(SRCDIR)test/example.c 155 minigzip64.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h [all …]
|
D | configure | 22 SRCDIR=`dirname $0` 23 if test $SRCDIR = "."; then 26 SRCDIR="" 30 SRCDIR="$SRCDIR/" 43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h` 44 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h` 45 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h` 46 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h` 211 … LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;; 213 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} [all …]
|
/external/zlib/src/ |
D | Makefile.in | 56 SRCDIR= 119 infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h 120 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/infcover.c 146 example.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h 147 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/example.c 149 minigzip.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h 150 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/minigzip.c 152 example64.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h 153 $(CC) $(CFLAGS) $(ZINCOUT) -D_FILE_OFFSET_BITS=64 -c -o $@ $(SRCDIR)test/example.c 155 minigzip64.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h [all …]
|
D | configure | 22 SRCDIR=`dirname $0` 23 if test $SRCDIR = "."; then 26 SRCDIR="" 30 SRCDIR="$SRCDIR/" 43 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h` 44 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h` 45 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h` 46 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h` 211 … LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;; 213 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} [all …]
|
/external/autotest/client/tests/unixbench/ |
D | Makefile.patch | 47 $(CC) -o $(PROGDIR)/dhry2 ${CFLAGS} ${OPTON} $(SRCDIR)/dhry_1.o $(SRCDIR)/dhry_2.o 48 cd $(SRCDIR); rm -f dhry_1.o dhry_2.o 49 $(PROGDIR)/dhry2reg: $(SRCDIR)/dhry_1.c $(SRCDIR)/dhry_2.c $(SRCDIR)/dhry.h 50 ! cd $(SRCDIR); $(CC) -c ${CFLAGS} -DREG=register -DHZ=${HZ} ${OPTON} dhry_1.c 51 ! cd $(SRCDIR); $(CC) -c ${CFLAGS} -DREG=register -DHZ=${HZ} ${OPTON} dhry_2.c 52 ! $(CC) -o $(PROGDIR)/dhry2reg ${CFLAGS} ${OPTON} $(SRCDIR)/dhry_1.o $(SRCDIR)/dhry_2.o 53 ! cd $(SRCDIR); rm -f dhry_1.o dhry_2.o 56 dhry2reg: $(SRCDIR)/dhry_1.c $(SRCDIR)/dhry_2.c $(SRCDIR)/dhry.h 58 $(CC) -o $(PROGDIR)/dhry2 ${CFLAGS} ${OPTON} $(SRCDIR)/dhry_1.o $(SRCDIR)/dhry_2.o 59 cd $(SRCDIR); rm -f dhry_1.o dhry_2.o [all …]
|
/external/clang/tools/scan-build-py/tests/functional/src/build/ |
D | Makefile | 1 SRCDIR := .. macro 4 CFLAGS = -Wall -DDEBUG -Dvariable="value with space" -I $(SRCDIR)/include 8 $(OBJDIR)/main.o: $(SRCDIR)/main.c 9 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/main.c 11 $(OBJDIR)/clean-one.o: $(SRCDIR)/clean-one.c 12 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-one.c 14 $(OBJDIR)/clean-two.o: $(SRCDIR)/clean-two.c 15 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-two.c 17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c 18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one.c [all …]
|
/external/ImageMagick/tests/ |
D | cli-pipe.tap | 23 ${MAGICK} pnm:- null: < ${SRCDIR}/rose.pnm && echo "ok" || echo "not ok" 24 ${MAGICK} pnm:- info: < ${SRCDIR}/rose.pnm && echo "ok" || echo "not ok" 25 ${MAGICK} pnm:- miff:- < ${SRCDIR}/rose.pnm | ${IDENTIFY} - && echo "ok" || echo "not ok" 26 ${MAGICK} pnm:- - < ${SRCDIR}/rose.pnm | ${IDENTIFY} - && echo "ok" || echo "not ok" 27 ${MAGICK} ${SRCDIR}/rose.pnm -write null: null: && echo "ok" || echo "not ok" 28 ${MAGICK} ${SRCDIR}/rose.pnm -write info: null: && echo "ok" || echo "not ok" 29 ${MAGICK} ${SRCDIR}/rose.pnm -write miff:- null: | ${IDENTIFY} - && echo "ok" || echo "not ok" 30 ${MAGICK} ${SRCDIR}/rose.pnm -write - null: | ${IDENTIFY} - && echo "ok" || echo "not ok" 34 ${MAGICK} -read ${SRCDIR}/rose.pnm info: && echo "ok" || echo "not ok" 36 ${MAGICK} ${SRCDIR}/rose.pnm -write info: -exit && echo "ok" || echo "not ok" [all …]
|
D | common.shi | 2 SRCDIR=`dirname $0` 3 SRCDIR=`cd $SRCDIR && pwd` 9 export SRCDIR TOPSRCDIR
|
/external/u-boot/test/image/ |
D | test-imagetools.sh | 15 SRCDIR=${BASEDIR}/boot 36 rm -f ${file} ${SRCDIR}/${file} 42 rmdir ${SRCDIR} 60 mkdir -p ${SRCDIR} 62 head -c $RANDOM /dev/urandom >${SRCDIR}/${file} 92 local files="${SRCDIR}/${DATAFILE0}:${SRCDIR}/${DATAFILE1}" 93 files+=":${SRCDIR}/${DATAFILE2}" 199 assert_equal ${file} ${SRCDIR}/${file} 211 assert_equal ${file} ${SRCDIR}/${file}
|
/external/libopus/ |
D | update_version | 21 SRCDIR=$(dirname $0) 23 if [ -e "$SRCDIR/package_version" ]; then 24 . "$SRCDIR/package_version" 36 GIT_VERSION=$(cd "$SRCDIR" && git status > /dev/null 2>&1 \ 54 cat > "$SRCDIR/package_version" <<-EOF
|
/external/curl/tests/data/ |
D | test1140 | 22 %SRCDIR/nroff-scan.pl %SRCDIR/../docs/ %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3…
|
/external/e2fsprogs/tests/ |
D | test_script.in | 30 TESTS="$TESTS $SRCDIR/${fname%%.failed}" 36 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;; 37 *) TESTS="$TESTS $SRCDIR/$i" ;; 45 TESTS=`ls -d $SRCDIR/[a-zA-Z]_*` 52 $SRCDIR/test_post
|
D | test_one.in | 29 cmd_dir=$SRCDIR 32 TEST_CONFIG=$SRCDIR/test_config 71 default_script=$SRCDIR/defaults/${test_base}_script 73 . $SRCDIR/defaults/${test_base}_script
|
/external/libpng/scripts/ |
D | gensrc.cmake.in | 12 set(SRCDIR "@CMAKE_CURRENT_SOURCE_DIR@") variable 26 COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk" 28 "${SRCDIR}/pngconf.h" "-" 29 "${SRCDIR}/scripts/pnglibconf.dfa" 36 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk" 53 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk" 55 ${SRCDIR}/pngconf.h ${SRCDIR}/scripts/pnglibconf.dfa 56 ${SRCDIR}/pngusr.dfa ${DFA_XTRA} 63 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk" 87 s=2 "${SRCDIR}/scripts/macro.lst"
|
D | genchk.cmake.in | 12 set(SRCDIR "@CMAKE_CURRENT_SOURCE_DIR@") variable 26 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/checksym.awk" 27 "${SRCDIR}/scripts/${INPUTBASE}.def"
|
/external/ImageMagick/PerlMagick/ |
D | check.sh.in | 28 echo "SRCDIR='${SRCDIR}'" 33 SRCDIR=`dirname $0` 34 SRCDIR=`cd $SRCDIR && pwd`
|
/external/ImageMagick/Magick++/demo/ |
D | demos.tap | 13 SRCDIR=${top_srcdir}/${subdir}/ 14 export SRCDIR 18 ./analyze "$SRCDIR/model.miff" && echo "ok" || echo "not ok" 27 …./zoom -filter $filter -geometry 600x600 ${SRCDIR}/model.miff zoom_${filter}_out.miff && echo "ok…
|
/external/python/cpython3/Tools/scripts/ |
D | patchcheck.py | 21 SRCDIR = sysconfig.get_config_var('srcdir') variable 53 cwd=SRCDIR) 67 cwd=SRCDIR) 76 if not os.path.exists(os.path.join(SRCDIR, '.git')): 96 if os.path.exists(os.path.join(SRCDIR, '.git')): 107 cwd=SRCDIR) as st: 150 reindent.check(os.path.join(SRCDIR, path))] 159 abspath = os.path.join(SRCDIR, path) 174 abspath = os.path.join(SRCDIR, path)
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | build_pip_package.sh | 191 SRCDIR="" 212 SRCDIR="$(real_path $1)" 227 if [[ -z "$DSTDIR" ]] && [[ -z "$SRCDIR" ]]; then 233 if [[ -z "$SRCDIR" ]]; then 235 SRCDIR="$(mktemp -d -t tmp.XXXXXXXXXX)" 238 prepare_src "$SRCDIR" 255 build_wheel "$SRCDIR" "$DSTDIR" "$PKG_NAME_FLAG"
|
/external/e2fsprogs/misc/ |
D | e2fuzz.sh | 20 SRCDIR=/etc 36 echo "-S: Copy files from this dir. (${SRCDIR})" 87 SRCDIR="${OPTARG}" 140 SRC_SZ="$(du -ks "${SRCDIR}" | awk '{print $1}')" 148 cp -pRdu "${SRCDIR}" "${TESTMNT}/test.${nr}" 2> /dev/null 205 cp -pRdu "${SRCDIR}" "${TESTMNT}/test.moo" 2>> "${OPS_LOG}" 298 cp -pRdu "${SRCDIR}" "${TESTMNT}/test.moo" 2>> "${OPS_LOG}"
|
/external/e2fsprogs/contrib/ |
D | populate-extfs.sh | 21 SRCDIR=${1%%/} 32 find $SRCDIR | while read FILE; do 34 DIR="${FILE#$SRCDIR}" 87 for i in `find $SRCDIR -type f -links +1 -printf 'INODE=%i###FN=%p\n'`; do
|
/external/python/cpython2/Tools/scripts/ |
D | patchcheck.py | 20 SRCDIR = sysconfig.get_config_var('srcdir') variable 71 if not os.path.exists(os.path.join(SRCDIR, '.git')): 91 if os.path.exists(os.path.join(SRCDIR, '.git')): 147 if reindent.check(os.path.join(SRCDIR, path)): 157 abspath = os.path.join(SRCDIR, path) 172 abspath = os.path.join(SRCDIR, path)
|
/external/vboot_reference/tests/futility/ |
D | run_test_scripts.sh | 26 SRCDIR=$(readlink -f "${SCRIPTDIR}/../..") 27 yellow "Assuming SRCDIR=$SRCDIR" 35 export SRCDIR
|
/external/e2fsprogs/lib/blkid/ |
D | test_probe.in | 5 for i in $SRCDIR/tests/*.img.bz2 16 RESULTS=$SRCDIR/tests/$i.results 17 IMAGE_BZ2=$SRCDIR/tests/$i.img.bz2 36 RES_TMP=$SRCDIR/tests/tmp/$i.results
|
/external/e2fsprogs/tests/defaults/ |
D | e_script | 18 EXPECT=$SRCDIR/progs/test_data/expect.$class 31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
|