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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 272 URI.AUTHORITY_ENCODER.appendPartiallyEncoded(result, authority);
281 URI.FILE_AND_QUERY_ENCODER.appendPartiallyEncoded(result, fileAndQuery);
291 URI.ALL_LEGAL_ENCODER.appendPartiallyEncoded(result, ref);
HttpCookie.java 131 * Returns true if {@code cookie} should be sent to or accepted from {@code uri} with respect
132 * to the cookie's path. Cookies match by directory prefix: URI "/foo" matches cookies "/foo",
135 static boolean pathMatches(HttpCookie cookie, URI uri) {
136 String uriPath = matchablePath(uri.getPath());
142 * Returns true if {@code cookie} should be sent to {@code uri} with respect to the cookie's
145 static boolean secureMatches(HttpCookie cookie, URI uri) {
146 return !cookie.getSecure() || "https".equalsIgnoreCase(uri.getScheme());
150 * Returns true if {@code cookie} should be sent to {@code uri} with respect to the cookie'
    [all...]
  /libcore/luni/src/test/java/libcore/net/http/
ParsedHeadersTest.java 19 import java.net.URI;
25 private URI uri; field in class:ParsedHeadersTest
29 uri = new URI("http", "localhost", "/");
40 ResponseHeaders parsedHeaders = new ResponseHeaders(uri, headers);
52 ResponseHeaders parsedHeaders = new ResponseHeaders(uri, headers);
61 ResponseHeaders parsedHeaders = new ResponseHeaders(uri, headers);
68 ResponseHeaders parsedHeaders = new ResponseHeaders(uri, headers);
75 ResponseHeaders parsedHeaders = new ResponseHeaders(uri, headers)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 33 import java.net.URI;
142 public java.util.List<Proxy> select(URI uri) {
144 if (("localhost".equals(uri.getHost()))
145 && (server_port == uri.getPort())) {
155 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
  /packages/apps/Calendar/src/com/android/calendar/
CalendarUtils.java 242 mHandler.startUpdate(mToken, null, CalendarCache.URI, values, "key=?",
249 mHandler.startUpdate(mToken, null, CalendarCache.URI, values2,
286 mHandler.startQuery(0, context, CalendarCache.URI, CALENDAR_CACHE_POJECTION,
  /external/libxml2/
SAX2.c 25 #include <libxml/uri.h>
496 xmlChar *URI;
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
512 ret = xmlLoadExternalEntity((const char *) URI,
514 if (URI != NULL)
515 xmlFree(URI);
578 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
652 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
653 xmlChar *URI;
661 URI = xmlBuildURI(systemId, (const xmlChar *) base)
1146 xmlURIPtr uri; local
1211 xmlURIPtr uri; local
2149 const xmlChar *uri, *pref; local
    [all...]
catalog.c 37 #include <libxml/uri.h>
588 xmlSetProp(node, BAD_CAST "uri", cur->value);
594 xmlSetProp(node, BAD_CAST "uri", cur->value);
616 node = xmlNewDocNode(doc, ns, BAD_CAST "uri", NULL);
618 xmlSetProp(node, BAD_CAST "uri", cur->value);
1087 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI);
1111 else if (xmlStrEqual(name, (const xmlChar *) "uri"))
1130 * @uriAttrName: the attribute holding the URI-Reference
3136 xmlChar* uri; local
    [all...]
uri.c 2 * uri.c: set of generic URI related routines
17 #include <libxml/uri.h>
21 static void xmlCleanURI(xmlURIPtr uri);
167 * @uri: pointer to an URI structure
170 * Parse an URI scheme
177 xmlParse3986Scheme(xmlURIPtr uri, const char **str) {
189 if (uri != NULL) {
190 if (uri->scheme != NULL) xmlFree(uri->scheme)
883 xmlURIPtr uri; local
929 xmlURIPtr uri; local
1806 xmlURIPtr uri; local
2459 xmlURIPtr uri; local
2578 xmlURIPtr uri; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 31 import java.net.URI;
353 URI testHTTPURI = testHTTPURL.toURI();
354 URI testFTPURI = testFTPURL.toURI();
512 URI testURI = new URI("/relative/URI/with/absolute/path/to/resource.txt");
573 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
577 public List<Proxy> select(URI uri) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 26 import java.net.URI;
    [all...]
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 20 import java.net.URI;
160 URI uri = new URI(url); local
161 String scheme = uri.getScheme().toLowerCase();
162 String authority = uri.getAuthority().toLowerCase();
163 boolean dropPort = (scheme.equals("http") && uri.getPort() == 80)
164 || (scheme.equals("https") && uri.getPort() == 443);
172 String path = uri.getRawPath();
  /frameworks/base/core/java/android/net/
Proxy.java 35 import java.net.URI;
113 URI uri = URI.create(url); local
114 host = uri.getHost();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 40 import java.net.URI;
55 protected static URI sDefaultUri;
126 sDefaultUri = new URI("");
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 48 import java.net.URI;
119 URI hostUrl = new URI(url);
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 58 * Only valid for URI-accepting attributes - as identified by
59 * {@link HtmlParser.ATTR_TYPE#URI}.
174 * createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true)}
203 case URI:
  /external/libxml2/include/libxml/
entities.h 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattributens01.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Invoke setIdAttributeNS on an existing namespace attribute with a namespace URI and a qualified name. Verify by calling
elementsetidattributens02.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Invoke setIdAttributeNS on an existing attribute with a namespace URI and a qualified name. Verify by calling
elementsetidattributens04.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 The method setIdAttributeNS declares the attribute specified by local name and namespace URI to be of type ID.
elementsetidattributens05.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 The method setIdAttributeNS declares the attribute specified by local name and namespace URI to be of type ID.
elementsetidattributens09.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
80 The method setIdAttributeNS declares the attribute specified by local name and namespace URI to be of type ID.
elementsetidattributens10.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
elementsetidattributens11.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
nodegetbaseuri13.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 is the base URI of the document.
nodegetbaseuri20.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 baseURI for an element from an entity reference should be the URI of the

Completed in 893 milliseconds

1 2 3 4 5 6 78 91011>>