Searched refs:Scope (Results 1 – 12 of 12) 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 | 91 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 | 41 Scope string member 95 "scope": g.properties.Scope, 500 Scope: scope, 530 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/blueprint/gotestmain/ |
D | gotestmain.go | 54 for _, obj := range f.Scope.Objects {
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 171 Scope string `xml:"scope"` member 277 if d.Type != typeExt || !InList(d.Scope, scopes) { 311 if d.Scope == "" { 313 d.Scope = "compile"
|
/build/soong/ui/tracer/ |
D | tracer.go | 73 Scope string `json:"s,omitempty"` member
|
/build/blueprint/ |
D | context.go | 710 Scope *parser.Scope member 912 file, blueprints, deps, errs := c.openAndParse(blueprint.fileName, blueprint.Scope, rootDir, 953 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,… 1032 func (c *Context) openAndParse(filename string, scope *parser.Scope, rootDir string, 1091 …scope *parser.Scope, parent *fileParseContext) (file *parser.File, subBlueprints []fileParseContex… 1238 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error)… argument 1268 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 | 971 func androidScope() mkparser.Scope {
|
/build/bazel/docs/ |
D | concepts.md | 16 …d syntax parser. Internal data structures like Modules/Variations/Context/Scope. Ninja file genera…
|