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

1 2 3 4 56 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/partialconstruct/
FragmentComposer.java 23 import org.yaml.snakeyaml.parser.Parser;
29 public FragmentComposer(Parser parser, Resolver resolver, String nodeName) {
30 super(parser, resolver);
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 23 class Parser;
96 std::unique_ptr<Parser> parser_;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockParser.java 27 import org.xml.sax.Parser;
31 public class MockParser implements Parser {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
AddressListField.java 27 import org.apache.james.mime4j.field.address.parser.ParseException;
47 public static class Parser implements FieldParser {
48 private static Log log = LogFactory.getLog(Parser.class);
DateTimeField.java 30 import org.apache.james.mime4j.field.datetime.parser.ParseException;
52 public static class Parser implements FieldParser {
53 private static Log log = LogFactory.getLog(Parser.class);
MailboxField.java 29 import org.apache.james.mime4j.field.address.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
MailboxListField.java 28 import org.apache.james.mime4j.field.address.parser.ParseException;
49 public static class Parser implements FieldParser {
50 private static Log log = LogFactory.getLog(Parser.class);
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 120 AArch64AsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
123 MCAsmParserExtension::Initialize(Parser);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfDefineSectionParser.py 2 # This file contained the parser for define sections in INF file
28 from Object.Parser.InfCommonObject import InfLineCommentObject
29 from Object.Parser.InfDefineObject import InfDefMember
30 from Parser.InfParserMisc import InfExpandMacro
31 from Object.Parser.InfMisc import ErrorInInf
33 from Parser.InfParserMisc import InfParserSectionRoot
65 # Parser Defines section content and fill self._ContentList dict.
98 # Parser Comment
InfLibrarySectionParser.py 2 # This file contained the parser for [Libraries] sections in INF file
24 from Parser.InfParserMisc import InfExpandMacro
28 from Object.Parser.InfCommonObject import InfLineCommentObject
30 from Parser.InfParserMisc import IsLibInstanceInfo
31 from Parser.InfAsBuiltProcess import GetLibInstanceInfo
32 from Parser.InfParserMisc import InfParserSectionRoot
InfPackageSectionParser.py 2 # This file contained the parser for [Packages] sections in INF file
24 from Parser.InfParserMisc import InfExpandMacro
28 from Object.Parser.InfCommonObject import InfLineCommentObject
29 from Parser.InfParserMisc import InfParserSectionRoot
InfSourceSectionParser.py 2 # This file contained the parser for [Sources] sections in INF file
24 from Parser.InfParserMisc import InfExpandMacro
28 from Object.Parser.InfCommonObject import InfLineCommentObject
29 from Parser.InfParserMisc import InfParserSectionRoot
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 303 CFIParserFixture() : parser(&mock_handler) {
312 CFIRuleParser parser; member in class:CFIParserFixture
315 class Parser: public CFIParserFixture, public Test { };
317 TEST_F(Parser, Empty) {
318 EXPECT_FALSE(parser.Parse(""));
321 TEST_F(Parser, LoneColon) {
322 EXPECT_FALSE(parser.Parse(":"));
325 TEST_F(Parser, CFANoExpr) {
326 EXPECT_FALSE(parser.Parse(".cfa:"));
329 TEST_F(Parser, CFANoColonNoExpr)
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 10 // This file implements the tentative parsing portions of the Parser
15 #include "clang/Parse/Parser.h"
50 bool Parser::isCXXDeclarationStatement() {
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) {
148 Parser::TPResult Parser::TryConsumeDeclarationSpecifier() {
232 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) {
285 Parser::TPResult Parser::TryParseInitDeclaratorList()
    [all...]
ParseCXXInlineMethods.cpp 14 #include "clang/Parse/Parser.h"
25 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS,
197 void Parser::ParseCXXNonStaticMemberInitializer(Decl *VarD) {
234 Parser::LateParsedDeclaration::~LateParsedDeclaration() {}
235 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {}
236 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {}
237 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {}
239 Parser::LateParsedClass::LateParsedClass(Parser *P, ParsingClass *C)
242 Parser::LateParsedClass::~LateParsedClass()
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 23 * \brief Command line parser.
245 class Parser
248 Parser (void);
249 ~Parser (void);
259 Parser (const Parser&);
260 Parser& operator= (const Parser&);
308 inline Parser& operator<< (Parser& parser, const Option<OptType>& option
    [all...]
  /external/javassist/src/main/javassist/compiler/
Javac.java 88 Parser p = new Parser(new Lex(src));
141 private CtBehavior compileMethod(Parser p, MethodDecl md)
211 Parser p = new Parser(new Lex(src));
434 Parser p = new Parser(new Lex(target));
522 Parser p = new Parser(new Lex(target));
563 Parser p = new Parser(new Lex(src))
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 68 LanaiAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser,
70 : MCTargetAsmParser(Options, STI), Parser(Parser),
71 Lexer(Parser.getLexer()), SubtargetInfo(STI) {
77 MCAsmParser &Parser;
672 SMLoc Start = Parser.getTok().getLoc();
673 SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
678 Parser.Lex();
683 Parser.Lex(); // Eat identifier token
698 SMLoc Start = Parser.getTok().getLoc()
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /system/tools/aidl/
aidl_language.cpp 33 int yyparse(Parser*);
157 Parser::Parser(const IoDelegate& io_delegate)
253 Parser::~Parser() {
261 bool Parser::ParseFile(const string& filename) {
286 if (yy::parser(this).parse() != 0 || error_ != 0) {
292 LOG(ERROR) << "Parser succeeded but yielded no document!";
296 void Parser::ReportError(const string& err, unsigned line) {
301 std::vector<std::string> Parser::Package() const
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeBuilder.java 26 import com.google.clearsilver.jsilver.syntax.parser.Parser;
27 import com.google.clearsilver.jsilver.syntax.parser.ParserException;
96 // AutoEscaper contains per-AST context like HTML parser object.
111 Parser parser = new Parser(lexer); local
112 Start root = parser.parse();
  /external/testng/src/main/java/org/testng/
Converter.java 9 import org.testng.xml.Parser;
61 Parser parser = new Parser(file); local
62 parser.setLoadClasses(false); // we might not have these classes on the classpath
63 findAllSuites(parser.parse(), allSuites);

Completed in 647 milliseconds

1 2 3 4 56 7 8 91011>>