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

1 2 3

  /external/autotest/client/deps/iwcap/
iwcap.py 8 def setup(topdir):
9 srcdir = os.path.join(topdir, 'src')
11 utils.system('make BINDIR=%s install' % (topdir))
12 os.chdir(topdir)
  /external/freetype/src/tools/
update-copyright 6 topdir=`git rev-parse --show-toplevel`
7 toolsdir=$topdir/src/tools
9 git ls-files --full-name $topdir \
  /external/autotest/client/deps/fakegudev/
fakegudev.py 12 def setup(topdir):
13 srcdir = os.path.join(topdir, 'src')
16 utils.make("DESTDIR=%s install"%(topdir))
17 os.chdir(topdir)
  /external/autotest/client/deps/fakemodem/
fakemodem.py 12 def setup(topdir):
13 srcdir = os.path.join(topdir, 'src')
16 utils.make("DESTDIR=%s install"%(topdir))
17 os.chdir(topdir)
  /external/autotest/client/deps/systemtap/
systemtap.py 9 def setup(topdir):
10 srcdir = os.path.join(topdir, 'src')
15 '--prefix=%s/systemtap' % topdir)
19 os.chdir(topdir)
  /external/autotest/client/deps/glbench/
glbench.py 12 def setup(topdir):
13 srcdir = os.path.join(topdir, 'src')
16 os.chdir(topdir)
  /external/autotest/client/deps/ibusclient/
ibusclient.py 12 def setup(topdir):
13 srcdir = os.path.join(topdir, 'src')
16 os.chdir(topdir)
  /external/kmod/
autogen.sh 6 topdir=$(dirname $0)
7 cd $topdir
22 if [ -f "$topdir/.config.args" ]; then
23 args="$args $(cat $topdir/.config.args)"
38 $topdir/configure CFLAGS='-g -O2' $args
41 $topdir/configure CFLAGS='-g -Og' $args
44 $topdir/configure CC=clang CXX=clang++ $args
47 $topdir/configure CFLAGS='-g -O2 -Wsuggest-attribute=pure -Wsuggest-attribute=const' $args
50 scan-build $topdir/configure CFLAGS='-g -O0 -std=gnu11' $args
58 echo "$topdir/configure CFLAGS='-g -O2' $args
    [all...]
bootstrap 6 topdir=$(dirname $0)
7 cd $topdir
22 if [ -f "$topdir/.config.args" ]; then
23 args="$args $(cat $topdir/.config.args)"
38 $topdir/configure CFLAGS='-g -O2' $args
41 $topdir/configure CFLAGS='-g -Og' $args
44 $topdir/configure CC=clang CXX=clang++ $args
47 $topdir/configure CFLAGS='-g -O2 -Wsuggest-attribute=pure -Wsuggest-attribute=const' $args
50 scan-build $topdir/configure CFLAGS='-g -O0 -std=gnu11' $args
58 echo "$topdir/configure CFLAGS='-g -O2' $args
    [all...]
  /external/autotest/client/deps/mysql/
mysql.py 8 def setup(tarball, topdir):
9 srcdir = os.path.join(topdir, 'src')
15 % topdir)
24 os.mkdir(topdir + '/mysql/var')
30 utils.system('%s/mysql/bin/mysql_install_db' % topdir)
32 os.chdir(topdir)
  /development/ide/emacs/
android-compile.el 55 (defun android-find-makefile (topdir)
59 TOPDIR is the root directory of the build.
61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR.
63 ;; TODO: Could check that topdir is the start of default-directory.
64 (unless (> (length topdir) 2)
65 (error "Topdir invalid %s for current dir %s" topdir default-directory))
69 (while (and (> (length default-directory) (length topdir))
78 (if (string= default-directory topdir)
81 (setq default-directory (substring default-directory (length topdir) nil)
    [all...]
  /external/autotest/client/deps/lansim/
lansim.py 12 def setup(topdir):
13 srcdir = os.path.join(topdir, 'src')
19 os.chdir(topdir)
  /external/autotest/client/deps/nvmap_compactor/
nvmap_compactor.py 12 def setup(topdir):
13 srcdir = os.path.join(topdir, 'src')
17 os.chdir(topdir)
  /external/autotest/client/deps/dejagnu/
dejagnu.py 8 def setup(tarball, topdir):
9 srcdir = os.path.join(topdir, 'src')
12 utils.configure('--prefix=%s/dejagnu' % topdir)
16 os.chdir(topdir)
  /external/autotest/client/deps/libnet/
libnet.py 8 def setup(tarball, topdir):
9 srcdir = os.path.join(topdir, 'src')
15 utils.configure ('--prefix=%s/libnet' % topdir)
19 os.chdir(topdir)
  /external/autotest/client/deps/pgpool/
pgpool.py 8 def setup(tarball, topdir):
11 srcdir = os.path.join(topdir, 'src')
19 % (topdir, os.environ['AUTODIR']))
23 os.chdir(topdir)
  /external/autotest/client/deps/pgsql/
pgsql.py 8 def setup(tarball, topdir):
9 srcdir = os.path.join(topdir, 'src')
14 utils.configure('--without-readline --without-zlib --enable-debug --prefix=%s/pgsql' % topdir)
18 os.chdir(topdir)
  /external/llvm/utils/
getsrcs.sh 13 # The optional -topdir option can be used to specify the top LLVM source
21 if test "$1" = "-topdir" ; then
22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
30 ./utils/llvmdo -topdir "$TOPDIR" \
countloc.sh 15 # The script takes one optional option, -topdir, which specifies the top llvm
24 if test "$1" = "-topdir" ; then
25 TOPDIR="$2"
28 TOPDIR=`llvm-config --src-root`
32 if test -d "$TOPDIR" ; then
33 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /external/swiftshader/third_party/LLVM/utils/
getsrcs.sh 13 # The optional -topdir option can be used to specify the top LLVM source
21 if test "$1" = "-topdir" ; then
22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
30 ./utils/llvmdo -topdir "$TOPDIR" \
countloc.sh 15 # The script takes one optional option, -topdir, which specifies the top llvm
24 if test "$1" = "-topdir" ; then
25 TOPDIR="$2"
28 TOPDIR=`llvm-config --src-root`
32 if test -d "$TOPDIR" ; then
33 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /external/autotest/client/deps/libcap/
libcap.py 9 topdir = os.getcwd()
13 os.chdir(topdir)
  /external/autotest/client/deps/webgl_clear/
webgl_clear.py 12 def setup(topdir):
15 @param topdir: The directory of this deps.
18 srcdir = os.path.join(topdir, 'src')
19 filesdir = os.path.join(topdir, 'files')
  /external/autotest/client/deps/webgl_perf/
webgl_perf.py 13 def setup(topdir):
15 @param topdir: The directory of this deps.
18 srcdir = os.path.join(topdir, 'src')
19 filesdir = os.path.join(topdir, 'files')
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 30 topdir="${PWD%/*}"
33 archive="$(basename "$(ls -1 ${topdir}/$PACKAGE*.tar.gz | tail -n 1)" .tar.gz)"
50 ln -s "${topdir}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"

Completed in 4349 milliseconds

1 2 3