HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 26 - 50 of 895) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXParserImpl.java 22 import org.ccil.cowan.tagsoup.Parser;
34 final org.ccil.cowan.tagsoup.Parser parser; field in class:SAXParserImpl
39 parser = new org.ccil.cowan.tagsoup.Parser();
45 SAXParserImpl parser = new SAXParserImpl(); local
50 parser.setFeature((String) entry.getKey(), ((Boolean) entry.getValue()).booleanValue());
53 return parser;
62 public org.xml.sax.Parser getParser()
65 return new SAX1ParserAdapter(parser);
    [all...]
  /external/testng/src/test/java/test/dependent/
MissingGroupSampleTest.java 5 import org.testng.xml.Parser;
26 tng.setXmlSuites(new Parser(is).parseToList());
MissingMethodSampleTest.java 5 import org.testng.xml.Parser;
26 tng.setXmlSuites(new Parser(is).parseToList());
  /frameworks/native/libs/input/
VirtualKeyMap.cpp 28 // Enables debug output for the parser.
31 // Enables debug output for parser performance.
65 Parser parser(map, tokenizer);
66 status = parser.parse();
85 // --- VirtualKeyMap::Parser ---
87 VirtualKeyMap::Parser::Parser(VirtualKeyMap* map, Tokenizer* tokenizer) :
91 VirtualKeyMap::Parser::~Parser() {
    [all...]
  /external/deqp/executor/
xeXMLParser.hpp 23 * \brief XML Parser.
136 class Parser
142 Parser (void);
143 ~Parser (void);
145 void clear (void); //!< Resets parser to initial state.
167 Parser (const Parser& other);
168 Parser& operator= (const Parser& other);
222 inline int Parser::getDataSize (void) cons
    [all...]
xeTestCaseListParser.hpp 23 * \brief Test case list parser.
50 xml::Parser m_xmlParser;
  /system/core/init/
init_parser.cpp 24 #include "parser.h"
30 Parser::Parser() {
33 Parser& Parser::GetInstance() {
34 static Parser instance;
38 void Parser::AddSectionParser(const std::string& name,
39 std::unique_ptr<SectionParser> parser) {
40 section_parsers_[name] = std::move(parser);
43 void Parser::ParseData(const std::string& filename, const std::string& data)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
__init__.py 26 'Parser',
41 '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
    [all...]
parser.py 5 """A parser of RFC 2822 and MIME email messages."""
7 __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)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
DecParserTest.py 17 from Parser.DecParserMisc import \
21 from Parser.DecParser import Dec
81 # @retval: parser object
85 Parser = Dec(Path)
88 return Parser
91 # if parser checked wrong syntax, exception thrown and it's expected result
98 raise 'Bug!!! Wrong syntax in DEC file, but passed by DEC parser!!\n' + TestString
108 Parser = TestTemplate(TestString, TestOK)
109 DefObj = Parser.GetDefineSectionObject()
146 Parser = TestTemplate(TestString, TestOK)
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 9 * The super class of the generated parser. It is extended by the generated
12 * This class contains any helper functions used within the parser
21 extends Parser
25 * Create a new parser instance, pre-supplying the input token stream.
34 * Create a new parser instance, pre-supplying the input token stream
  /external/flatbuffers/tests/fuzzer/
flatbuffers_parser_fuzzer.cc 11 flatbuffers::Parser parser; local
14 parser.Parse(s.c_str());
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 20 * Defines essential functionality that every parser we implement
26 * parser for escaping purposes.
29 * of the parser to better support conditional processing.
31 public interface Parser {
38 * Tell the parser to process the provided {@code char}. Throws exception
47 * Tell the parser to process the provided {@code String}. Throws exception
56 * Reset the parser back to its initial default state.
61 * Returns the current state of the parser. May be {@link #STATE_ERROR}
62 * if the parser encountered an error. Such an error may be recoverable
66 * @return current state of the parser
    [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.h 33 MCAsmParser &Parser,
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
__init__.py 26 'Parser',
41 '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
    [all...]
parser.py 5 """A parser of RFC 2822 and MIME email messages."""
7 __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)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
__init__.py 26 'Parser',
41 '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
    [all...]
parser.py 5 """A parser of RFC 2822 and MIME email messages."""
7 __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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 26 'Parser',
41 '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
    [all...]
parser.py 5 """A parser of RFC 2822 and MIME email messages."""
7 __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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 26 'Parser',
41 '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
    [all...]
parser.py 5 """A parser of RFC 2822 and MIME email messages."""
7 __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)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 29 parser = EmptyAlt::Parser.new lexer
30 events = parser.r
43 @parser::members {
59 parser = Subrule::Parser.new lexer
60 events = parser.a
96 parser = SpecialStates::Parser.new lexer
97 parser.
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 15 Hashtbl.add Parser.binop_precedence '=' 2;
16 Hashtbl.add Parser.binop_precedence '<' 10;
17 Hashtbl.add Parser.binop_precedence '+' 20;
18 Hashtbl.add Parser.binop_precedence '-' 20;
19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 15 Hashtbl.add Parser.binop_precedence '=' 2;
16 Hashtbl.add Parser.binop_precedence '<' 10;
17 Hashtbl.add Parser.binop_precedence '+' 20;
18 Hashtbl.add Parser.binop_precedence '-' 20;
19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)

Completed in 395 milliseconds

12 3 4 5 6 7 8 91011>>