Searched refs:uri (Results 51 - 75 of 528) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java64 private URI uri; field in class:RequestWrapper
78 this.uri = ((HttpUriRequest) request).getURI();
84 this.uri = new URI(requestLine.getUri());
126 return this.uri;
129 public void setURI(final URI uri) { argument
130 this.uri = uri;
137 if (uri != null) {
138 uritext = uri.toASCIIString();
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
H A DRTCConfiguration.h44 static PassRefPtr<RTCIceServer> create(const KURL& uri, const String& username, const String& credential) argument
46 return adoptRef(new RTCIceServer(uri, username, credential));
50 const KURL& uri() { return m_uri; } function in class:WebCore::RTCIceServer
55 RTCIceServer(const KURL& uri, const String& username, const String& credential) argument
56 : m_uri(uri)
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DOkResponseCacheAdapter.java36 @Override public CacheResponse get(URI uri, String requestMethod, argument
38 return responseCache.get(uri, requestMethod, requestHeaders);
41 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException { argument
42 return responseCache.put(uri, urlConnection);
45 @Override public void maybeRemove(String requestMethod, URI uri) throws IOException { argument
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java61 public int delete(Uri uri, String selection, String[] selectionArgs) { argument
66 public String getType(Uri uri) { argument
71 public Uri insert(Uri uri, ContentValues values) { argument
81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, argument
90 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkResponseCache.java35 CacheResponse get(URI uri, String requestMethod, Map<String, List<String>> requestHeaders) argument
38 CacheRequest put(URI uri, URLConnection urlConnection) throws IOException; argument
40 /** Remove any cache entries for the supplied {@code uri} if the request method invalidates. */
41 void maybeRemove(String requestMethod, URI uri) throws IOException; argument
/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h116 /** Copy a URI string to this pixelref, or clear the URI if the uri is null
118 void setURI(const char uri[]) { argument
119 fURI.set(uri);
124 void setURI(const char uri[], size_t len) { argument
125 fURI.set(uri, len);
130 void setURI(const SkString& uri) { fURI = uri; } argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVideoView.java19 private Uri uri; field in class:ShadowVideoView
52 public void setVideoURI(Uri uri) { argument
53 this.uri = uri;
134 return uri == null ? null : uri.toString();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCursorLoaderTest.java17 Uri uri = Uri.parse("http://robolectric.org");
23 uri,
29 assertThat(cursorLoader.getUri(), equalTo(uri));
38 Uri uri = Uri.parse("http://robolectric.org");
44 cursorLoader.setUri(uri);
50 assertThat(cursorLoader.getUri(), equalTo(uri));
/external/skia/include/core/
H A DSkPixelRef.h116 /** Copy a URI string to this pixelref, or clear the URI if the uri is null
118 void setURI(const char uri[]) { argument
119 fURI.set(uri);
124 void setURI(const char uri[], size_t len) { argument
125 fURI.set(uri, len);
130 void setURI(const SkString& uri) { fURI = uri; } argument
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpRequestBase.java66 private URI uri; field in class:HttpRequestBase
82 return this.uri;
88 URI uri = getURI();
90 if (uri != null) {
91 uritext = uri.toASCIIString();
99 public void setURI(final URI uri) { argument
100 this.uri = uri;
H A DHttpOptions.java70 public HttpOptions(final URI uri) { argument
72 setURI(uri);
76 * @throws IllegalArgumentException if the uri is invalid.
78 public HttpOptions(final String uri) { argument
80 setURI(URI.create(uri));
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java47 * "prefix:localName" or "{uri}localName".
94 * @param uri the URI of the attribute
104 String uri,
111 super.addAttribute(uri, local, qname, type, val);
130 /* now add with key of the format "{uri}localName" */
132 m_buff.append('{').append(uri).append('}').append(local);
155 // Add quick look-up to find with uri/local name pair
156 String uri = super.getURI(index);
159 m_buff.append('{').append(uri).append('}').append(local);
207 * This method gets the index of an attribute given its uri an
103 addAttribute( String uri, String local, String qname, String type, String val) argument
213 getIndex(String uri, String localName) argument
[all...]
H A DNamespaceMappings.java31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth
46 * When the <chapter> element is encounted the prefix "p1" associated with uri
55 * So prefix/uri pairs are pushed and poped off the stack as elements are
57 * are on the stack and a prefix can be found given a uri, or a uri can be found
93 * ensure prefix/uri map scopes are closed correctly.
111 * and predefines a few prefix/uri pairs which always exist.
118 // Define the default namespace (initially maps to "" uri)
140 String uri = null;
143 uri
165 lookupPrefix(String uri) argument
182 getMappingFromURI(String uri) argument
225 pushNamespace(String prefix, String uri, int elemDepth) argument
362 MappingRecord(String prefix, String uri, int depth) argument
483 lookupAllPrefixes(String uri) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
H A Dmenu.py55 login_url = users.create_logout_url(self.request.uri)
59 login_url = users.create_login_url(self.request.uri)
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java419 * @param uri The Namespace URI.
426 public void setPrefix (String uri, String prefix)
428 prefixTable.put(uri, prefix);
435 * @param uri The Namespace URI.
439 public String getPrefix (String uri)
441 return (String)prefixTable.get(uri);
457 * @param uri The Namespace URI to declare.
461 public void forceNSDecl (String uri)
463 forcedDeclTable.put(uri, Boolean.TRUE);
474 * @param uri Th
424 setPrefix(String uri, String prefix) argument
437 getPrefix(String uri) argument
459 forceNSDecl(String uri) argument
478 forceNSDecl(String uri, String prefix) argument
573 startElement(String uri, String localName, String qName, Attributes atts) argument
615 endElement(String uri, String localName, String qName) argument
748 emptyElement(String uri, String localName, String qName, Attributes atts) argument
789 startElement(String uri, String localName) argument
832 endElement(String uri, String localName) argument
875 emptyElement(String uri, String localName) argument
929 dataElement(String uri, String localName, String qName, Attributes atts, String content) argument
964 dataElement(String uri, String localName, String content) argument
1058 doPrefix(String uri, String qName, boolean isElement) argument
1286 writeName(String uri, String localName, String qName, boolean isElement) argument
[all...]
/external/chromium_org/v8/src/
H A Duri.js183 function Encode(uri, unescape) {
184 var uriLength = uri.length;
188 var cc1 = uri.charCodeAt(k);
198 var cc2 = uri.charCodeAt(k);
214 function Decode(uri, reserved) {
215 var uriLength = uri.length;
222 var code = uri.charCodeAt(k);
225 var cc = URIHexCharsToCharCode(uri.charCodeAt(k+1), uri.charCodeAt(k+2));
229 %_OneByteSeqStringSetChar(one_byte, index++, uri
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpRequestFactory.java99 public HttpRequest newHttpRequest(final String method, final String uri) argument
102 return new BasicHttpRequest(method, uri);
104 return new BasicHttpEntityEnclosingRequest(method, uri);
106 return new BasicHttpRequest(method, uri);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Duri.h66 xmlParseURIReference (xmlURIPtr uri,
69 xmlSaveUri (xmlURIPtr uri);
72 xmlURIPtr uri);
85 xmlFreeURI (xmlURIPtr uri);
/external/libxml2/include/libxml/
H A Duri.h66 xmlParseURIReference (xmlURIPtr uri,
69 xmlSaveUri (xmlURIPtr uri);
72 xmlURIPtr uri);
85 xmlFreeURI (xmlURIPtr uri);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProxyAuthenticate.java63 * @since 1.2 this method is deprecated, uri is not a valid paramter for this header
73 * @since 1.2 this method is deprecated, uri is not a valid paramter for this header
76 public void setURI(URI uri) { argument
H A DSipRequestLine.java36 * @param uri URI to set.
38 public abstract void setUri(URI uri); argument
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DCallInfoParser.java79 GenericURI uri=urlParser.uriReference(true);
80 callInfo.setInfo(uri);
96 uri=urlParser.uriReference(true);
97 callInfo.setInfo(uri);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
H A DSimpleTestCursor.java9 public Uri uri; field in class:SimpleTestCursor
20 public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { argument
21 this.uri = uri;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java89 public final String uri; field in class:PeerConnection.IceServer
94 public IceServer(String uri) { argument
95 this(uri, "", "");
98 public IceServer(String uri, String username, String password) { argument
99 this.uri = uri;
105 return uri + "[" + username + ":" + password + "]";
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java106 SipUri uri = (SipUri) address;
107 return uri.getHostPort();
119 SipUri uri = (SipUri) address;
120 return uri.getHostPort().getPort();
131 SipUri uri = (SipUri) address;
132 return uri.getUserAtHostPort();
144 SipUri uri = (SipUri) address;
145 return uri.getHostPort().getHost().getHostname();
155 SipUri uri = (SipUri) address;
156 uri
[all...]

Completed in 876 milliseconds

1234567891011>>