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

1 2 3 45 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 46 public static final String URI = "uri";
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 32 import javax.sip.address.URI;
  /external/nist-sip/java/javax/sip/address/
SipURI.java 8 public interface SipURI extends URI, Parameters {
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 9 import javax.sip.address.URI;
22 AlertInfoHeader createAlertInfoHeader(URI alertInfo);
37 CallInfoHeader createCallInfoHeader(URI callInfo);
69 ErrorInfoHeader createErrorInfoHeader(URI errorInfo);
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 32 import java.net.URI;
90 public static HttpConnection connect(URI uri, Proxy proxy, boolean requiresTunnel,
97 ? new Address(uri)
98 : new Address(uri, proxy, requiresTunnel);
107 List<Proxy> proxyList = selector.select(uri);
116 Address address = new Address(uri, selectedProxy, requiresTunnel);
120 selector.connectFailed(uri, selectedProxy.address(), e);
128 return HttpConnectionPool.INSTANCE.get(new Address(uri), connectTimeout);
295 public Address(URI uri)
    [all...]
RequestHeaders.java 19 import java.net.URI;
28 private final URI uri; field in class:RequestHeaders
64 public RequestHeaders(URI uri, RawHeaders headers) {
65 this.uri = uri;
130 public URI getUri() {
131 return uri;
HttpResponseCache.java 35 import java.net.URI;
81 private String uriToKey(URI uri) {
84 byte[] md5bytes = messageDigest.digest(uri.toString().getBytes(Charsets.UTF_8));
91 @Override public CacheResponse get(URI uri, String requestMethod,
93 String key = uriToKey(uri);
107 if (!entry.matches(uri, requestMethod, requestHeaders)) {
131 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 36 import android.net.Uri;
54 * The content:// URI for the data table in the provider
56 public static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.opp/btopp");
78 * The name of the column containing the URI of the file being
87 public static final String URI = "uri";
341 * requests with unknown/unsupported URI schemes.
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 19 import android.net.Uri;
100 static final Uri CONTENT_URI = Uri.parse("content://" +
105 * The content:// style URL for this table. When this Uri is used, no notification is
108 static final Uri CONTENT_URI_NO_NOTIFICATION = Uri.parse("content://" +
120 static Uri getContentUri(long id, boolean notify) {
121 return Uri.parse("content://" + LauncherProvider.AUTHORITY +
221 * The URI associated with the favorite. It is used, for instance, by
225 static final String URI = "uri"
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 20 import java.net.URI;
162 * Constructs a new File using the path of the specified URI. {@code uri}
167 * @param uri
171 * if {@code uri} does not comply with the conditions above.
173 * @see java.net.URI
175 public File(URI uri) {
177 checkURI(uri);
178 this.path = fixSlashes(uri.getPath())
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 213 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true,
218 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false,
223 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true, null);
227 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false, null);
297 * escaping will allow a different ending context: if the included template is a URI attribute
395 case URI:
  /libcore/luni/src/main/java/java/net/
URL.java 75 * <p>The {@link URI} class can be used to manipulate URLs of any protocol.
492 * Returns the URI equivalent to this URL.
494 * @throws URISyntaxException if this URL cannot be converted into a URI.
496 public URI toURI() throws URISyntaxException {
497 return new URI(toExternalForm());
501 * Encodes this URL to the equivalent URI after escaping characters that are
502 * not permitted by URI.
506 public URI toURILenient() throws URISyntaxException {
510 return new URI(streamHandler.toExternalForm(this, true));
566 return URI.getEffectivePort(protocol, port)
    [all...]
CookieManager.java 40 * Only add(URI, HttpCookie) and get(URI) are used by CookieManager. Other
93 * Searches and gets all cookies in the cache by the specified uri in the
96 * @param uri
97 * the specified uri to search for
105 public Map<String, List<String>> get(URI uri,
107 if (uri == null || requestHeaders == null) {
112 for (HttpCookie cookie : store.get(uri)) {
113 if (HttpCookie.pathMatches(cookie, uri)
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisdefaultnamespace09.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Using isDefaultNamespace on a new Child of a new Element node with a namespace URI
80 and prefix and using the parents namespace URI as an argument, verify if the
nodeisdefaultnamespace10.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Using isDefaultNamespace on a new Child of a new Element node with a namespace URI
80 and prefix and using the childs namespace URI as an argument, verify if the
nodeisdefaultnamespace11.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Using isDefaultNamespace on an imported new Element node with a namespace URI and prefix
80 in a new Document and using the parent's namespace URI as an argument, verify if the
nodelookupprefix10.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Invoke lookupPrefix on a new Child of a new Element node with a namespace URI
80 and prefix and using the parents namespace URI as an argument, verify if the prefix
nodelookupprefix11.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Invoke lookupPrefix on an imported new Element node with a namespace URI
80 and prefix in a new Document and using the parents namespace URI as an argument, verify if the prefix
nodelookupprefix12.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
79 Invoke lookupPrefix on an renamed new Element node with a namespace URI
80 and prefix in a new Document and using the parents namespace URI as an argument, verify if the prefix
  /external/libxslt/libxslt/
functions.c 34 #include <libxml/uri.h>
60 * @ns_uri: the function namespace URI
105 xsltDocumentFunctionLoadDocument(xmlXPathParserContextPtr ctxt, xmlChar* URI)
108 xmlURIPtr uri; local
123 uri = xmlParseURI((const char *) URI);
124 if (uri == NULL) {
126 "document() : failed to parse URI\n");
134 fragment = (xmlChar *)uri->fragment;
137 uri->fragment = NULL
    [all...]
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 35 import java.net.URI;
60 * URI's query portion. For example, a URI of
66 * @param uri
67 * uri to parse
71 public static List <NameValuePair> parse (final URI uri, final String encoding) {
73 final String query = uri.getRawQuery();
  /external/libxml2/include/libxml/
SAX2.h 114 const xmlChar *URI,
124 const xmlChar *URI);
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 26 import android.net.Uri;
45 public static final Uri URI = Directory.CONTENT_URI;
147 Cursor cursor = context.getContentResolver().query(DirectoryQuery.URI,
  /system/media/wilhelm/src/
data.c 188 if (NULL == pDataLocator->mURI.URI) {
189 SL_LOGE("%s: invalid URI=NULL", name);
192 // NTH verify URI address for validity
193 size_t len = strlen((const char *) pDataLocator->mURI.URI);
198 memcpy(myURI, pDataLocator->mURI.URI, len + 1);
207 pDataLocator->mURI.URI = myURI;
302 if (NULL != pDataLocator->mURI.URI) {
303 free(pDataLocator->mURI.URI);
304 pDataLocator->mURI.URI = NULL;
306 pDataLocator->mURI.URI = NULL
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement05.js 16 * Gets URI that identifies the test.
17 * @return uri identifier of test
78 The codeBase attribute specifies an optional base URI for the applet.

Completed in 1764 milliseconds

1 2 3 45 6 7 8 91011>>