Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/external/skia/tools/skp/page_sets/other/
DOLD-skia_nexus10_set.json8 "url": "http://game.deksiam.in.th/", string
13 "url": "http://www.sahadan.com/default.aspx", string
18 "url": "http://techmeme.com/", string
23 "url": "http://www.cnet.com/", string
28 …"url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that-an-lg-optimus-g-nexus-i… string
33 "url": "http://br.337.com/pages/196/DDTank", string
38 "url": "http://www.cnn.com/2012/10/03/politics/michelle-obama-debate/index.html", string
43 "url": "http://culturalsolutions.co.uk/", string
48 "url": "http://cuteoverload.com/", string
53 "url": "http://digg.com/", string
[all …]
DOLD-skia_desktop_set.json7 "url": "http://ie.microsoft.com/testdrive/Performance/Chalkboard/Images/Chalkboard.svg", string
12 "url": "https://www.google.com/#hl=en&q=barack+obama", string
17 "url": "https://plus.google.com/110031535020051778989/posts", string
24 "url": "http://googlewebmastercentral.blogspot.com/", string
30 … "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/", string
36 "url": "http://www.facebook.com/barackobama", string
61 "url": "http://www.linkedin.com/in/linustorvalds", string
67 "url": "http://twitter.com/katyperry", string
74 "url": "http://pinterest.com", string
81 "url": "http://espn.go.com", string
[all …]
/external/guava/guava/src/com/google/common/io/
DResources.java55 public static ByteSource asByteSource(URL url) { in asByteSource()
64 private final URL url; field in Resources.UrlByteSource
66 private UrlByteSource(URL url) { in UrlByteSource()
87 public static CharSource asCharSource(URL url, Charset charset) { in asCharSource()
98 public static byte[] toByteArray(URL url) throws IOException { in toByteArray()
112 public static String toString(URL url, Charset charset) throws IOException { in toString()
127 public static <T> T readLines(URL url, Charset charset, in readLines()
147 public static List<String> readLines(URL url, Charset charset) in readLines()
196 URL url = loader.getResource(resourceName); in getResource() local
208 URL url = contextClass.getResource(resourceName); in getResource() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java486 HttpUrl url = HttpUrl.parse("http://host/#Σ"); in fragmentNonAscii() local
494 HttpUrl url = HttpUrl.parse("http://host/#\u0080"); in fragmentNonAsciiThatOffendsJavaNetUri() local
502 HttpUrl url = HttpUrl.parse("http://host/#%C2%80"); in fragmentPercentEncodedNonAscii() local
510 HttpUrl url = HttpUrl.parse("http://host/#%80"); in fragmentPercentEncodedPartialCodePoint() local
636 HttpUrl url = new HttpUrl.Builder().scheme("http").host("host").build(); in minimalUrlComposition() local
649 HttpUrl url = new HttpUrl.Builder() in fullUrlComposition() local
688 HttpUrl url = new HttpUrl.Builder() in composeEncodesWhitespace() local
707 HttpUrl url = new HttpUrl.Builder() in composeFromUnencodedComponents() local
733 HttpUrl url = new HttpUrl.Builder() in composeFromEncodedComponents() local
759 HttpUrl url = new HttpUrl.Builder() in composeWithEncodedPath() local
[all …]
DCacheTest.java446 HttpUrl url = server.url("/"); in temporaryRedirectCachedWithCachingHeader() local
460 HttpUrl url = server.url("/"); in temporaryRedirectNotCachedWithoutCachingHeader() local
573 HttpUrl url = server.url("/"); in defaultExpirationDateFullyCachedForLessThan24Hours() local
618 HttpUrl url = server.url("/").newBuilder().addQueryParameter("foo", "bar").build(); in noDefaultExpirationForUrlsWithQueryString() local
742 HttpUrl url = server.url("/"); in testRequestMethod() local
791 HttpUrl url = server.url("/"); in testMethodInvalidates() local
818 HttpUrl url = server.url("/"); in postInvalidatesCacheWithUncacheableResponse() local
907 HttpUrl url = server.url("/"); in partialRangeResponsesDoNotCorruptCache() local
928 HttpUrl url = server.url("/"); in serverReturnsDocumentOlderThanCache() local
1212 HttpUrl url = server.url("/"); in requestCacheControlNoCache() local
[all …]
/external/libbrillo/brillo/
Durl_utils.cc24 bool GetQueryStringPos(const std::string& url, in GetQueryStringPos()
57 std::string url::TrimOffQueryString(std::string* url) { in TrimOffQueryString()
66 std::string url::Combine(const std::string& url, const std::string& subpath) { in Combine()
70 std::string url::CombineMultiple(const std::string& url, in CombineMultiple()
89 std::string url::GetQueryString(const std::string& url, bool remove_fragment) { in GetQueryString()
99 const std::string& url) { in GetQueryStringParameters()
107 std::string url::GetQueryStringValue(const std::string& url, in GetQueryStringValue()
121 std::string url::RemoveQueryString(const std::string& url, in RemoveQueryString()
134 std::string url::AppendQueryParam(const std::string& url, in AppendQueryParam()
140 std::string url::AppendQueryParams(const std::string& url, in AppendQueryParams()
[all …]
Durl_utils_unittest.cc75 std::string url = "http://url?key1=val1&&key2=val2"; in TEST() local
87 std::string url = "http://url?key1=val1&key2=val2#fragment"; in TEST() local
104 std::string url = "http://url?key1=val1&key2=val2#fragment"; in TEST() local
110 std::string url = "http://server.com/path"; in TEST() local
127 std::string url = "http://server.com/path"; in TEST() local
/external/libbrillo/brillo/http/
Dhttp_utils.cc24 std::unique_ptr<Response> GetAndBlock(const std::string& url, in GetAndBlock()
32 RequestID Get(const std::string& url, in Get()
45 std::unique_ptr<Response> HeadAndBlock(const std::string& url, in HeadAndBlock()
52 RequestID Head(const std::string& url, in Head()
64 std::unique_ptr<Response> PostTextAndBlock(const std::string& url, in PostTextAndBlock()
74 RequestID PostText(const std::string& url, in PostText()
93 const std::string& url, in SendRequestAndBlock()
114 const std::string& url, in SendRequestWithNoDataAndBlock()
123 const std::string& url, in SendRequest()
148 const std::string& url, in SendRequest()
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DTransport.java48 protected String url; field in Transport
67 public Transport(String url) { in Transport()
71 public Transport(String url, int timeout) { in Transport()
76 public Transport(String url, int timeout, int bufferLength) { in Transport()
90 public Transport(Proxy proxy, String url) { in Transport()
95 public Transport(Proxy proxy, String url, int timeout) { in Transport()
101 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport()
158 public void setUrl(String url) { in setUrl()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequest.java29 private final HttpUrl url; field in Request
51 public URL url() { in url() method in Request
121 private HttpUrl url; field in Request.Builder
140 public Builder url(HttpUrl url) { in url() method in Request.Builder
152 public Builder url(String url) { in url() argument
173 public Builder url(URL url) { in url() argument
/external/webrtc/webrtc/tools/loopback_test/
Dadapter.js67 createIceServer = function(url, username, password) { argument
72 iceServer = { 'url': url }; property
81 iceServer = {'url': turn_url_parts[0], property
88 iceServer = {'url': url, property
148 iceServer = { 'url': url }; property
151 iceServer = {'url': url, property
/external/python/cpython2/Lib/
Durllib.py72 def urlopen(url, data=None, proxies=None, context=None): argument
90 def urlretrieve(url, filename=None, reporthook=None, data=None, context=None): argument
230 def retrieve(self, url, filename=None, reporthook=None, data=None): argument
295 def open_http(self, url, data=None): argument
368 def http_error(self, url, fp, errcode, errmsg, headers, data=None): argument
383 def http_error_default(self, url, fp, errcode, errmsg, headers): argument
389 def open_https(self, url, data=None): argument
462 def open_file(self, url): argument
471 def open_local_file(self, url): argument
508 def open_ftp(self, url): argument
[all …]
Dwebbrowser.py58 def open(url, new=0, autoraise=True): argument
65 def open_new(url): argument
68 def open_new_tab(url): argument
147 def open(self, url, new=0, autoraise=True): argument
150 def open_new(self, url): argument
153 def open_new_tab(self, url): argument
171 def open(self, url, new=0, autoraise=True): argument
188 def open(self, url, new=0, autoraise=True): argument
259 def open(self, url, new=0, autoraise=True): argument
351 def open(self, url, new=0, autoraise=True): argument
[all …]
/external/curl/tests/libtest/
Dlibauthretry.c30 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request()
58 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password()
64 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password()
83 int test(char *url) in test()
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java52 public HttpTransportSE(String url) { in HttpTransportSE()
65 public HttpTransportSE(Proxy proxy, String url) { in HttpTransportSE()
77 public HttpTransportSE(String url, int timeout) { in HttpTransportSE()
81 public HttpTransportSE(Proxy proxy, String url, int timeout) { in HttpTransportSE()
95 public HttpTransportSE(String url, int timeout, int contentLength) { in HttpTransportSE()
99 public HttpTransportSE(Proxy proxy, String url, int timeout, int contentLength) { in HttpTransportSE()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java181 URL url = server.getUrl("/"); in assertCached() local
474 URL url = server.getUrl("/"); in defaultExpirationDateFullyCachedForLessThan24Hours() local
516 URL url = server.getUrl("/?foo=bar"); in noDefaultExpirationForUrlsWithQueryString() local
630 URL url = server.getUrl("/"); in testRequestMethod() local
668 URL url = server.getUrl("/"); in testMethodInvalidates() local
689 URL url = server.getUrl("/"); in postInvalidatesCacheWithUncacheableResponse() local
768 URL url = server.getUrl("/"); in partialRangeResponsesDoNotCorruptCache() local
784 URL url = server.getUrl("/"); in serverReturnsDocumentOlderThanCache() local
981 URL url = server.getUrl("/"); in requestCacheControlNoCache() local
996 URL url = server.getUrl("/"); in requestPragmaNoCache() local
[all …]
/external/libxml2/doc/
Dsearch.php266 $url = "html/libxml-$module.html#$id"; variable
291 $url = "XSLT/html/libxslt-$module.html#$id"; variable
310 $url = "html/$module"; variable
312 $url = $url + "#$id"; variable
331 $url = "XSLT/$module"; variable
333 $url = $url + "#$id"; variable
350 $url = mysql_result($result, $i, 3); variable
376 $url = mysql_result($result, $i, 3); variable
414 $url = "html/libxml-$module.html#$id"; variable
439 $url = "XSLT/html/libxslt-$module.html#$id"; variable
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
DGlideUrl.java25 private final URL url; field in GlideUrl
30 public GlideUrl(URL url) { in GlideUrl()
38 public GlideUrl(String url) { in GlideUrl()
/external/autotest/client/cros/
Dhttp_speed.py18 def TimeTransfer(url, data): argument
38 def TimeTransferUp(url, size): argument
45 def BenchmarkOneDirection(latency, label, url, benchmark_function): argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowURLSpan.java10 private String url; field in ShadowURLSpan
12 public void __constructor__(String url) { in __constructor__()
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DUrlConnection.java49 @Override public Runnable request(HttpUrl url) { in request()
54 private final HttpUrl url; field in UrlConnection.UrlConnectionRequest
56 public UrlConnectionRequest(HttpUrl url) { in UrlConnectionRequest()
DOkHttp.java53 @Override public Runnable request(HttpUrl url) { in request()
58 private final HttpUrl url; field in OkHttp.OkHttpRequest
60 public OkHttpRequest(HttpUrl url) { in OkHttpRequest()
DApacheHttpClient.java52 @Override public Runnable request(HttpUrl url) { in request()
57 private final HttpUrl url; field in ApacheHttpClient.ApacheHttpClientRequest
59 public ApacheHttpClientRequest(HttpUrl url) { in ApacheHttpClientRequest()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java120 private HttpURLConnection openConnection(URL url) { in openConnection()
198 URL url = server.getUrl("/"); in assertCached() local
437 URL url = server.getUrl("/"); in temporaryRedirectCachedWithCachingHeader() local
451 URL url = server.getUrl("/"); in temporaryRedirectNotCachedWithoutCachingHeader() local
537 URL url = server.getUrl("/"); in defaultExpirationDateFullyCachedForLessThan24Hours() local
581 URL url = server.getUrl("/?foo=bar"); in noDefaultExpirationForUrlsWithQueryString() local
705 URL url = server.getUrl("/"); in testRequestMethod() local
756 URL url = server.getUrl("/"); in testMethodInvalidates() local
783 URL url = server.getUrl("/"); in postInvalidatesCacheWithUncacheableResponse() local
870 URL url = server.getUrl("/"); in partialRangeResponsesDoNotCorruptCache() local
[all …]
/external/python/cpython2/Tools/versioncheck/
Dpyversioncheck.py17 def versioncheck(package, url, version, verbose=0): argument
35 def checkonly(package, url, version, verbose=0): argument
47 def _check1version(package, url, version, verbose=0): argument

12345678910>>...24