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

123456789

/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/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dbinary.cpp69 class Parser { class in namespace:__anon12718
72 Parser(const spv_const_context context, void* user_data, function in class:__anon12718::Parser
214 spv_result_t Parser::parse(const uint32_t* words, size_t num_words,
226 spv_result_t Parser::parseModule() {
268 spv_result_t Parser::parseInstruction() {
394 spv_result_t Parser::parseOperand(size_t inst_offset,
721 spv_result_t Parser::setNumericTypeInfoForType(
742 void Parser::recordNumberType(size_t inst_offset,
767 Parser parser(context, user_data, parsed_header, parsed_instruction);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dbinary.cpp69 class Parser { class in namespace:__anon177151
72 Parser(const spv_const_context context, void* user_data, function in class:__anon177151::Parser
214 spv_result_t Parser::parse(const uint32_t* words, size_t num_words,
226 spv_result_t Parser::parseModule() {
268 spv_result_t Parser::parseInstruction() {
394 spv_result_t Parser::parseOperand(size_t inst_offset,
721 spv_result_t Parser::setNumericTypeInfoForType(
742 void Parser::recordNumberType(size_t inst_offset,
767 Parser parser(context, user_data, parsed_header, parsed_instruction);
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dcheck.py14 from docutils.parsers.rst import Parser namespace
128 parser = Parser()
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DPyParse.py112 class Parser: class in inherits:
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dcheck.py14 from docutils.parsers.rst import Parser namespace
128 parser = Parser()
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DPyParse.py112 class Parser: class in inherits:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dcheck.py14 from docutils.parsers.rst import Parser namespace
128 parser = Parser()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DPyParse.py112 class Parser: class in inherits:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dcheck.py14 from docutils.parsers.rst import Parser namespace
128 parser = Parser()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DPyParse.py112 class Parser: class in inherits:
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
H A Dparser.h56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser { class in namespace:google::protobuf::compiler
68 Parser();
69 ~Parser();
130 // The Parser often calls SkipStatement() after encountering a syntax
212 LocationRecorder(Parser* parser);
257 Parser* parser_;
433 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Parser);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
H A Dparser.h56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser { class in namespace:google::protobuf::compiler
68 Parser();
69 ~Parser();
130 // The Parser often calls SkipStatement() after encountering a syntax
212 LocationRecorder(Parser* parser);
257 Parser* parser_;
433 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Parser);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
H A Dparser.h56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser { class in namespace:google::protobuf::compiler
68 Parser();
69 ~Parser();
130 // The Parser often calls SkipStatement() after encountering a syntax
212 LocationRecorder(Parser* parser);
257 Parser* parser_;
433 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Parser);

Completed in 1118 milliseconds

123456789