HomeSort by relevance Sort by last modified time
    Searched refs:SRCDIR (Results 1 - 25 of 37) 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"
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...]
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
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"
192 for LIB in $(cd $SRCDIR && ls lib*.so); do
193 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...]
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...]
build-ndk-stack.sh 84 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/$PROGNAME
89 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUmakefile \
gen-platforms.sh 54 SRCDIR="../development/ndk"
58 PLATFORMS=`extract_platforms_from "$SRCDIR"`
139 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"
158 SRCDIR="$OPTION_SRCDIR";
159 if [ ! -d "$SRCDIR" ] ; then
160 echo "ERROR: Source directory $SRCDIR does not exist !"
163 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then
164 echo "ERROR: Invalid source directory: $SRCDIR"
169 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
170 log "Using source directory: $SRCDIR"
    [all...]
build-gnu-libstdc++.sh 74 SRCDIR=$(echo $PARAMETERS | sed 1q)
75 check_toolchain_src_dir "$SRCDIR"
125 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$GCC_VERSION/libstdc++-v3
  /sdk/emulator/opengl/
gen-encoder.sh 14 SRCDIR="sdk/emulator/opengl/host/libs"
16 if [ ! -d "$SRCDIR" -o ! -d "$DSTDIR" ]; then
32 local src="$SRCDIR/$1_dec"
  /external/e2fsprogs/tests/
test_script.in 21 TESTS=`ls -d $SRCDIR/[a-zA-Z]_* | $EGREP -v "\.failed|\.new"`
28 [a-zA-Z]) TESTS="$TESTS $SRCDIR/${i}_*" ;;
29 *) TESTS="$TESTS $SRCDIR/$i" ;;
34 cmd_dir=$SRCDIR
37 TEST_CONFIG=$SRCDIR/test_config
65 default_script=$SRCDIR/defaults/${test_base}_script
67 . $SRCDIR/defaults/${test_base}_script
  /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/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/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/tests/
run-tests.sh 675 local SRCDIR
705 SRCDIR="$BUILD_DIR/`basename $TEST`/libs/$CPU_ABI"
706 if [ ! -d "$SRCDIR" ]; then
725 for SRCFILE in `ls $SRCDIR`; do
731 SRCFILE="$SRCDIR/$SRCFILE"
744 for SRCFILE in `ls $SRCDIR`; do
759 SRCFILE="$SRCDIR/$SRCFILE"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 559 local SRCDIR="$1"
561 if [ ! -d "$SRCDIR" ] ; then
562 panic "Can't copy from non-directory: $SRCDIR"
564 log2 "Directory copy: $SRCDIR -> $DSTDIR"
565 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
640 local SRCDIR="$2"
662 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
665 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
668 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
671 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 559 local SRCDIR="$1"
561 if [ ! -d "$SRCDIR" ] ; then
562 panic "Can't copy from non-directory: $SRCDIR"
564 log2 "Directory copy: $SRCDIR -> $DSTDIR"
565 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
640 local SRCDIR="$2"
662 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
665 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
668 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
671 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 381 SRCDIR=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382 export SRCDIR
400 then echo Fixing directory ${SRCDIR} into ${DESTDIR} ; fi
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 381 SRCDIR=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382 export SRCDIR
400 then echo Fixing directory ${SRCDIR} into ${DESTDIR} ; fi
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 381 SRCDIR=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382 export SRCDIR
400 then echo Fixing directory ${SRCDIR} into ${DESTDIR} ; fi
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 381 SRCDIR=`cd ${INPUT} ; cd $1 ; ${PWDCMD}`
382 export SRCDIR
400 then echo Fixing directory ${SRCDIR} into ${DESTDIR} ; fi
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 482 local SRCDIR="$1"
484 if [ ! -d "$SRCDIR" ] ; then
485 panic "Can't copy from non-directory: $SRCDIR"
487 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
562 local SRCDIR="$2"
584 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
587 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
590 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
593 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES)
    [all...]

Completed in 948 milliseconds

1 2