Searched defs:scope (Results 1 – 9 of 9) sorted by relevance
| /build/soong/androidmk/parser/ |
| D | scope.go | 26 type scope struct { struct 27 variables map[string]string 28 functions map[string]func([]string) []string 29 parent Scope 32 func (s *scope) Get(name string) string { 44 func (s *scope) Set(name, value string) { 48 func (s *scope) Call(name string, args []string) []string { 56 func (s *scope) SetFunc(name string, f func([]string) []string) {
|
| /build/blueprint/ |
| D | ninja_strings.go | 62 type scope interface { interface 73 scope scope member 93 func parseNinjaString(scope scope, str string) (*ninjaString, error) { argument 108 func parseNinjaOrSimpleString(scope scope, str string) (*ninjaString, string, error) { argument 267 func parseNinjaStrings(scope scope, strs []string) ([]*ninjaString, argument 288 func parseNinjaOrSimpleStrings(scope scope, strs []string) ([]*ninjaString, []string, error) { argument
|
| D | scope.go | 52 scope() *basicScope methodSpec 249 scope *basicScope member 401 func (r *localRule) scope() *basicScope { func
|
| D | ninja_defs.go | 105 func parsePoolParams(scope scope, params *PoolParams) (*poolDef, argument 142 func parseRuleParams(scope scope, params *RuleParams) (*ruleDef, argument 292 func parseBuildParams(scope scope, params *BuildParams, argument
|
| D | package_ctx.go | 80 scope *basicScope member 737 func (r *staticRule) scope() *basicScope { func 847 func (r *ruleFunc) scope() *basicScope { func 890 func (r *builtinRule) scope() *basicScope { func
|
| D | singleton_ctx.go | 187 scope *localScope member
|
| D | module_ctx.go | 556 scope *localScope member
|
| /build/soong/java/ |
| D | prebuilt_apis.go | 122 func prebuiltApiModuleName(moduleName, module, scope, version string) string { argument 125 func createImport(mctx android.LoadHookContext, module, scope, version, path, sdkVersion string, co… argument 261 func PrebuiltApiModuleName(module, scope, version string) string { argument 265 func PrebuiltApiCombinedModuleName(module, scope, version string) string { argument
|
| /build/soong/androidmk/androidmk/ |
| D | androidmk.go | 38 scope mkparser.Scope member
|