Searched defs:Parser (Results 1 - 25 of 321) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/email/
H A Dparser.py7 __all__ = ['Parser', 'HeaderParser']
18 class Parser:
20 """Parser of RFC 2822 and MIME email messages.
88 class HeaderParser(Parser):
90 return Parser.parse(self, fp, True)
93 return Parser.parsestr(self, text, True)
17 class Parser: class in inherits:
H A D__init__.py26 'Parser',
49 # Some convenience routines. Don't import Parser and Message as side-effects
55 Optional _class and strict are passed to the Parser constructor.
57 from email.parser import Parser
58 return Parser(*args, **kws).parsestr(s)
64 Optional _class and strict are passed to the Parser constructor.
66 from email.parser import Parser
67 return Parser(*args, **kws).parse(fp)
97 'Parser',
56 from email.parser import Parser namespace
65 from email.parser import Parser namespace
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
H A Dparse.py4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
27 class Parser(object): class in inherits:object
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
97 You can use a Parser instance to parse any number of programs;
/prebuilts/gdb/linux-x86/lib/python2.7/email/
H A Dparser.py7 __all__ = ['Parser', 'HeaderParser']
18 class Parser:
20 """Parser of RFC 2822 and MIME email messages.
88 class HeaderParser(Parser):
90 return Parser.parse(self, fp, True)
93 return Parser.parsestr(self, text, True)
17 class Parser: class in inherits:
H A D__init__.py26 'Parser',
49 # Some convenience routines. Don't import Parser and Message as side-effects
55 Optional _class and strict are passed to the Parser constructor.
57 from email.parser import Parser
58 return Parser(*args, **kws).parsestr(s)
64 Optional _class and strict are passed to the Parser constructor.
66 from email.parser import Parser
67 return Parser(*args, **kws).parse(fp)
97 'Parser',
56 from email.parser import Parser namespace
65 from email.parser import Parser namespace
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
H A Dparse.py4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
27 class Parser(object): class in inherits:object
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
97 You can use a Parser instance to parse any number of programs;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Dparser.py7 __all__ = ['Parser', 'HeaderParser']
18 class Parser:
20 """Parser of RFC 2822 and MIME email messages.
88 class HeaderParser(Parser):
90 return Parser.parse(self, fp, True)
93 return Parser.parsestr(self, text, True)
17 class Parser: class in inherits:
H A D__init__.py26 'Parser',
49 # Some convenience routines. Don't import Parser and Message as side-effects
55 Optional _class and strict are passed to the Parser constructor.
57 from email.parser import Parser
58 return Parser(*args, **kws).parsestr(s)
64 Optional _class and strict are passed to the Parser constructor.
66 from email.parser import Parser
67 return Parser(*args, **kws).parse(fp)
97 'Parser',
56 from email.parser import Parser namespace
65 from email.parser import Parser namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dparse.py4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
27 class Parser(object): class in inherits:object
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
97 You can use a Parser instance to parse any number of programs;
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Dparser.py7 __all__ = ['Parser', 'HeaderParser']
18 class Parser:
20 """Parser of RFC 2822 and MIME email messages.
88 class HeaderParser(Parser):
90 return Parser.parse(self, fp, True)
93 return Parser.parsestr(self, text, True)
17 class Parser: class in inherits:
H A D__init__.py26 'Parser',
49 # Some convenience routines. Don't import Parser and Message as side-effects
55 Optional _class and strict are passed to the Parser constructor.
57 from email.parser import Parser
58 return Parser(*args, **kws).parsestr(s)
64 Optional _class and strict are passed to the Parser constructor.
66 from email.parser import Parser
67 return Parser(*args, **kws).parse(fp)
97 'Parser',
56 from email.parser import Parser namespace
65 from email.parser import Parser namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dparse.py4 """Parser engine for the grammar tables generated by pgen.
8 See Parser/parser.c in the Python distribution for additional info on
27 class Parser(object): class in inherits:object
28 """Parser engine.
32 p = Parser(grammar, [converter]) # create instance
39 A Parser instance may be reused by calling setup() repeatedly.
41 A Parser instance contains state pertaining to the current token
97 You can use a Parser instance to parse any number of programs;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DCommentParser.h30 class Parser { class in namespace:clang::comments
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,

Completed in 436 milliseconds

1234567891011>>