HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 701 - 725 of 4617) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentLanguageParser.java 46 * @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");
InReplyToParser.java 46 * @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");
ProxyRequireParser.java 45 * @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();
RAckParser.java 49 * @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();
RequireParser.java 48 * @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();
ServerParser.java 45 * @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();
StatusLineParser.java 72 public StatusLine parse() throws ParseException { method in class:StatusLineParser
75 dbg_enter("parse");
89 dbg_leave("parse");
103 StatusLine sl = slp.parse();
SupportedParser.java 48 * @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();
TimeStampParser.java 46 * @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");
UnsupportedParser.java 46 * @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();
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 87 public SIPHeader parse() throws ParseException method in class:PAccessNetworkInfoParser
91 dbg_enter("AccessNetworkInfoParser.parse");
118 dbg_leave("AccessNetworkInfoParser.parse");
PMediaAuthorizationParser.java 73 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/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
PostExample.java 12 = MediaType.parse("application/json; charset=utf-8");
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
PostMultipart.java 34 private static final MediaType MEDIA_TYPE_PNG = MediaType.parse("image/png");
PostStreaming.java 28 = MediaType.parse("text/x-markdown; charset=utf-8");
  /external/parameter-framework/upstream/parameter/
CompoundRule.cpp 59 // Parse
60 bool CCompoundRule::parse(CRuleParser &ruleParser, string &strError) function in class:CCompoundRule
  /external/proguard/src/proguard/ant/
ConfigurationElement.java 106 parser.parse(configuration);
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 52 this.regularExpressionMatcher = new ListParser(new ClassNameParser()).parse(regularExpression);
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 67 new ListParser(new ClassNameParser()).parse(classFilter);
  /external/proguard/src/proguard/classfile/visitor/
MemberDescriptorFilter.java 50 this(new ClassNameParser().parse(regularExpression), memberVisitor);
MemberNameFilter.java 50 this(new ListParser(new NameParser()).parse(regularExpression),
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 73 // Parse the default configuration file.
79 parser.parse(configuration);
  /external/regex-re2/
Android.mk 25 re2/parse.cc \
  /external/regex-re2/doc/
mksyntaxgo 25 Package syntax parses regular expressions into parse trees and compiles
26 parse trees into programs. Most clients of regular expressions will use the
32 Parts of the syntax can be disabled by passing alternate flags to Parse.
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptsLiveFolder.java 33 Uri.parse("content://" + ScriptProvider.AUTHORITY + "/" + ScriptProvider.LIVEFOLDER);

Completed in 1393 milliseconds

<<21222324252627282930>>