Home
last modified time | relevance | path

Searched refs:ParseAndEval (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/proptools/
Dunpack_test.go731 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/
Dbpmodify_test.go305 inAst, errs := parser.ParseAndEval("", strings.NewReader(testCase.input), parser.NewScope(nil))
/build/blueprint/parser/
Dparser_test.go1173 file, errs := ParseAndEval("", r, NewScope(nil))
1246 file, errs := ParseAndEval("", r, NewScope(nil))
Dparser.go86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { func
/build/soong/android/soongconfig/
Dmodules.go37 file, errs := parser.ParseAndEval(from, r, scope)
/build/blueprint/
Dcontext.go1101 file, errs = parser.ParseAndEval(filename, reader, scope)