Searched defs:component (Results 1 – 3 of 3) sorted by relevance
| /build/soong/filesystem/ |
| D | filesystem_test.go | 93 type component struct { struct 94 android.ModuleBase 95 properties struct { 100 func (c *component) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
| /build/orchestrator/demo/ |
| D | collect_metadata.py | 41 def __init__(self, name, component, deps_type): argument 49 def __init__(self, name, component, deps_type): argument 62 def __init__(self, name, component, deps_type, import_map): argument 177 def __read_component_metadata(self, timestamp, component): argument 212 def __read_generated_metadata(self, timestamp, component): argument 300 def __verify_and_add_dependencies(self, component): argument
|
| D | build_helper.py | 180 def add_dependency_goals(ctx, metadata, component, goals): argument 221 def run_build(ctx, metadata, component, subgoals): argument 262 def import_filegroups(metadata, component, exporting_component, target_file_pairs): argument 298 def prepare_build(metadata, component): argument
|