Searched refs:module_types (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/ |
D | soong_to_convert.py | 76 module_types = dict() 79 module_types[module] = module_type 96 results.append((count_deps(reverse_deps, module, []), module + extra, module_types[module]))
|
D | mk2bp_catalog.py | 206 self.module_types = dict() 216 self.module_types[module] = module_type
|
/build/bazel/scripts/bp2build_progress/ |
D | bp2build_progress.py | 35 module_types: Set[str] = dataclasses.field(default_factory=set) variable in GraphFilterInfo 204 or module.kind in graph_filter.module_types 345 input_types=graph_filter.module_types, 575 or module.kind in graph_filter.module_types 663 graph_filter.module_types, target_product
|
D | bp2build_progress_test.py | 243 module_types=set(['type1', 'type4']) 376 module_types=set(['type1', 'type4']), package_dir=None 873 module_types={'type1', 'type4'}, package_dir=None
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.proto | 27 repeated string module_types = 2; field
|
/build/bazel/scripts/incremental_build/ |
D | clone.py | 75 def type_in(*module_types: str) -> Filter: 77 return t in module_types
|
/build/soong/android/ |
D | soong_config_modules_test.go | 97 module_types: ["acme_test"],
|
/build/soong/ |
D | README.md | 506 module_types: ["acme_cc_defaults"],
|