HomeSort by relevance Sort by last modified time
    Searched refs:ast1 (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
test_unparse.py 77 def assertASTEqual(self, ast1, ast2):
78 dump1 = ast.dump(ast1)
80 self.assertEqual(ast.dump(ast1), ast.dump(ast2))
83 ast1 = compile(code1, filename, "exec", ast.PyCF_ONLY_AST)
85 unparse.Unparser(ast1, unparse_buffer)
88 self.assertASTEqual(ast1, ast2)
  /external/python/cpython2/Demo/parser/
test_unparse.py 77 def assertASTEqual(self, ast1, ast2):
78 dump1 = ast.dump(ast1)
80 self.assertEqual(ast.dump(ast1), ast.dump(ast2))
83 ast1 = compile(code1, filename, "exec", ast.PyCF_ONLY_AST)
85 unparse.Unparser(ast1, unparse_buffer)
88 self.assertASTEqual(ast1, ast2)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 21 ast1, err := parser.ParseFile(fset, name, nil, flags)
35 return ast1
58 // so we use ast1 to look for the doc comments on import "C"
61 ast1 := parse(name, parser.ParseComments)
64 f.Package = ast1.Name.Name
67 // In ast1, find the import "C" line and get any extra C preamble.
69 for _, decl := range ast1.Decls {
131 // The comments are only on ast1 but we need to
136 f.walk(ast1, "prog", (*File).saveExport)
139 f.Comments = ast1.Comment
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 21 ast1, err := parser.ParseFile(fset, name, nil, flags)
35 return ast1
58 // so we use ast1 to look for the doc comments on import "C"
61 ast1 := parse(name, parser.ParseComments)
64 f.Package = ast1.Name.Name
67 // In ast1, find the import "C" line and get any extra C preamble.
69 for _, decl := range ast1.Decls {
131 // The comments are only on ast1 but we need to
136 f.walk(ast1, "prog", (*File).saveExport)
139 f.Comments = ast1.Comment
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser_test.go 129 func verifyPrint(filename string, ast1 *File) {
131 _, err := Fprint(&buf1, ast1, true)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser_test.go 129 func verifyPrint(filename string, ast1 *File) {
131 _, err := Fprint(&buf1, ast1, true)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 487 ( c=CHAR_LITERAL (ast1=ast_suffix)?
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 4757 milliseconds