/aosp_15_r20/system/core/libmodprobe/ |
H A D | libmodprobe_ext_test.cpp | 41 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 D | libmodprobe_test.cpp | 29 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 D | libmodprobe_test.h | 23 extern std::vector<std::string> test_modules;
|
/aosp_15_r20/tools/asuite/experiments/a/ |
H A D | tests.py | 23 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 D | test_inline_inbuilt_nn_modules.py | 14 test_modules, 22 import test_modules 51 test_modules.NNModuleTests,
|
H A D | test_dynamic_shapes.py | 19 test_modules, 32 import test_modules 70 test_modules.NNModuleTests,
|
/aosp_15_r20/tools/asuite/plugin_lib/ |
H A D | plugin_run_unittests.py | 56 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 D | asuite_lib_run_tests.py | 60 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 D | aidegen_run_unittests.py | 57 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 D | atest_run_unittests.py | 71 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 D | test_utils.py | 271 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 D | test.py | 24 test_modules = [ 30 suite = unittest.defaultTestLoader.loadTestsFromNames(test_modules)
|
/aosp_15_r20/tools/treble/split/ |
H A D | test.py | 23 test_modules = [ 29 suite = unittest.defaultTestLoader.loadTestsFromNames(test_modules)
|
/aosp_15_r20/external/python/rsa/tests/ |
D | test_mypy.py | 6 test_modules = ['rsa', 'tests'] variable 13 in test_modules]
|
/aosp_15_r20/tools/acloud/ |
H A D | acloud_test.py | 48 test_modules = [ 55 test_suite = loader.loadTestsFromNames(test_modules)
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _bootstrap_python.c | 38 static const struct _frozen test_modules[] = { variable 43 const struct _frozen *_PyImport_FrozenTest = test_modules;
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_datetime.py | 21 test_modules = [pure_tests, fast_tests] 26 for module, suffix in zip(test_modules, test_suffixes):
|
D | test_pydoc.py | 978 def test_modules(self): member in PydocImportTest
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | frozen.c | 109 static const struct _frozen test_modules[] = { variable 125 const struct _frozen *_PyImport_FrozenTest = test_modules;
|
/aosp_15_r20/external/crosvm/tools/windows/ |
H A D | build_test.py | 113 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 D | requirements-ci.txt | 84 #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/ |
D | test_all.py | 573 test_modules = [ 600 for name in test_modules:
|
/aosp_15_r20/external/pytorch/.ci/pytorch/ |
H A D | test.sh | 350 --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 D | pywrap-test.py | 106 self.test_modules(handle) 148 def test_modules(self, sh): member in Tests
|
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | module_finder_unittest.py | 487 self, test_modules: list[dict] 489 return module_finder.ModuleFinder(self.create_module_info(test_modules))
|