Searched refs:parse (Results 401 - 425 of 1423) sorted by relevance

<<11121314151617181920>>

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentEncodingParser.java48 * @param contentEncoding the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the ContentEncodingHeader String header
67 public SIPHeader parse() throws ParseException { method in class:ContentEncodingParser
70 dbg_enter("ContentEncodingParser.parse");
107 dbg_leave("ContentEncodingParser.parse");
H A DContentLanguageParser.java46 * @param contentLanguage the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the ContentLanguageHeader String header
65 public SIPHeader parse() throws ParseException { method in class:ContentLanguageParser
68 dbg_enter("ContentLanguageParser.parse");
100 dbg_leave("ContentLanguageParser.parse");
H A DInReplyToParser.java46 * @param inReplyTo the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:InReplyToParser
68 dbg_enter("InReplyToParser.parse");
121 dbg_leave("InReplyToParser.parse");
H A DProxyRequireParser.java45 * @param require the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the String message
64 public SIPHeader parse() throws ParseException { method in class:ProxyRequireParser
67 dbg_enter("ProxyRequireParser.parse");
102 dbg_leave("ProxyRequireParser.parse");
118 ProxyRequireList rl= (ProxyRequireList) parser.parse();
H A DRAckParser.java49 * @param rack the header to parse
57 * @param lexer the lexer to use to parse the header
64 * parse the String message
68 public SIPHeader parse() throws ParseException { method in class:RAckParser
71 dbg_enter("RAckParser.parse");
98 dbg_leave("RAckParser.parse");
111 RAck ra= (RAck) parser.parse();
H A DRequireParser.java48 * @param require the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the String message
67 public SIPHeader parse() throws ParseException { method in class:RequireParser
70 dbg_enter("RequireParser.parse");
105 dbg_leave("RequireParser.parse");
121 RequireList rl= (RequireList) parser.parse();
H A DServerParser.java45 * @param server the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the String server
64 public SIPHeader parse() throws ParseException { method in class:ServerParser
67 dbg_enter("ServerParser.parse");
101 dbg_leave("ServerParser.parse");
121 Server s= (Server) parser.parse();
H A DStatusLineParser.java72 public StatusLine parse() throws ParseException { method in class:StatusLineParser
75 dbg_enter("parse");
89 dbg_leave("parse");
103 StatusLine sl = slp.parse();
H A DSupportedParser.java48 * @param supported the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the String message
67 public SIPHeader parse() throws ParseException { method in class:SupportedParser
70 dbg_enter("SupportedParser.parse");
106 dbg_leave("SupportedParser.parse");
122 SupportedList s= (SupportedList) parser.parse();
H A DTimeStampParser.java46 * @param timeStamp the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:TimeStampParser
68 dbg_enter("TimeStampParser.parse");
127 dbg_leave("TimeStampParser.parse");
H A DUnsupportedParser.java46 * @param unsupported - Unsupported header to parse
54 * @param lexer - the lexer to use to parse the header
61 * parse the String message
65 public SIPHeader parse() throws ParseException { method in class:UnsupportedParser
68 dbg_enter("UnsupportedParser.parse");
104 dbg_leave("UnsupportedParser.parse");
120 UnsupportedList u= (UnsupportedList) parser.parse();
H A DStringMsgParser.java91 * Constructor (given a parse exception handler).
95 * is the parse exception listener for the message parser.
363 .parse();
376 StatusLine sl = new StatusLineParser(firstLine + "\n").parse();
404 SIPHeader sipHeader = headerParser.parse();
516 return new URLParser(url).parse();
578 return hp.parse();
594 return new RequestLineParser(requestLine).parse();
611 return new StatusLineParser(statusLine).parse();
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPAccessNetworkInfoParser.java87 public SIPHeader parse() throws ParseException method in class:PAccessNetworkInfoParser
91 dbg_enter("AccessNetworkInfoParser.parse");
118 dbg_leave("AccessNetworkInfoParser.parse");
H A DPMediaAuthorizationParser.java73 public SIPHeader parse() throws ParseException method in class:PMediaAuthorizationParser
78 dbg_enter("MediaAuthorizationParser.parse");
114 dbg_leave("MediaAuthorizationParser.parse");
137 PMediaAuthorizationList mList= (PMediaAuthorizationList) mParser.parse();
/external/proguard/src/proguard/ant/
H A DConfigurationElement.java107 parser.parse(configuration);
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
H A DAnnotationTypeFilter.java52 this.regularExpressionMatcher = new ListParser(new ClassNameParser()).parse(regularExpression);
/external/proguard/src/proguard/classfile/util/
H A DWarningPrinter.java67 new ListParser(new ClassNameParser()).parse(classFilter);
/external/proguard/src/proguard/classfile/visitor/
H A DMemberDescriptorFilter.java50 this(new ClassNameParser().parse(regularExpression), memberVisitor);
H A DMemberNameFilter.java50 this(new ListParser(new NameParser()).parse(regularExpression),
/external/proguard/src/proguard/wtk/
H A DProGuardObfuscator.java79 parser.parse(configuration);
/external/regex-re2/
H A DAndroid.mk25 re2/parse.cc \
/external/regex-re2/doc/
H A Dmksyntaxgo25 Package syntax parses regular expressions into parse trees and compiles
26 parse trees into programs. Most clients of regular expressions will use the
/external/smack/src/com/kenai/jbosh/
H A DStaticBody.java81 * @throws BOSHException on parse error
109 * @throws BOSHException on parse error
114 BodyParserResults results = PARSER.parse(rawXML);
/external/bison/data/
H A Dglr.cc28 # The passing of parse-params
33 # additional parse-param. But because the C++ skeleton needs to
34 # know the "real" original parse-param, we save them
63 # Save the parse parameters.
133 ]dnl In this section, the parse param are the original parse_params.
150 ]b4_parser_class_name[::parse ()
285 virtual int parse ();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c74 struct tgsi_parse_context parse; member in struct:si_shader_context
465 struct tgsi_parse_context *parse = &si_shader_ctx->parse; local
470 while (!tgsi_parse_end_of_tokens(parse)) {
472 &parse->FullToken.FullDeclaration;
478 tgsi_parse_token(parse);
479 if (parse->FullToken.Token.Type != TGSI_TOKEN_TYPE_DECLARATION)
691 tgsi_parse_init(&si_shader_ctx.parse, si_shader_ctx.tokens);
693 si_shader_ctx.type = si_shader_ctx.parse.FullHeader.Processor.Processor;
730 tgsi_parse_free(&si_shader_ctx.parse);
[all...]

Completed in 378 milliseconds

<<11121314151617181920>>