Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 9 of 9) sorted by relevance

/build/soong/androidmk/parser/
Dscope.go5 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
Dmake_strings.go70 func (ms *MakeString) Value(scope Scope) string {
/build/blueprint/parser/
Dparser.go86 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/
Dvalues.go41 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
Dandroidmk.go23 scope mkparser.Scope
Dandroid.go687 func androidScope() mkparser.Scope {
/build/blueprint/gotestmain/
Dgotestmain.go48 for _, obj := range f.Scope.Objects {
/build/soong/ui/tracer/
Dtracer.go68 Scope string `json:"s,omitempty"` member
/build/blueprint/
Dcontext.go528 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