Home
last modified time | relevance | path

Searched refs:NewScope (Results 1 – 15 of 15) sorted by relevance

/build/soong/androidmk/parser/
Dscope.go62 func NewScope(parent Scope) Scope { func
/build/blueprint/parser/
Dprinter_test.go439 file, errs := Parse("", r, NewScope(nil))
Dparser_test.go1173 file, errs := ParseAndEval("", r, NewScope(nil))
1246 file, errs := ParseAndEval("", r, NewScope(nil))
1280 scope := NewScope(nil)
Dparser.go595 func NewScope(s *Scope) *Scope { func
/build/blueprint/proptools/
Dunpack_test.go679 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
741 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
/build/blueprint/bpfmt/
Dbpfmt.go68 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
/build/soong/bpfix/cmd_lib/
Dbpfix.go69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
/build/soong/bpfix/bpfix/
Dbpfix_test.go48 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil))
139 tree, errs := parser.Parse("<testcase>", bytes.NewBufferString(in), parser.NewScope(nil))
Dbpfix.go233 tree, errs := parser.Parse(name, r, parser.NewScope(nil))
/build/blueprint/bpmodify/
Dbpmodify.go74 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
/build/blueprint/
Dcontext_test.go157 _, _, errs := ctx.parseOne(".", "Blueprint", r, parser.NewScope(nil), nil)
Dmodule_ctx.go1194 scope := parser.NewScope(nil)
Dcontext.go874 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,…
880 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil})
1070 …subBlueprintsAndScope[i] = fileParseContext{b, parser.NewScope(scope), parent, make(chan struct{})}
/build/soong/android/soongconfig/
Dmodules.go34 scope := parser.NewScope(nil)
/build/soong/androidmk/androidmk/
Dandroid.go969 globalScope := mkparser.NewScope(nil)