/external/selinux/sepolgen/tests/ |
run-tests.py | 13 from test_module import *
|
/development/testrunner/tests/ |
Android_native.mk | 16 test_module := foo macro 17 LOCAL_MODULE := $(test_module)
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_test_runner.py | 43 test_module = imp.load_source(subtest_name, module_name) 48 test_class = getattr(test_module, subtest_name)
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
interface.py | 170 from templates import test_module 173 param_tmp.append(test_module.dict_values[i]) 180 from templates import test_module 182 te += re.sub("TEMPLATETYPE", name, test_module.te_test_module)
|
/external/autotest/client/cros/cellular/pseudomodem/ |
pseudomodem.py | 186 if not self._opts.test_module: 189 test_module = self._LoadCustomPartsModule(self._opts.test_module) 192 self._modem = self._CreateCustomObject(test_module, 197 self._sim = self._CreateCustomObject(test_module, 208 test_module, 213 def _CreateCustomObject(self, test_module, class_name, arg_file_name): 217 @param test_module: The loaded module that implemets the custom object. 220 taken by |test_module|.|class_name| constructor in json. 238 class_def = getattr(test_module, class_name [all...] |
/external/autotest/client/site_tests/kernel_CryptoAPI/ |
kernel_CryptoAPI.py | 51 Uses the kernel module 'test_module' 202 module = "test_module"
|
/external/autotest/client/tests/kvm/ |
kvm.py | 84 test_module = imp.load_module(t_type, f, p, d) 93 run_func = getattr(test_module, "run_%s" % t_type)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
module_unittest.py | 19 def test_module(self): member in class:ModuleIntegrationTests
|
/external/llvm/test/Bindings/OCaml/ |
executionengine.ml | 49 let m = create_module (global_context ()) "test_module" in
|
/external/google-breakpad/src/processor/ |
module_comparer.cc | 56 scoped_ptr<BasicModule> basic_module(new BasicModule("test_module")); 57 scoped_ptr<FastModule> fast_module(new FastModule("test_module"));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
main.py | 25 %(progName)s test_module - run tests from test_module
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
main.py | 25 %(progName)s test_module - run tests from test_module
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 25 %(progName)s test_module - run tests from test_module
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 25 %(progName)s test_module - run tests from test_module
|
/external/autotest/client/site_tests/security_ModuleLocking/ |
security_ModuleLocking.py | 186 module = "test_module"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_repr.py | 246 def test_module(self): member in class:LongReprTest
|
test_funcattrs.py | 34 def test_module(self): member in class:FunctionPropertiesTest
|
test_pydoc.py | 357 def test_module(self): member in class:TestDescriptions
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_repr.py | 246 def test_module(self): member in class:LongReprTest
|
test_funcattrs.py | 34 def test_module(self): member in class:FunctionPropertiesTest
|
test_pydoc.py | 357 def test_module(self): member in class:TestDescriptions
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_repr.py | 246 def test_module(self): member in class:LongReprTest
|
test_funcattrs.py | 34 def test_module(self): member in class:FunctionPropertiesTest
|
test_pydoc.py | 357 def test_module(self): member in class:TestDescriptions
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_repr.py | 246 def test_module(self): member in class:LongReprTest
|