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

1 2 3

  /external/autotest/client/site_tests/security_Minijail0/src/
test-mountns-enter 7 SRCDIR="$(dirname "$0")"
9 . "${SRCDIR}"/common.sh
11 python "${SRCDIR}"/mountns-enter.py "${SRCDIR}" || die "enter mount ns"
test-create-mount-destination 7 SRCDIR="$(dirname "$0")"
9 . "${SRCDIR}"/common.sh
test-mount-tmpfs 7 SRCDIR="$(dirname "$0")"
9 . "${SRCDIR}"/common.sh
  /build/blueprint/tests/
bootstrap.bash 4 export SRCDIR=".."
test_tree_tests.sh 20 export SRCDIR=../src.test/test_tree
21 ${SRCDIR}/blueprint/bootstrap.bash
24 if ! cmp -s ${SRCDIR}/build.ninja.in .minibootstrap/build.ninja.in; then
40 mkdir ${SRCDIR}/newglob
50 touch ${SRCDIR}/newglob/Blueprints
61 rm ${SRCDIR}/newglob/Blueprints
72 rmdir ${SRCDIR}/newglob
  /external/ImageMagick/tests/
cli-pipe.tap 20 . ${srcdir}/tests/common.shi
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
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/
Makefile 37 SRCDIR = $(shell pwd)
39 VPATH = $(SRCDIR)
41 include $(SRCDIR)/Make.defaults
72 @echo SRCDIR=$(SRCDIR)
77 $(MAKE) -C $@ -f $(SRCDIR)/$@/Makefile SRCDIR=$(SRCDIR)/$@ ARCH=$(ARCH)
81 @for d in $(SUBDIRS); do $(MAKE) -C $$d -f $(SRCDIR)/$$d/Makefile SRCDIR=$(SRCDIR)/$$d clean; don
    [all...]
  /external/clang/tools/scan-build-py/tests/functional/src/build/
Makefile 0 SRCDIR := ..
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.
    [all...]
  /external/e2fsprogs/tests/
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
test_one.in 23 cmd_dir=$SRCDIR
26 TEST_CONFIG=$SRCDIR/test_config
59 default_script=$SRCDIR/defaults/${test_base}_script
61 . $SRCDIR/defaults/${test_base}_script
  /build/soong/
bootstrap.bash 18 export SRCDIR="."
19 export BOOTSTRAP="${SRCDIR}/bootstrap.bash"
22 export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in"
36 export GOROOT="${SRCDIR}/prebuilts/go/$PREBUILTOS/"
53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
57 "$SRCDIR/build/blueprint/bootstrap.bash" "$@"
  /external/ImageMagick/Magick++/tests/
tests.tap 13 SRCDIR=${top_srcdir}/${subdir}/
14 export SRCDIR
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Makefile 0 SRCDIR = .
3 VPATH = $(SRCDIR)
5 include $(SRCDIR)/../Make.defaults
7 TOPDIR = $(SRCDIR)/..
19 $(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(PREFIX)/include/efi
20 $(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
21 $(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
24 $(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
27 include $(SRCDIR)/../Make.rules
  /external/ImageMagick/Magick++/demo/
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" || echo "not ok"
  /external/ImageMagick/PerlMagick/
check.sh.in 28 echo "SRCDIR='${SRCDIR}'"
29 echo "srcdir='${srcdir}'"
33 SRCDIR=`dirname $0`
34 SRCDIR=`cd $SRCDIR && pwd`
35 TOPSRCDIR=`cd $srcdir && pwd`
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Makefile 37 SRCDIR = .
39 VPATH = $(SRCDIR)
41 include $(SRCDIR)/../Make.defaults
43 TOPDIR = $(SRCDIR)/..
64 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_fbsd_efi.lds $(INSTALLROOT)/$(LIBDIR)
66 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
69 $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
72 include $(SRCDIR)/../Make.rules
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqw.py 13 # SRCDIR, below: change /usr/local/bin/python to where your Python
15 # lives, and change the value for SRCDIR to where your faqwiz.py
22 SRCDIR = "/usr/people/guido/python/src/Tools/faqwiz"
25 sys.path.insert(0, SRCDIR)
  /external/python/cpython2/Tools/faqwiz/
faqw.py 13 # SRCDIR, below: change /usr/local/bin/python to where your Python
15 # lives, and change the value for SRCDIR to where your faqwiz.py
22 SRCDIR = "/usr/people/guido/python/src/Tools/faqwiz"
25 sys.path.insert(0, SRCDIR)
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Makefile 37 SRCDIR = .
39 VPATH = $(SRCDIR)
41 include $(SRCDIR)/../Make.defaults
43 TOPDIR = $(SRCDIR)/..
78 include $(SRCDIR)/../Make.rules
  /build/blueprint/
regen_build_ninja_in.sh 26 export SRCDIR=../test_tree
27 ${SRCDIR}/blueprint/bootstrap.bash
bootstrap.bash 14 # SRCDIR
31 # these is used should probably match what's used for SRCDIR).
41 # SRCDIR should be set to the path of the root source directory. It can be
46 [ -z "$SRCDIR" ] && SRCDIR=`dirname "${BOOTSTRAP}"`
58 [ -z "$BOOTSTRAP_MANIFEST" ] && BOOTSTRAP_MANIFEST="${SRCDIR}/build.ninja.in"
122 $BUILDDIR/.bootstrap/bin/minibp $EXTRA_ARGS -o $BOOTSTRAP_MANIFEST $SRCDIR/$TOPNAME
131 sed -e "s|@@SrcDir@@|$SRCDIR|g" \
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Makefile 37 SRCDIR = .
39 VPATH = $(SRCDIR)
41 include $(SRCDIR)/../Make.defaults
43 TOPDIR = $(SRCDIR)/..
82 include $(SRCDIR)/../Make.rules
  /external/e2fsprogs/tests/defaults/
e_script 18 EXPECT=$SRCDIR/progs/test_data/expect.$class
31 cat $SRCDIR/progs/test_data/$instance.setup $SRCDIR/progs/test_data/test.$class \
  /external/vboot_reference/tests/futility/
run_test_scripts.sh 24 # Same for $SRCDIR
25 if [ -z "${SRCDIR:-}" ]; then
26 SRCDIR=$(readlink -f "${SCRIPTDIR}/../..")
27 yellow "Assuming SRCDIR=$SRCDIR"
35 export SRCDIR
  /system/libufdt/utils/tests/
mkdtimg_testdata.sh 16 SRCDIR="data"
28 CONFIG="${SRCDIR}/mkdtimg.cfg"
39 src_dts="${SRCDIR}/${dts}"

Completed in 504 milliseconds

1 2 3