/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/ |
H A D | setup_v4l2.py | 7 from distutils.core import setup, Extension namespace 9 setup (name = 'v4l2',
|
H A D | setup_vaapi.py | 7 from distutils.core import setup, Extension namespace 13 setup(name = 'vaapi', version = '1.0', ext_modules = [module])
|
/external/testng/src/test/java/test/dependsongroup/ |
H A D | TestFixture1.java | 8 public void setup() { method in class:TestFixture1
|
H A D | TestFixture2.java | 9 public void setup() { method in class:TestFixture2
|
/external/autotest/client/deps/libcap/ |
H A D | 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/tests/error_setup/ |
H A D | error_setup.py | 7 def setup(self): member in class:error_setup 8 raise ValueError("test a bug in setup()")
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/child/ |
H A D | setup.py | 1 from setuptools import setup namespace 3 setup(
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/parent/ |
H A D | setup.py | 1 from setuptools import setup namespace 3 setup(
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/ |
H A D | 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/ |
H A D | setup.py | 23 def setup(args=None, _manifest=0): function 24 """ Main setup function """ 38 return setup((), _manifest=1) 42 setup()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
H A D | test-scope.rb | 9 def setup method in class:TestDFA
|
/external/autotest/client/deps/boottool/ |
H A D | boottool.py | 14 def setup(tarball, topdir): function 26 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
|
/external/autotest/client/deps/dejagnu/ |
H A D | dejagnu.py | 8 def setup(tarball, topdir): function 21 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
|
/external/autotest/client/deps/fakegudev/ |
H A D | fakegudev.py | 12 def setup(topdir): function 20 utils.update_version(pwd + '/src', True, version, setup, pwd)
|
/external/autotest/client/deps/fakemodem/ |
H A D | fakemodem.py | 12 def setup(topdir): function 20 utils.update_version(pwd + '/src', True, version, setup, pwd)
|
/external/autotest/client/deps/gfxtest/ |
H A D | gfxtest.py | 12 def setup(topdir): function 19 utils.update_version(pwd + '/src', True, version, setup, pwd)
|
/external/autotest/client/deps/glbench/ |
H A D | glbench.py | 12 def setup(topdir): function 19 utils.update_version(pwd + '/src', True, version, setup, pwd)
|
/external/autotest/client/deps/glmark2/ |
H A D | 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/ |
H A D | graphics.py | 12 def setup(): function 17 utils.update_version(pwd + '/src', True, version, setup)
|
/external/autotest/client/deps/ibusclient/ |
H A D | ibusclient.py | 12 def setup(topdir): function 19 utils.update_version(pwd + '/src', True, version, setup, pwd)
|
/external/autotest/client/deps/iwcap/ |
H A D | iwcap.py | 8 def setup(topdir): function 15 utils.update_version(pwd + '/src', True, version, setup, pwd)
|
/external/autotest/client/deps/lansim/ |
H A D | lansim.py | 12 def setup(topdir): function 22 utils.update_version(os.path.join(pwd, 'src'), True, version, setup, pwd)
|
/external/autotest/client/deps/libnet/ |
H A D | libnet.py | 8 def setup(tarball, topdir): function 23 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
|
/external/autotest/client/deps/mysql/ |
H A D | 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/ |
H A D | nvmap_compactor.py | 12 def setup(topdir): function 20 utils.update_version(pwd + '/src', True, version, setup, pwd)
|