Home
last modified time | relevance | path

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

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