HomeSort by relevance Sort by last modified time
    Searched full:parsefile (Results 1 - 25 of 531) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/python/tests/
resolver.py 19 doc = libxml2.parseFile("doesnotexist.xml")
28 doc = libxml2.parseFile("doesnotexist.xml")
error.py 22 doc = libxml2.parseFile("missing.xml")
39 doc = libxml2.parseFile("missing.xml")
xpath.py 12 doc = libxml2.parseFile("tst.xml")
37 doc = libxml2.parseFile("tst.xml")
tst.py 8 doc = libxml2.parseFile("tst.xml")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper_test.go 17 ast, err := ParseFile(*src, nil, nil, 0)
printer_test.go 18 ast, err := ParseFile(*src, nil, nil, 0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
dumper_test.go 17 ast, err := ParseFile(*src, nil, nil, 0)
printer_test.go 18 ast, err := ParseFile(*src, nil, nil, 0)
  /prebuilts/go/darwin-x86/src/go/parser/
performance_test.go 21 if _, err := ParseFile(token.NewFileSet(), "", src, ParseComments); err != nil {
interface.go 65 // ParseFile parses the source code of a single Go source file and returns
69 // If src != nil, ParseFile parses the source from src and the filename is
72 // If src == nil, ParseFile parses the file specified by filename.
84 func ParseFile(fset *token.FileSet, filename string, src interface{}, mode Mode) (f *ast.File, err error) {
86 panic("parser.ParseFile: no token.FileSet provided (fset == nil)")
107 // ParseFile API and return a valid (but) empty
121 f = p.parseFile()
126 // ParseDir calls ParseFile for all files with names ending in ".go" in the
132 // to ParseFile unchanged. Position information is recorded in fset, which
155 if src, err := ParseFile(fset, filename, nil, mode); err == nil
    [all...]
example_test.go 18 f, err := parser.ParseFile(fset, "example_test.go", nil, parser.ImportsOnly)
  /prebuilts/go/linux-x86/src/go/parser/
performance_test.go 21 if _, err := ParseFile(token.NewFileSet(), "", src, ParseComments); err != nil {
interface.go 65 // ParseFile parses the source code of a single Go source file and returns
69 // If src != nil, ParseFile parses the source from src and the filename is
72 // If src == nil, ParseFile parses the file specified by filename.
84 func ParseFile(fset *token.FileSet, filename string, src interface{}, mode Mode) (f *ast.File, err error) {
86 panic("parser.ParseFile: no token.FileSet provided (fset == nil)")
107 // ParseFile API and return a valid (but) empty
121 f = p.parseFile()
126 // ParseDir calls ParseFile for all files with names ending in ".go" in the
132 // to ParseFile unchanged. Position information is recorded in fset, which
155 if src, err := ParseFile(fset, filename, nil, mode); err == nil
    [all...]
example_test.go 18 f, err := parser.ParseFile(fset, "example_test.go", nil, parser.ImportsOnly)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
__init__.py 10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile
future.py 66 from compiler import parseFile, walk
70 tree = parseFile(file)
  /external/python/cpython2/Lib/compiler/
__init__.py 10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile
future.py 66 from compiler import parseFile, walk
70 tree = parseFile(file)
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
__init__.py 10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
__init__.py 10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
__init__.py 10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
__init__.py 10 parseFile(path) -> AST
29 from compiler.transformer import parse, parseFile
  /external/pdfium/core/fpdfapi/parser/
cfdf_document.h 21 static std::unique_ptr<CFDF_Document> ParseFile(
  /prebuilts/go/darwin-x86/test/bench/go1/
parser_test.go 39 if _, err := parser.ParseFile(token.NewFileSet(), "", parserbytes, parser.ParseComments); err != nil {
  /prebuilts/go/linux-x86/test/bench/go1/
parser_test.go 39 if _, err := parser.ParseFile(token.NewFileSet(), "", parserbytes, parser.ParseComments); err != nil {

Completed in 425 milliseconds

1 2 3 4 5 6 7 8 91011>>