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

1 2

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /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"
46 if [ ! -d "$SRCDIR" ] ; then
47 echo "ERROR: Source directory doesn't exist: $SRCDIR"
50 if [ ! -d "$SRCDIR/android-3" ]; then
51 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
54 log "Using source directory: $SRCDIR"
60 $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"
99 if [ ! -d "$SRCDIR" ] ; then
100 echo "ERROR: Source directory doesn't exist: $SRCDIR"
103 if [ ! -d "$SRCDIR/android-3" ]; then
104 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"
107 log "Using source directory: $SRCDIR"
111 if [ ! -d "$SRCDIR/android-$PLATFORM" ]; then
112 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"
154 # DIR="$SRCDIR/android-$PLATFORM/arch-$ARCH
    [all...]
build-host-python.sh 233 local SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$2
238 if [ ! -f "$SRCDIR/configure" ]; then
239 panic "Missing configure script in $SRCDIR"
242 # Currently, 2.7.5 and 3.3.0 builds generate $SRCDIR/Lib/_sysconfigdata.py, unless it
245 if [ ! -f "$SRCDIR/Lib/_sysconfigdata.py" ]; then
246 log "Removing old $SRCDIR/Lib/_sysconfigdata.py"
247 rm -f $SRCDIR/Lib/_sysconfigdata.py
324 touch $SRCDIR/Include/graminit.h
325 touch $SRCDIR/Python/graminit.c
326 echo "" > $SRCDIR/Parser/pgen.stam
    [all...]
dev-platform-compress.sh 48 SRCDIR=/tmp/ndk-$USER/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
ndk-common.sh 775 local SRCDIR="$2"
800 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
803 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
806 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
811 (cd $SRCDIR && run tar --use-compress-prog=pbzip2 -$TARFLAGS "$ARCHIVE" $SRCFILES)
813 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES)
829 local SRCDIR="$1"
831 if [ ! -d "$SRCDIR" ] ; then
832 panic "Can't copy from non-directory: $SRCDIR"
835 log " from $SRCDIR"
    [all...]
gen-system-symbols.sh 56 SRCDIR=$1
59 if [ -z "$SRCDIR" ]; then
69 if [ ! -d "$SRCDIR" ]; then
70 dump "ERROR: Not a source directory: $SRCDIR"
195 for LIB in $(cd $SRCDIR && ls lib*.so); do
196 SRCLIB=$SRCDIR/$LIB
build-host-gdb.sh 145 local SRCDIR=$TOOLCHAIN_SRC_DIR/expat/expat-2.0.1
159 run2 "$SRCDIR"/configure $ARGS &&
174 local SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$3
179 if [ ! -f "$SRCDIR/configure" ]; then
180 panic "Missing configure script in $SRCDIR"
212 run2 "$SRCDIR"/configure $ARGS &&
229 local SRCDIR="$(gdb_build_install_dir $1 $2 $3)"
238 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
239 if [ -d "$SRCDIR/share/gdb" ]; then
240 run copy_directory "$SRCDIR/share/gdb" "$DSTDIR/share/gdb
    [all...]
build-ndk-stack.sh 138 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/$PROGNAME
164 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUmakefile \
gen-platforms.sh 54 SRCDIR="../development/ndk"
59 PLATFORMS=`extract_platforms_from "$SRCDIR"`
148 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"
167 SRCDIR="$OPTION_SRCDIR";
168 if [ ! -d "$SRCDIR" ] ; then
169 echo "ERROR: Source directory $SRCDIR does not exist !"
172 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then
173 echo "ERROR: Invalid source directory: $SRCDIR"
178 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
179 log "Using source directory: $SRCDIR"
    [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
  /sdk/emulator/opengl/
gen-encoder.sh 14 SRCDIR="sdk/emulator/opengl/host/libs"
17 if [ ! -d "$SRCDIR" -o ! -d "$DSTDIR" ]; then
27 local src="$SRCDIR/$1_dec"
  /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/main/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 )
  /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/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/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 570 local SRCDIR="$1"
572 if [ ! -d "$SRCDIR" ] ; then
573 panic "Can't copy from non-directory: $SRCDIR"
575 log2 "Directory copy: $SRCDIR -> $DSTDIR"
576 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
651 local SRCDIR="$2"
673 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
676 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
679 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
682 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 570 local SRCDIR="$1"
572 if [ ! -d "$SRCDIR" ] ; then
573 panic "Can't copy from non-directory: $SRCDIR"
575 log2 "Directory copy: $SRCDIR -> $DSTDIR"
576 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
651 local SRCDIR="$2"
673 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
676 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
679 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
682 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES
    [all...]
  /ndk/tests/
run-tests.sh 787 local SRCDIR
820 SRCDIR="$BUILD_DIR/`basename $TEST`/libs/$CPU_ABI"
821 if [ ! -d "$SRCDIR" ] || [ -z "`ls $SRCDIR`" ]; then
833 for SRCFILE in `ls $SRCDIR`; do
834 run $ADB_CMD -s "$DEVICE" push "$SRCDIR/$SRCFILE" $DSTDIR/abcc_tmp
842 run rm -f $SRCDIR/*
843 run $ADB_CMD -s "$DEVICE" pull $DSTDIR/abcc_tmp $SRCDIR
844 run rm -f $SRCDIR/compile_result
845 run rm -f $SRCDIR/compile_erro
    [all...]
  /external/qemu/distrib/
package-release.sh 83 local SRCDIR DSTDIR FILES
84 SRCDIR=$1
90 (cd $SRCDIR && tar cf - $FILES) | (cd $DSTDIR && tar xf -)
96 local SRCDIR DSTDIR FILES
97 SRCDIR=$1
99 log "Copying git sources from $SRCDIR to $DSTDIR"
103 (cd $SRCDIR && git ls-files) > $TMP_FILE_LIST
105 (cd $SRCDIR && tar cf - -T $TMP_FILE_LIST) | (cd $DSTDIR && tar xf -)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/libexec/gcc/x86_64-linux/4.6/install-tools/
fixinc.sh 381 SRCDIR=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382 export SRCDIR
400 then echo Fixing directory ${SRCDIR} into ${DESTDIR} ; fi

Completed in 1784 milliseconds

1 2