/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);
|
/packages/services/Telephony/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 | 118 AArch64AsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, 121 MCAsmParserExtension::Initialize(Parser); [all...] |
/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/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/clang/lib/Parse/ |
ParseCXXInlineMethods.cpp | 14 #include "clang/Parse/Parser.h" 25 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS, 190 void Parser::ParseCXXNonStaticMemberInitializer(Decl *VarD) { 227 Parser::LateParsedDeclaration::~LateParsedDeclaration() {} 228 void Parser::LateParsedDeclaration::ParseLexedMethodDeclarations() {} 229 void Parser::LateParsedDeclaration::ParseLexedMemberInitializers() {} 230 void Parser::LateParsedDeclaration::ParseLexedMethodDefs() {} 232 Parser::LateParsedClass::LateParsedClass(Parser *P, ParsingClass *C) 235 Parser::LateParsedClass::~LateParsedClass() [all...] |
ParseTemplate.cpp | 14 #include "clang/Parse/Parser.h" 28 Parser::ParseDeclarationStartingWithTemplate(unsigned Context, 61 Parser::ParseTemplateDeclarationOrSpecialization(unsigned Context, 171 Parser::ParseSingleDeclarationAfterTemplate( 325 bool Parser::ParseTemplateParameters(unsigned Depth, 365 Parser::ParseTemplateParameterList(unsigned Depth, 382 // Don't consume this... that's done by template parser. 397 /// \brief Determine whether the parser is at the start of a template 399 bool Parser::isStartOfTemplateTypeParameter() { 475 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 55 class Parser; 61 // Parser is a lower-level class which simply converts a single .proto file 65 class LIBPROTOBUF_EXPORT Parser { 67 Parser(); 68 ~Parser(); 105 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop 129 // The Parser often calls SkipStatement() after encountering a syntax 206 // destructor records the end location. Since the parser is 211 LocationRecorder(Parser* parser); [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...] |
/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);
|
/external/testng/src/test/java/test/sanitycheck/ |
CheckSuiteNamesTest.java | 7 import org.testng.xml.Parser; 80 Parser parser = new Parser(testngXmlPath); local 81 tng.setXmlSuites(parser.parseToList());
|
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 67 MCAsmParser &Parser = getParser(); 68 SMLoc Result = Parser.getTok().getLoc(); 69 Parser.Lex(); 667 MCAsmParser &Parser = getParser(); 669 return Parser.Error(L, Msg, Ranges); 675 MCAsmParser &Parser = getParser(); 676 Parser.eatToEndOfStatement(); 805 X86AsmParser(const MCSubtargetInfo &sti, MCAsmParser &Parser, 812 CreateX86AsmInstrumentation(Options, Parser.getContext(), STI)); 894 MCAsmParser &Parser = getParser() [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
actions.rb | 39 example "parser action execution" do 41 parser = ParserActions::Parser.new lexer 43 parser.declaration.should == 'foo' 55 @parser::members { 92 parser = AllKindsOfActions::Parser.new lexer 93 parser.prog 95 parser.output.should == <<-END.fixed_indent( 0 ) 142 parser = Finally::Parser.new lexe [all...] |