Searched refs:ParseAndEval (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/proptools/ |
D | unpack_test.go | 731 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil)) 970 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil)) 1022 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
|
/build/blueprint/bpmodify/ |
D | bpmodify_test.go | 305 inAst, errs := parser.ParseAndEval("", strings.NewReader(testCase.input), parser.NewScope(nil))
|
/build/blueprint/parser/ |
D | parser_test.go | 1173 file, errs := ParseAndEval("", r, NewScope(nil)) 1246 file, errs := ParseAndEval("", r, NewScope(nil))
|
D | parser.go | 86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { func
|
/build/soong/android/soongconfig/ |
D | modules.go | 37 file, errs := parser.ParseAndEval(from, r, scope)
|
/build/blueprint/ |
D | context.go | 1101 file, errs = parser.ParseAndEval(filename, reader, scope)
|