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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/network/tcp_cmds/ssh/
ssh01 23 # SETUP: The program `/usr/bin/expect' MUST be installed.
34 setup() function
46 setup
ssh02 23 # SETUP: The program `/usr/bin/expect' MUST be installed.
34 setup() function
46 setup
ssh03 23 # SETUP: The program `/usr/bin/expect' MUST be installed.
29 setup() function
41 setup
  /external/autotest/client/deps/camera_hal3/
camera_hal3.py 12 def setup(setup_dir): function
21 utils.update_version(os.getcwd(), True, version, setup, os.getcwd())
  /external/chromium-trace/catapult/common/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/common/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/ltp/testcases/kernel/controllers/io-throttle/
myfunctions-io.sh 22 setup() function
  /external/ltp/testcases/network/can/filter-tests/
can_run_tests.sh 28 setup() function
94 setup
  /external/ltp/testcases/network/tcp_cmds/ftp/
ftp02 39 setup() function
87 setup
ftp03 34 setup() function
95 setup
ftp04 25 # SETUP: The program `/usr/bin/expect' MUST be installed.
31 setup() function
79 setup
ftp05 39 setup() function
100 setup
  /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/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)

Completed in 154 milliseconds

1 2 3 4 5 6 7 8 91011>>