Home
last modified time | relevance | path

Searched refs:test_modules (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/system/core/libmodprobe/
H A Dlibmodprobe_ext_test.cpp41 if (std::find(test_modules.begin(), test_modules.end(), deps.front()) == test_modules.end()) { in Insmod()
82 return std::find(test_modules.begin(), test_modules.end(), deps.front()) != test_modules.end(); in ModuleExists()
H A Dlibmodprobe_test.cpp29 std::vector<std::string> test_modules; variable
41 test_modules = { in TEST()
157 for (auto i = test_modules.begin(); i != test_modules.end(); ++i) { in TEST()
217 test_modules = {dir_path + "/no_colon.ko"}; in TEST()
H A Dlibmodprobe_test.h23 extern std::vector<std::string> test_modules;
/aosp_15_r20/tools/asuite/experiments/a/
H A Dtests.py23 test_modules = ['tools.update_test'] variable
25 for mod in test_modules:
28 test_suite = loader.loadTestsFromNames(test_modules)
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_inline_inbuilt_nn_modules.py14 test_modules,
22 import test_modules
51 test_modules.NNModuleTests,
H A Dtest_dynamic_shapes.py19 test_modules,
32 import test_modules
70 test_modules.NNModuleTests,
/aosp_15_r20/tools/asuite/plugin_lib/
H A Dplugin_run_unittests.py56 test_modules = get_test_modules()
57 for mod in test_modules:
61 test_suite = loader.loadTestsFromNames(test_modules)
/aosp_15_r20/tools/asuite/atest/asuite_lib_test/
H A Dasuite_lib_run_tests.py60 test_modules = get_test_modules()
61 for mod in test_modules:
65 test_suite = loader.loadTestsFromNames(test_modules)
/aosp_15_r20/tools/asuite/aidegen/
H A Daidegen_run_unittests.py57 test_modules = get_test_modules()
58 for mod in test_modules:
62 test_suite = loader.loadTestsFromNames(test_modules)
/aosp_15_r20/tools/asuite/atest/
H A Datest_run_unittests.py71 def run_test_modules(test_modules): argument
79 for mod in test_modules:
83 test_suite = loader.loadTestsFromNames(test_modules)
/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_utils.py271 test_modules = [] variable
279 test_modules.append(fn[:-3])
281 test_suite = unittest.TestLoader().loadTestsFromNames(test_modules)
/aosp_15_r20/tools/treble/build/
H A Dtest.py24 test_modules = [
30 suite = unittest.defaultTestLoader.loadTestsFromNames(test_modules)
/aosp_15_r20/tools/treble/split/
H A Dtest.py23 test_modules = [
29 suite = unittest.defaultTestLoader.loadTestsFromNames(test_modules)
/aosp_15_r20/external/python/rsa/tests/
Dtest_mypy.py6 test_modules = ['rsa', 'tests'] variable
13 in test_modules]
/aosp_15_r20/tools/acloud/
H A Dacloud_test.py48 test_modules = [
55 test_suite = loader.loadTestsFromNames(test_modules)
/aosp_15_r20/external/python/cpython3/Programs/
D_bootstrap_python.c38 static const struct _frozen test_modules[] = { variable
43 const struct _frozen *_PyImport_FrozenTest = test_modules;
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_datetime.py21 test_modules = [pure_tests, fast_tests]
26 for module, suffix in zip(test_modules, test_suffixes):
Dtest_pydoc.py978 def test_modules(self): member in PydocImportTest
/aosp_15_r20/external/python/cpython3/Python/
Dfrozen.c109 static const struct _frozen test_modules[] = { variable
125 const struct _frozen *_PyImport_FrozenTest = test_modules;
/aosp_15_r20/external/crosvm/tools/windows/
H A Dbuild_test.py113 test_modules = test_module_parallel + test_module_serial
115 test_modules += LINUX_BUILD_ONLY_MODULES
116 for mod in test_modules:
/aosp_15_r20/external/pytorch/.ci/docker/
H A Drequirements-ci.txt84 #test that import: test_modules.py, test_nn.py,
146 #test_pytree.py, test_ops.py, test_control_flow.py, test_modules.py,
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_all.py573 test_modules = [
600 for name in test_modules:
/aosp_15_r20/external/pytorch/.ci/pytorch/
H A Dtest.sh350 --include test_modules test_ops test_ops_gradients test_torch \
1387 …python test/run_test.py --include test_modules test_mkldnn test_mkldnn_fusion test_openmp test_tor…
1392 …s dynamo/test_fx_passes_pre_grad dynamo/test_interop dynamo/test_model_output dynamo/test_modules \
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dpywrap-test.py106 self.test_modules(handle)
148 def test_modules(self, sh): member in Tests
/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dmodule_finder_unittest.py487 self, test_modules: list[dict]
489 return module_finder.ModuleFinder(self.create_module_info(test_modules))

12