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 | 51 type scope interface { interface 62 scope scope member 94 func parseNinjaString(scope scope, str string) (ninjaString, error) { argument 269 func parseNinjaStrings(scope scope, strs []string) ([]ninjaString, argument
|
D | scope.go | 52 scope() *basicScope methodSpec 249 scope *basicScope member 401 func (r *localRule) scope() *basicScope { func
|
D | ninja_defs.go | 102 func parsePoolParams(scope scope, params *PoolParams) (*poolDef, argument 139 func parseRuleParams(scope scope, params *RuleParams) (*ruleDef, argument 267 func parseBuildParams(scope scope, params *BuildParams) (*buildDef, argument
|
D | package_ctx.go | 80 scope *basicScope member 697 func (r *staticRule) scope() *basicScope { func 807 func (r *ruleFunc) scope() *basicScope { func 850 func (r *builtinRule) scope() *basicScope { func
|
D | singleton_ctx.go | 158 scope *localScope member
|
D | module_ctx.go | 450 scope *localScope member
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 38 scope mkparser.Scope member
|
/build/blueprint/parser/ |
D | parser.go | 105 scope *Scope member
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2662 …,iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!… property 2666 …,options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",toleranc… property 2678 …!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",toleranc… property
|