Home
last modified time | relevance | path

Searched refs:Module (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/docs/
Datest_structure.md29 it). That is a critical piece that atest depends on. Module-info.json contains a
59 * ```test_finder_handler.py``` - Module that collects all test finders,
64 * ```test_finders/test_info.py``` - Module that defines ```TestInfo``` class.
65 * ```test_runner_handler.py``` - Module that collects all test runners and
/tools/asuite/atest-py2/docs/
Datest_structure.md29 it). That is a critical piece that atest depends on. Module-info.json contains a
59 * ```test_finder_handler.py``` - Module that collects all test finders,
64 * ```test_finders/test_info.py``` - Module that defines ```TestInfo``` class.
65 * ```test_runner_handler.py``` - Module that collects all test runners and
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPrefabSysrootPlugin.kt4 import com.google.prefab.api.Module in <lambda>()
26 module: Module, requirement: PlatformDataInterface in <lambda>()
/tools/security/fuzzing/fuzzer_parser/
Dfuzzparser.go161 func findModules(file *parser.File) (modules []*parser.Module) {
164 if module, ok := def.(*parser.Module); ok {
/tools/asuite/atest/
Dmodule_info.py50 Module = Dict[str, Any] variable
822 def _any_module(self, _: Module) -> bool: argument
852 def _add_missing_variant_modules(name_to_module_info: Dict[str, Module]): argument
Dbazel_mode.py801 info: module_info.Module, argument
840 info: module_info.Module, argument