HomeSort by relevance Sort by last modified time
    Searched refs:SRCDIR (Results 1 - 25 of 54) 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"
  /external/mesa3d/src/mesa/
sources.mak 3 # This file is among different build systems. SRCDIR must be defined with
9 $(SRCDIR)main/es1_conversion.c
12 $(SRCDIR)main/api_arrayelt.c \
13 $(SRCDIR)main/api_exec.c \
14 $(SRCDIR)main/api_loopback.c \
15 $(SRCDIR)main/api_validate.c \
16 $(SRCDIR)main/accum.c \
17 $(SRCDIR)main/arbprogram.c \
18 $(SRCDIR)main/atifragshader.c \
19 $(SRCDIR)main/attrib.c
    [all...]
  /build/blueprint/tests/
bootstrap.bash 4 export SRCDIR=".."
  /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...]
  /ndk/build/tools/
dev-platform-expand-all.sh 26 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
27 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
45 if [ ! -d "$SRCDIR" ] ; then
46 echo "ERROR: Source directory doesn't exist: $SRCDIR"
49 if [ ! -d "$SRCDIR/android-3" ]; then
50 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
53 log "Using source directory: $SRCDIR"
59 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
dev-platform-expand.sh 58 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
59 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"
98 if [ ! -d "$SRCDIR" ] ; then
99 echo "ERROR: Source directory doesn't exist: $SRCDIR"
102 if [ ! -d "$SRCDIR/android-3" ]; then
103 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
106 log "Using source directory: $SRCDIR"
110 if [ ! -d "$SRCDIR/android-$PLATFORM" ]; then
111 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"
153 # DIR="$SRCDIR/android-$PLATFORM/arch-$ARCH
    [all...]
dev-platform-compress.sh 48 SRCDIR=$TMPDIR/platforms
49 register_var_option "--src-dir=<path>" SRCDIR "Specify source platforms directory"
63 SDIR=$SRCDIR/android-$PLATFORM
73 SDIR=$SRCDIR/android-$PLATFORM
83 PDIR=$SRCDIR/android-$PREV_PLATFORM
gen-system-symbols.sh 55 SRCDIR=$1
58 if [ -z "$SRCDIR" ]; then
68 if [ ! -d "$SRCDIR" ]; then
69 dump "ERROR: Not a source directory: $SRCDIR"
194 for LIB in $(cd $SRCDIR && ls lib*.so); do
195 SRCLIB=$SRCDIR/$LIB
ndk-common.sh 713 local SRCDIR="$2"
735 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
740 (cd $SRCDIR && run tar --use-compress-prog=pbzip2 $TARFLAGS "$ARCHIVE" $SRCFILES)
742 (cd $SRCDIR && run tar -j $TARFLAGS "$ARCHIVE" $SRCFILES)
758 local SRCDIR="$1"
760 if [ ! -d "$SRCDIR" ] ; then
761 panic "Can't copy from non-directory: $SRCDIR"
764 log " from $SRCDIR"
766 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$DSTDIR")
777 local SRCDIR="$1
    [all...]
  /external/e2fsprogs/tests/
test_script.in 17 TESTS=`ls -d $SRCDIR/[a-zA-Z]_*`
22 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
23 *) TESTS="$TESTS $SRCDIR/$i" ;;
32 $SRCDIR/test_post
test_one.in 23 cmd_dir=$SRCDIR
26 TEST_CONFIG=$SRCDIR/test_config
57 default_script=$SRCDIR/defaults/${test_base}_script
59 . $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/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`
  /ndk/tests/build/short-commands/
build.sh 20 SRCDIR=$PROGDIR/jni
21 rm -rf "$SRCDIR" && mkdir -p "$SRCDIR"
23 echo "ERROR: Could not create temporary source directory: $SRCDIR"
34 SRCFILE=$SRCDIR/foo$NUM.c
48 cat > $SRCDIR/main.c <<EOF
53 cat >> $SRCDIR/main.c <<EOF
58 cat >> $SRCDIR/main.c <<EOF
65 cat >> $SRCDIR/main.c <<EOF
70 cat >> $SRCDIR/main.c <<EO
    [all...]
  /external/valgrind/drd/scripts/
download-and-build-firefox 6 SRCDIR="$HOME/software"
7 SRC="$SRCDIR/mozilla"
8 DOWNLOADS="$SRCDIR/downloads"
43 ( cd $SRCDIR && tar -xjf $DOWNLOADS/$TAR )
download-and-build-gcc 11 SRCDIR=$HOME/software
12 DOWNLOADS=$SRCDIR/downloads
58 ( cd $SRCDIR && tar -xjf $DOWNLOADS/$TAR )
  /build/blueprint/
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/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
  /external/e2fsprogs/contrib/
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
89 echo ${FN#$SRCDIR} >>$INODE_DIR/$INODE
  /external/valgrind/solaris/
build_solaris_package 26 SRCDIR=$TMPDIR/sources
61 svn export --quiet --ignore-externals $source_directory $SRCDIR \
64 svn export --quiet --ignore-externals $source_directory/VEX $SRCDIR/VEX \
79 sed -i -e "s/VVVVV-XXXX/${valgrind_rev}-${vex_rev}/" $SRCDIR/$IPS_MANIFEST
130 pkglint -c $TMPDIR/lint-cache -r $lint_repo_uri $SRCDIR/$IPS_MANIFEST > $TMPDIR/pkglint.log
137 pkgsend publish -s $repo_uri -d $INSTALLDIR $SRCDIR/solaris/valgrind.p5m > $TMPDIR/pkgsend.log
192 cd $SRCDIR
  /external/bison/build-aux/
vc-list-files 33 Usage: $0 [-C SRCDIR] [DIR...]
36 SRCDIR (default .). SRCDIR must be the top directory of a checkout.
41 -C SRCDIR change directory to SRCDIR before generating list
  /ndk/sources/host-tools/ndk-depends/
build-ndk-depends.sh 107 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-depends
110 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUmakefile \

Completed in 498 milliseconds

1 2 3