Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dscope.go21 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
Dmake_strings.go91 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
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/
Dsysprop_library.go41 Scope string member
95 "scope": g.properties.Scope,
500 Scope: scope,
530 Scope: "public",
/build/soong/cmd/pom2mk/
Dpom2mk.go128 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/
Dgotestmain.go54 for _, obj := range f.Scope.Objects {
/build/soong/cmd/pom2bp/
Dpom2bp.go171 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/
Dtracer.go73 Scope string `json:"s,omitempty"` member
/build/blueprint/
Dcontext.go710 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/
Dandroidmk.go38 scope mkparser.Scope
Dandroid.go971 func androidScope() mkparser.Scope {
/build/bazel/docs/
Dconcepts.md16 …d syntax parser. Internal data structures like Modules/Variations/Context/Scope. Ninja file genera…