Searched refs:Scope (Results 1 – 11 of 11) sorted by relevance
/build/soong/androidmk/parser/ |
D | scope.go | 21 type Scope interface { interface 31 parent Scope 62 func NewScope(parent Scope) Scope { argument 77 func (v Variable) EvalFunction(scope Scope) ([]string, bool) { argument 99 func (v Variable) Value(scope Scope) string { argument
|
D | make_strings.go | 89 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 590 type Scope struct { struct 595 func NewScope(s *Scope) *Scope { argument 596 newScope := &Scope{ 613 func (s *Scope) Add(assignment *Assignment) error { argument 627 func (s *Scope) Remove(name string) { argument 632 func (s *Scope) Get(name string) (*Assignment, bool) { argument [all …]
|
/build/soong/sysprop/ |
D | sysprop_library.go | 38 Scope string member 93 "scope": g.properties.Scope, 465 Scope: scope, 487 Scope: "public",
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 128 Scope string `xml:"scope"` member 185 if d.Type != typeExt || !InList(d.Scope, scopes) { 216 if d.Scope == "" { 218 d.Scope = "compile"
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 170 Scope string `xml:"scope"` member 276 if d.Type != typeExt || !InList(d.Scope, scopes) { 306 if d.Scope == "" { 308 d.Scope = "compile"
|
/build/blueprint/gotestmain/ |
D | gotestmain.go | 54 for _, obj := range f.Scope.Objects {
|
/build/soong/ui/tracer/ |
D | tracer.go | 73 Scope string `json:"s,omitempty"` member
|
/build/blueprint/ |
D | context.go | 635 Scope *parser.Scope member 833 file, blueprints, deps, errs := c.openAndParse(blueprint.fileName, blueprint.Scope, rootDir, 874 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,… 953 func (c *Context) openAndParse(filename string, scope *parser.Scope, rootDir string, 1012 …scope *parser.Scope, parent *fileParseContext) (file *parser.File, subBlueprints []fileParseContex… 1159 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error)… argument 1189 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) { argument
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 38 scope mkparser.Scope
|
D | android.go | 968 func androidScope() mkparser.Scope {
|