Searched refs:Scope (Results 1 – 9 of 9) sorted by relevance
/build/soong/androidmk/parser/ |
D | scope.go | 5 type Scope interface { interface 15 parent Scope 46 func NewScope(parent Scope) Scope { argument 61 func (v Variable) EvalFunction(scope Scope) (string, bool) { argument 83 func (v Variable) Value(scope Scope) string { argument
|
D | make_strings.go | 70 func (ms *MakeString) Value(scope Scope) string {
|
/build/blueprint/parser/ |
D | parser.go | 86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { argument 94 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { argument 105 scope *Scope 110 func newParser(r io.Reader, scope *Scope) *parser { argument 554 type Scope struct { struct 559 func NewScope(s *Scope) *Scope { argument 560 newScope := &Scope{ 577 func (s *Scope) Add(assignment *Assignment) error { argument 591 func (s *Scope) Remove(name string) { argument 596 func (s *Scope) Get(name string) (*Assignment, bool) { argument [all …]
|
/build/soong/androidmk/cmd/androidmk/ |
D | values.go | 41 func makeToStringExpression(ms *mkparser.MakeString, scope mkparser.Scope) (bpparser.Expression, er… argument 103 func makeToListExpression(ms *mkparser.MakeString, scope mkparser.Scope) (bpparser.Expression, erro… argument
|
D | androidmk.go | 23 scope mkparser.Scope
|
D | android.go | 687 func androidScope() mkparser.Scope {
|
/build/blueprint/gotestmain/ |
D | gotestmain.go | 48 for _, obj := range f.Scope.Objects {
|
/build/soong/ui/tracer/ |
D | tracer.go | 68 Scope string `json:"s,omitempty"` member
|
/build/blueprint/ |
D | context.go | 528 scope *parser.Scope) (file *parser.File, subBlueprints []stringAndScope, errs []error) { 607 *parser.Scope anonMember 722 startParseBlueprintsFile := func(filename string, scope *parser.Scope) { 757 startParseBlueprintsFile(blueprint.string, blueprint.Scope) 779 func (c *Context) parseBlueprintsFile(filename string, scope *parser.Scope, rootDir string, 880 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error)… argument 910 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) { argument
|