Searched refs:NewScope (Results 1 – 15 of 15) sorted by relevance
/build/soong/androidmk/parser/ |
D | scope.go | 62 func NewScope(parent Scope) Scope { func
|
/build/blueprint/parser/ |
D | printer_test.go | 439 file, errs := Parse("", r, NewScope(nil))
|
D | parser_test.go | 1173 file, errs := ParseAndEval("", r, NewScope(nil)) 1246 file, errs := ParseAndEval("", r, NewScope(nil)) 1280 scope := NewScope(nil)
|
D | parser.go | 595 func NewScope(s *Scope) *Scope { func
|
/build/blueprint/proptools/ |
D | unpack_test.go | 679 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil)) 741 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 68 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 69 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 48 tree, errs := parser.Parse("", strings.NewReader(input), parser.NewScope(nil)) 139 tree, errs := parser.Parse("<testcase>", bytes.NewBufferString(in), parser.NewScope(nil))
|
D | bpfix.go | 233 tree, errs := parser.Parse(name, r, parser.NewScope(nil))
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 74 file, errs := parser.Parse(filename, r, parser.NewScope(nil))
|
/build/blueprint/ |
D | context_test.go | 157 _, _, errs := ctx.parseOne(".", "Blueprint", r, parser.NewScope(nil), nil)
|
D | module_ctx.go | 1194 scope := parser.NewScope(nil)
|
D | context.go | 874 …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/ |
D | modules.go | 34 scope := parser.NewScope(nil)
|
/build/soong/androidmk/androidmk/ |
D | android.go | 969 globalScope := mkparser.NewScope(nil)
|