HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 676 - 700 of 4368) sorted by null

<<21222324252627282930>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BaseDescriptor.java 65 public final void parse(int tag, ByteBuffer bb) throws IOException { method in class:BaseDescriptor
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
TemporalLevelEntry.java 41 public void parse(ByteBuffer byteBuffer) { method in class:TemporalLevelEntry
UnknownEntry.java 41 public void parse(ByteBuffer byteBuffer) { method in class:UnknownEntry
VisualRandomAccessEntry.java 51 public void parse(ByteBuffer byteBuffer) { method in class:VisualRandomAccessEntry
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AcceptEncodingParser.java 67 * @param acceptEncoding message to parse
82 * parse the String message
86 public SIPHeader parse() throws ParseException { method in class:AcceptEncodingParser
89 dbg_enter("AcceptEncodingParser.parse");
138 dbg_leave("AcceptEncodingParser.parse");
AcceptLanguageParser.java 64 * @param acceptLanguage AcceptLanguage message to parse
79 * parse the String message
83 public SIPHeader parse() throws ParseException { method in class:AcceptLanguageParser
86 dbg_enter("AcceptLanguageParser.parse");
131 dbg_leave("AcceptLanguageParser.parse");
AllowEventsParser.java 46 * @param allowEvents the header to parse
54 * @param lexer the lexer to use to parse the header
61 * parse the AllowEvents String header
65 public SIPHeader parse() throws ParseException { method in class:AllowEventsParser
68 dbg_enter("AllowEventsParser.parse");
102 dbg_leave("AllowEventsParser.parse");
AllowParser.java 45 * @param allow the header to parse
53 * @param lexer the lexer to use to parse the header
60 * parse the Allow String header
64 public SIPHeader parse() throws ParseException { method in class:AllowParser
67 dbg_enter("AllowParser.parse");
101 dbg_leave("AllowParser.parse");
CSeqParser.java 55 public SIPHeader parse() throws ParseException { method in class:CSeqParser
ContentEncodingParser.java 48 * @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");
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");

Completed in 212 milliseconds

<<21222324252627282930>>