HomeSort by relevance Sort by last modified time
    Searched refs:test_module (Results 1 - 25 of 29) sorted by null

1 2

  /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/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/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/selinux/policycoreutils/sepolicy/sepolicy/
interface.py 170 from templates import test_module namespace
173 param_tmp.append(test_module.dict_values[i])
180 from templates import test_module namespace
182 te += re.sub("TEMPLATETYPE", name, test_module.te_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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")
test_decimal.py 1071 def test_module(self): member in class:DecimalArithmeticOperatorsTest
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 246 def test_module(self): member in class:LongReprTest
test_ast.py 298 def test_module(self): member in class:AST_Tests
test_funcattrs.py 34 def test_module(self): member in class:FunctionPropertiesTest
test_warnings.py 112 def test_module(self): member in class:FilterTests
117 message = UserWarning("FilterTests.test_module")

Completed in 2014 milliseconds

1 2