Searched refs:test_module (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/cros/cellular/pseudomodem/ |
D | 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): argument 238 class_def = getattr(test_module, class_name) 436 if not opts.test_module and test_objects:
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | 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/ |
D | 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/tests/kvm/ |
D | kvm.py | 84 test_module = imp.load_module(t_type, f, p, d) 93 run_func = getattr(test_module, "run_%s" % t_type)
|
/external/selinux/sepolgen/tests/ |
D | run-tests.py | 13 from test_module import *
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | module_unittest.py | 19 def test_module(self): member in ModuleIntegrationTests
|
/external/llvm/test/Bindings/OCaml/ |
D | executionengine.ml | 49 let m = create_module (global_context ()) "test_module" in
|
/external/libxml2/ |
D | testapi.c | 21 static int test_module(const char *module); 147 ret = test_module(argv[2]); in main() 151 ret = test_module(argv[1]); in main() 52131 test_module(const char *module) { in test_module() function
|