/build/soong/rust/ |
D | rust.go | 71 type Module struct { struct 72 android.ModuleBase 73 android.DefaultableModuleBase 75 Properties BaseProperties 77 hod android.HostOrDeviceSupported 78 multilib android.Multilib 80 compiler compiler 81 coverage *coverage 82 clippy *clippy 83 cachedToolchain config.Toolchain [all …]
|
D | project_json.go | 75 knownCrates map[string]crateInfo, module android.Module, 97 knownCrates map[string]crateInfo, module android.Module) (int, string, bool) {
|
/build/soong/cc/ |
D | cc.go | 421 skipInstall(mod *Module) 472 type Module struct { struct 473 android.ModuleBase 474 android.DefaultableModuleBase 475 android.ApexModuleBase 476 android.SdkBase 478 Properties BaseProperties 479 VendorProperties VendorProperties 482 hod android.HostOrDeviceSupported 483 multilib android.Multilib [all …]
|
D | vndk.go | 289 func processLlndkLibrary(mctx android.BottomUpMutatorContext, m *Module) { 306 func processVndkLibrary(mctx android.BottomUpMutatorContext, m *Module) { 344 func shouldSkipVndkMutator(m *Module) bool { 359 func IsForVndkApex(mctx android.BottomUpMutatorContext, m *Module) bool { 527 func isVndkSnapshotLibrary(config android.DeviceConfig, m *Module) (i snapshotLibraryInterface, vnd… 771 func getVndkFileName(m *Module) (string, error) {
|
D | compdb.go | 129 func getArguments(src android.Path, ctx android.SingletonContext, ccModule *Module, ccPath string, … 171 …ect(compiledModule CompiledInterface, ctx android.SingletonContext, ccModule *Module, builds map[s…
|
D | snapshot_utils.go | 61 func isSnapshotAware(ctx android.ModuleContext, m *Module) bool {
|
/build/soong/python/ |
D | python.go | 111 type Module struct { struct 112 android.ModuleBase 113 android.DefaultableModuleBase 115 properties BaseProperties 116 protoProperties android.ProtoProperties 119 hod android.HostOrDeviceSupported 120 multilib android.Multilib 124 bootstrapper bootstrapper 127 installer installer 131 srcsPathMappings []pathMapping [all …]
|
D | androidmk.go | 26 AndroidMk(*Module, *android.AndroidMkData) 49 func (p *binaryDecorator) AndroidMk(base *Module, ret *android.AndroidMkData) { 61 func (p *testDecorator) AndroidMk(base *Module, ret *android.AndroidMkData) { 81 func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMkData) {
|
/build/soong/genrule/ |
D | genrule.go | 118 type Module struct { struct 119 android.ModuleBase 120 android.DefaultableModuleBase 121 android.ApexModuleBase 125 Extra interface{} 126 android.ImageInterface 128 properties generatorProperties 130 taskGenerator taskFunc 132 deps android.Paths 133 rule blueprint.Rule [all …]
|
/build/soong/android/ |
D | singleton.go | 26 ModuleName(module blueprint.Module) string 27 ModuleDir(module blueprint.Module) string 28 ModuleSubDir(module blueprint.Module) string 29 ModuleType(module blueprint.Module) string 30 BlueprintFile(module blueprint.Module) string 32 ModuleErrorf(module blueprint.Module, format string, args ...interface{}) 57 VisitAllModulesBlueprint(visit func(blueprint.Module)) 58 VisitAllModules(visit func(Module)) 59 VisitAllModulesIf(pred func(Module) bool, visit func(Module)) 61 VisitDirectDeps(module Module, visit func(Module)) [all …]
|
D | makevars.go | 43 ModuleName(module blueprint.Module) string 44 ModuleDir(module blueprint.Module) string 45 ModuleSubDir(module blueprint.Module) string 46 ModuleType(module blueprint.Module) string 47 BlueprintFile(module blueprint.Module) string 49 ModuleErrorf(module blueprint.Module, format string, args ...interface{}) 53 VisitAllModules(visit func(Module)) 54 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
|
D | visibility.go | 492 func EffectiveVisibilityRules(ctx BaseModuleContext, module Module) []string { 521 func clearVisibilityProperties(module Module) { 527 func AddVisibilityProperty(module Module, name string, stringsProperty *[]string) { 531 func addVisibilityProperty(module Module, name string, stringsProperty *[]string) visibilityPropert… 541 func setPrimaryVisibilityProperty(module Module, name string, stringsProperty *[]string) {
|
D | androidmk.go | 440 func translateAndroidMk(ctx SingletonContext, mkFile string, mods []blueprint.Module) error { 492 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error { 512 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module, 544 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module, 608 func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
|
D | module.go | 64 Module() Module methodSpec 111 OtherModuleName(m blueprint.Module) string 112 OtherModuleDir(m blueprint.Module) string 113 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{}) 114 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag 118 OtherModuleType(m blueprint.Module) string 124 VisitDirectDepsBlueprint(visit func(blueprint.Module)) 125 VisitDirectDeps(visit func(Module)) 126 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module)) 127 VisitDirectDepsIf(pred func(Module) bool, visit func(Module)) [all …]
|
D | hooks.go | 48 func AddLoadHook(m blueprint.Module, hook func(LoadHookContext)) { 131 func AddInstallHook(m blueprint.Module, hook func(InstallHookContext)) {
|
D | image.go | 42 SetImageVariation(ctx BaseModuleContext, variation string, module Module)
|
D | testing.go | 261 func (m TestingModule) Module() Module { func 419 func AndroidMkEntriesForTest(t *testing.T, config Config, bpPath string, mod blueprint.Module) []An… 433 func AndroidMkDataForTest(t *testing.T, config Config, bpPath string, mod blueprint.Module) Android…
|
/build/soong/java/ |
D | java.go | 399 type Module struct { struct 400 android.ModuleBase 401 android.DefaultableModuleBase 402 android.ApexModuleBase 403 android.SdkBase 406 embeddableInModuleAndImport 408 properties CompilerProperties 409 protoProperties android.ProtoProperties 410 deviceProperties CompilerDeviceProperties 414 headerJarFile android.Path [all …]
|
/build/blueprint/ |
D | singleton_ctx.go | 35 ModuleName(module Module) string 38 ModuleDir(module Module) string 42 ModuleSubDir(module Module) string 45 ModuleType(module Module) string 48 BlueprintFile(module Module) string 51 ModuleErrorf(module Module, format string, args ...interface{}) 90 VisitAllModules(visit func(Module)) 94 VisitAllModulesIf(pred func(Module) bool, visit func(Module)) 102 VisitDirectDeps(module Module, visit func(Module)) 111 VisitDirectDepsIf(module Module, pred func(Module) bool, visit func(Module)) [all …]
|
D | module_ctx.go | 92 type Module interface { interface 129 Module() Module methodSpec 211 VisitDirectDeps(visit func(Module)) 219 VisitDirectDepsIf(pred func(Module) bool, visit func(Module)) 228 VisitDepsDepthFirst(visit func(Module)) 238 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module)) 247 WalkDeps(visit func(Module, Module) bool) 251 OtherModuleName(m Module) string 255 OtherModuleDir(m Module) string 260 OtherModuleSubDir(m Module) string [all …]
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 254 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.… 486 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface… 499 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression { 799 func convertToSingleSource(mod *parser.Module, srcPropertyName string) { 826 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro… 875 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 921 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error { 996 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err… 1107 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN… 1135 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool { [all …]
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 59 func searchThroughOperatorList(mod *parser.Module, e parser.Expression) { 78 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) { 86 func addLibrary(mod *parser.Module, libType string, libName string) {
|
/build/soong/android/soongconfig/ |
D | modules.go | 81 func processImportModuleDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) { 123 func processModuleTypeDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) { 191 func processStringVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) { 211 func processBoolVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) { 224 func processVariableDef(def *parser.Module,
|
/build/blueprint/parser/ |
D | ast.go | 59 type Module struct { struct 60 Type string 61 TypePos scanner.Position 62 Map 65 func (m *Module) Copy() *Module { 74 func (m *Module) String() string { 84 func (m *Module) definitionTag() {} 86 func (m *Module) Pos() scanner.Position { return m.TypePos } 87 func (m *Module) End() scanner.Position { return m.Map.End() }
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 195 func isGoPackageProducer(module blueprint.Module) bool { 214 func isBootstrapModule(module blueprint.Module) bool { 220 func isBootstrapBinaryModule(module blueprint.Module) bool {
|