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

1 2 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 246 return ATTR_TYPE.URI;
258 return ATTR_TYPE.URI;
307 // Or when the HTML attribute is not of URI type.
308 if (getAttributeType() != ATTR_TYPE.URI) {
319 // or we would not have the URI attribute type.
324 // For all other URI attributes, check if we are at index 0.
409 && getAttributeType() == ATTR_TYPE.URI
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 94 * containing the URI of the Request, the mandatory headers of the message
98 * the new URI object of the requestURI value of this Message.
121 public Request createRequest(javax.sip.address.URI requestURI,
151 * containing the URI of the Request, the mandatory headers of the message
155 * the new URI object of the requestURI value of this Message.
178 public Request createRequest(URI requestURI, String method,
209 * containing the URI of the Request, the mandatory headers of the message.
213 * the new URI object of the requestURI value of this Message.
231 public Request createRequest(URI requestURI, String method,
517 * containing the URI of the Request, the mandatory headers of the messag
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributens12.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Declares the attribute specified by local name and namespace URI to be of type ID. If the value of the
elementsetidattributens14.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Declares the attribute specified by local name and namespace URI to be of type ID. If the value of the
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 19 import java.net.URI;
201 * @param namespaceURI this node's namespace URI
221 * Sets {@code node} to be namespace-aware and assigns its namespace URI
225 * @param namespaceURI this node's namespace URI. May be null.
315 String uri = element.getAttributeNS( local
319 // if this node has no base URI, return the parent's.
320 if (uri == null || uri.isEmpty()) {
324 // if this node's URI is absolute, return it
325 if (new URI(uri).isAbsolute())
    [all...]
  /system/media/wilhelm/tests/listening/
seekTorture.c 55 // create an audio player with URI source and output mix sink
62 locator_uri.URI = (SLchar *) argv[1];
  /system/media/wilhelm/tests/sandbox/
urimime.c 17 // Test audio player configurations with URI data source and MIME data format
33 fprintf(stderr, "usage: %s URI\n", argv[0]);
59 loc_uri.URI = (SLchar *) argv[1];
xa.c 78 locUri.URI = (XAchar *) "/sdcard/hello.wav";
  /external/libxml2/include/libxml/
globals.h 33 * @URI: the URI to read from
37 * corresponding to an URI.
42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc);
46 * @URI: the URI to write to
50 * corresponding to an URI.
55 typedef xmlOutputBufferPtr (*xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression);
xmlreader.h 113 const char *URI);
115 xmlNewTextReaderFilename(const char *URI);
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_attrgetvalue1.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_attrhaschildnodes.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_characterdatagetdata.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_documentgetelementsbytagnamelength.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_documentgetimplementation.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_documentgetrootnode.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_elementgetattributenode.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_elementgetelementsbytagname.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_elementgetelementsbytagnamenomatch.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_elementgettagname.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_elementremoveattributenode.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_elementretrieveattrvalue.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_namednodemapnumberofnodes.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
hc_nodeattributenodename.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test

Completed in 1685 milliseconds

1 2 3 4 5 6 7 8 91011>>