HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 226 - 250 of 1306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
SIPETagParser.java 47 * @param etag the header to parse
55 * @param lexer the lexer to use to parse the header
62 * parse the String header
66 public SIPHeader parse() throws ParseException { method in class:SIPETagParser
69 dbg_enter("SIPEtag.parse");
87 dbg_leave("SIPEtag.parse");
SIPIfMatchParser.java 47 * @param etag the header to parse
55 * @param lexer the lexer to use to parse the header
62 * parse the String header
66 public SIPHeader parse() throws ParseException { method in class:SIPIfMatchParser
69 dbg_enter("SIPIfMatch.parse");
87 dbg_leave("SIPIfMatch.parse");
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
AddressHeaderParser.java 56 protected void parse(AddressHeaderIms addressHeader) method in class:AddressHeaderParser
58 dbg_enter("AddressHeaderParser.parse");
68 dbg_leave("AddressParametersParser.parse");
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 40 public void parse(InputSource source) method in class:SAX1ParserAdapter
44 xmlReader.parse(source);
50 public void parse(String systemId) method in class:SAX1ParserAdapter
54 xmlReader.parse(systemId);
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceJSONView.js 46 return JSON.parse(text);
  /external/webkit/Source/WebCore/svg/
SVGLengthList.cpp 31 void SVGLengthList::parse(const String& value, SVGLengthMode mode) function in class:WebCore::SVGLengthList
  /external/webkit/Source/WebKit/win/
WebUserContentURLPattern.h 49 virtual HRESULT STDMETHODCALLTYPE parse(BSTR patternString);
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 90 Xml.parse(in, Xml.Encoding.UTF_8, this);
96 Xml.parse(in, this);
104 uri = Uri.parse(uriStr);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
  /frameworks/base/core/java/android/provider/
SocialContract.java 36 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
  /frameworks/base/include/ui/
VirtualKeyMap.h 65 status_t parse();
  /frameworks/base/media/libstagefright/include/
ESDS.h 57 status_t parse();
  /frameworks/base/voip/jni/rtp/
util.cpp 25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) function
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 144 * source. This <code>DOMConfiguration</code> is specific to the parse
148 * parse operation. The DOM application is responsible for passing any
297 * Parse an XML document from a resource identified by a
315 public Document parse(LSInput input) method in interface:LSParser
319 * Parse an XML document from a location identified by a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>]. If the URI
344 * Append the result of the parse operation as children of the context
351 * parse operation. For this action to work, the context node must be an
357 * Insert the result of the parse operation as the immediately preceding
364 * Insert the result of the parse operation as the immediately following
371 * Replace the context node with the result of the parse operation. Fo
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 184 * Parse the document.
195 * @see #parse(org.xml.sax.InputSource)
196 * @see org.xml.sax.Parser#parse(java.lang.String)
198 public void parse (String systemId)
201 parse(new InputSource(systemId));
206 * Parse the document.
217 * @see #parse(java.lang.String)
218 * @see org.xml.sax.Parser#parse(org.xml.sax.InputSource)
220 public void parse (InputSource input)
224 xmlReader.parse(input)
197 public void parse (String systemId) method in class:XMLReaderAdapter
200 parse(new InputSource(systemId)); method
219 public void parse (InputSource input) method in class:XMLReaderAdapter
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
ContentTransferEncodingField.java 83 public Field parse(final String name, final String body, final String raw) { method in class:ContentTransferEncodingField.Parser
  /packages/apps/Exchange/src/com/android/exchange/adapter/
MeetingResponseParser.java 24 * Parse the result of a MeetingRequest command.
50 public boolean parse() throws IOException { method in class:MeetingResponseParser
SettingsParser.java 24 * Parse the result of a Settings command.
27 * time. parse() returns true in the normal case; false if access to the account is denied due
39 public boolean parse() throws IOException { method in class:SettingsParser
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 45 return new UriImage(mApplication, path, Uri.parse(decoded));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractInternalSource.java 60 return Uri.parse("android.resource://" + getContext().getPackageName()
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 83 mValue = mDecimalFormat.parse(mDecimalText.getText()).doubleValue();
209 double degrees = mDecimalFormat.parse(mSexagesimalDegreeText.getText()).doubleValue();
210 double minutes = mDecimalFormat.parse(mSexagesimalMinuteText.getText()).doubleValue();
211 double seconds = mDecimalFormat.parse(mSexagesimalSecondText.getText()).doubleValue();
  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.cpp 161 void parse(const String&);
165 void parse(const UChar* begin, const UChar* end);
183 void CSPSourceList::parse(const String& value) function in class:WebCore::CSPSourceList
185 parse(value.characters(), value.characters() + value.length());
200 void CSPSourceList::parse(const UChar* begin, const UChar* end) function in class:WebCore::CSPSourceList
401 m_sourceList.parse(value);
419 parse(value);
426 void parse(const String&);
435 void CSPOptions::parse(const String& value) function in class:WebCore::CSPOptions
477 parse(header)
539 void ContentSecurityPolicy::parse(const String& policy) function in class:WebCore::ContentSecurityPolicy
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 312 db.parse(getClass().getResourceAsStream("/simple.xml"));
384 Document document = parser.parse(getClass().getResourceAsStream(
412 Document document = parser.parse(getClass().getResourceAsStream(
447 Document document = parser.parse(getClass().getResourceAsStream(
470 Document document = parser.parse(getClass().getResourceAsStream(
545 Document document = parser.parse(getClass().getResourceAsStream(
568 Document document = parser.parse(getClass().getResourceAsStream(
594 Document document = parser.parse(getClass().getResourceAsStream(
613 Document document = parser.parse(getClass().getResourceAsStream(
637 Document document = parser.parse(getClass().getResourceAsStream
    [all...]
  /bionic/libc/tools/
genserv.py 41 def parse(f): function
69 services = parse(sys.stdin)
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
TextRecord.java 65 public static TextRecord parse(NdefRecord record) { method in class:TextRecord
98 parse(record);
  /external/icu4c/test/intltest/
dtfmapts.cpp 181 // ======= Test parse()
184 logln("Testing parse()");
197 result2 = def->parse(text, status);
199 errln("ERROR: parse() failed, stopping testing");
204 result3 = def->parse(text, pos01);
273 * Test hiding of parse() and format() APIs in the Format hierarchy.
315 sdf.parse(str, status);
316 sdf.parse(str, ppos);
348 fmt.parse(str, obj, ppos);
349 fmt.parse(str, obj, status)
    [all...]

Completed in 2514 milliseconds

1 2 3 4 5 6 7 8 91011>>