Searched defs:ModuleName (Results 1 – 14 of 14) sorted by relevance
/build/bazel/scripts/incremental_build/ |
D | clone.py | 36 ModuleName = NewType("ModuleName", str) variable 76 def f(t: ModuleType, _: ModuleName) -> bool: 83 def f(_: ModuleType, n: ModuleName) -> bool: 89 def _modify_genrule_template(module_name: ModuleName, module_def: str) -> Optional[str]: 216 def _make_clones(bp2templates: dict[Path, dict[ModuleName, Template]], n: int):
|
/build/soong/snapshot/ |
D | snapshot_base.go | 33 ModuleName string `json:",omitempty"` member
|
/build/soong/bazel/ |
D | testing.go | 26 ModuleName string member
|
/build/soong/android/ |
D | module_info_json.go | 15 …ModuleName string `json:"module_name,omitempty"` // $(ALL_MODULES.$(m).MODULE_NA… member
|
D | early_module_context.go | 33 ModuleName() string methodSpec
|
D | singleton.go | 28 ModuleName(module blueprint.Module) string methodSpec
|
D | makevars.go | 93 ModuleName(module blueprint.Module) string methodSpec
|
D | paths.go | 1557 ModuleName() string methodSpec
|
/build/blueprint/ |
D | singleton_ctx.go | 35 ModuleName(module Module) string methodSpec 189 func (s *singletonContext) ModuleName(logicModule Module) string { func
|
D | module_ctx.go | 133 ModuleName() string methodSpec 412 func (d *baseModuleContext) ModuleName() string { func
|
D | context.go | 3906 func (c *Context) ModuleName(logicModule Module) string { func
|
/build/make/tools/compliance/ |
D | graph.go | 334 func (tn *TargetNode) ModuleName() string { func
|
/build/soong/bp2build/ |
D | build_conversion.go | 175 ModuleName(module blueprint.Module) string methodSpec
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 45 …ModuleName *string `protobuf:"bytes,14,opt,name=module_name,json=moduleName" json:"module_name… member
|