Home
last modified time | relevance | path

Searched refs:test_module (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem.py186 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/
Dmbim_test_runner.py43 test_module = imp.load_source(subtest_name, module_name)
48 test_class = getattr(test_module, subtest_name)
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dinterface.py170 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/
Dkvm.py84 test_module = imp.load_module(t_type, f, p, d)
93 run_func = getattr(test_module, "run_%s" % t_type)
/external/selinux/sepolgen/tests/
Drun-tests.py13 from test_module import *
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dmodule_unittest.py19 def test_module(self): member in ModuleIntegrationTests
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml49 let m = create_module (global_context ()) "test_module" in
/external/libxml2/
Dtestapi.c21 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