HomeSort by relevance Sort by last modified time
    Searched defs:setup (Results 1 - 25 of 1002) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
setup.py 23 def setup(args=None, _manifest=0): function
24 """ Main setup function """
38 return setup((), _manifest=1)
42 setup()
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
setup.py 23 def setup(args=None, _manifest=0): function
24 """ Main setup function """
38 return setup((), _manifest=1)
42 setup()
  /external/autotest/client/deps/boottool/
boottool.py 14 def setup(tarball, topdir): function
26 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/dejagnu/
dejagnu.py 8 def setup(tarball, topdir): function
21 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/fakegudev/
fakegudev.py 12 def setup(topdir): function
20 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/fakemodem/
fakemodem.py 12 def setup(topdir): function
20 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/gfxtest/
gfxtest.py 12 def setup(topdir): function
19 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/glbench/
glbench.py 12 def setup(topdir): function
19 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/glmark2/
glmark2.py 12 def setup(top_dir): function
16 # Avoid writing on subsequent setup() calls
36 utils.update_version(pwd + '/src', False, version, setup, pwd)
  /external/autotest/client/deps/graphics/
graphics.py 12 def setup(): function
17 utils.update_version(pwd + '/src', True, version, setup)
  /external/autotest/client/deps/gtest/
gtest.py 12 def setup(top_dir): function
19 utils.update_version(pwd + '/src', False, version, setup, pwd)
  /external/autotest/client/deps/ibusclient/
ibusclient.py 12 def setup(topdir): function
19 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/iwcap/
iwcap.py 8 def setup(topdir): function
15 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/lansim/
lansim.py 12 def setup(topdir): function
22 utils.update_version(os.path.join(pwd, 'src'), True, version, setup, pwd)
  /external/autotest/client/deps/libcap/
libcap.py 8 def setup(srcdir, tarball='libcap-2.16.tar.gz'): function
16 utils.update_version(srcdir, False, version, setup, srcdir)
  /external/autotest/client/deps/libnet/
libnet.py 8 def setup(tarball, topdir): function
23 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/mysql/
mysql.py 8 def setup(tarball, topdir): function
36 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/nvmap_compactor/
nvmap_compactor.py 12 def setup(topdir): function
20 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/pgpool/
pgpool.py 8 def setup(tarball, topdir): function
27 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/pgsql/
pgsql.py 8 def setup(tarball, topdir): function
22 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/systemtap/
systemtap.py 9 def setup(topdir): function
22 utils.update_version(pwd+'/src', True, version, setup, pwd)
  /external/autotest/client/deps/touchpad-tests/
touchpad-tests.py 8 # Setup autotest_lib path by importing common.
16 def setup(setup_dir): function
22 logging.info('setup(%s)', setup_dir)
25 utils.update_version(os.getcwd(), True, version, setup, pwd)
  /external/autotest/client/deps/webgl_clear/
webgl_clear.py 12 def setup(topdir): function
34 utils.update_version(pwd + '/src', True, version, setup, pwd)
  /external/autotest/client/deps/webgl_mpd/
webgl_mpd.py 12 def setup(): function
17 utils.update_version(pwd + '/src', True, version, setup)
  /external/autotest/client/deps/webgl_perf/
webgl_perf.py 13 def setup(topdir): function
33 utils.update_version(pwd + '/src', True, version, setup, pwd)

Completed in 241 milliseconds

1 2 3 4 5 6 7 8 91011>>