Searched defs:scope (Results 1 – 10 of 10) sorted by relevance
/build/soong/androidmk/parser/ |
D | scope.go | 28 type scope struct { struct 29 variables map[string]string 30 functions map[string]func([]string) []string 31 parent Scope 34 func (s *scope) Get(name string) string { 46 func (s *scope) Set(name, value string) { 50 func (s *scope) Call(name string, args []string) []string { 58 func (s *scope) SetFunc(name string, f func([]string) []string) {
|
/build/blueprint/ |
D | ninja_strings.go | 52 type scope interface { interface 63 scope scope member 95 func parseNinjaString(scope scope, str string) (ninjaString, error) { argument 270 func parseNinjaStrings(scope scope, strs []string) ([]ninjaString, argument
|
D | ninja_defs.go | 104 func parsePoolParams(scope scope, params *PoolParams) (*poolDef, argument 141 func parseRuleParams(scope scope, params *RuleParams) (*ruleDef, argument 278 func parseBuildParams(scope scope, params *BuildParams) (*buildDef, argument
|
D | scope.go | 55 scope() *basicScope methodSpec 252 scope *basicScope member 412 func (r *localRule) scope() *basicScope { func
|
D | package_ctx.go | 80 scope *basicScope member 765 func (r *staticRule) scope() *basicScope { func 883 func (r *ruleFunc) scope() *basicScope { func 930 func (r *builtinRule) scope() *basicScope { func
|
D | singleton_ctx.go | 168 scope *localScope member
|
D | module_ctx.go | 482 scope *localScope member
|
/build/soong/java/ |
D | prebuilt_apis.go | 92 func createImport(mctx android.LoadHookContext, module, scope, apiver, path, sdkVersion string, com… argument
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 38 scope mkparser.Scope member
|
/build/blueprint/parser/ |
D | parser.go | 105 scope *Scope member
|