/external/skia/tools/skp/page_sets/other/ |
D | OLD-skia_nexus10_set.json | 8 "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 …]
|
D | OLD-skia_desktop_set.json | 7 "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/ |
D | Resources.java | 61 public static InputSupplier<InputStream> newInputStreamSupplier(URL url) { in newInputStreamSupplier() 70 public static ByteSource asByteSource(URL url) { in asByteSource() 79 private final URL url; field in Resources.UrlByteSource 81 private UrlByteSource(URL url) { in UrlByteSource() 109 URL url, Charset charset) { in newReaderSupplier() 119 public static CharSource asCharSource(URL url, Charset charset) { in asCharSource() 130 public static byte[] toByteArray(URL url) throws IOException { in toByteArray() 144 public static String toString(URL url, Charset charset) throws IOException { in toString() 159 public static <T> T readLines(URL url, Charset charset, in readLines() 179 public static List<String> readLines(URL url, Charset charset) in readLines() [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | Transport.java | 48 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/ |
D | FileURLConnectionTest.java | 34 URL url = ClassLoader.getSystemClassLoader().getResource(resourceName); in getContentType() local 53 URL url = ClassLoader.getSystemClassLoader().getResource(resourceName); in testGetInputStream() local 70 URL url = ClassLoader.getSystemClassLoader().getResource(resourceName); in testHeaderFunctions() local 92 URL url = ClassLoader.getSystemClassLoader().getResource(resourceName); in testHeader_BoundaryCheck() local
|
/external/libxml2/doc/ |
D | search.php | 265 $url = "html/libxml-$module.html#$id"; variable 290 $url = "XSLT/html/libxslt-$module.html#$id"; variable 309 $url = "html/$module"; variable 311 $url = $url + "#$id"; variable 330 $url = "XSLT/$module"; variable 332 $url = $url + "#$id"; variable 349 $url = mysql_result($result, $i, 3); variable 375 $url = mysql_result($result, $i, 3); variable 413 $url = "html/libxml-$module.html#$id"; variable 438 $url = "XSLT/html/libxslt-$module.html#$id"; variable
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpTransportSE.java | 52 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()
|
D | ServiceConnectionSE.java | 46 public ServiceConnectionSE(String url) throws IOException { in ServiceConnectionSE() 50 public ServiceConnectionSE(Proxy proxy, String url) throws IOException { in ServiceConnectionSE() 60 public ServiceConnectionSE(String url, int timeout) throws IOException { in ServiceConnectionSE() 64 public ServiceConnectionSE(Proxy proxy, String url, int timeout) throws IOException { in ServiceConnectionSE()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CacheTest.java | 449 URL url = server.getUrl("/"); in temporaryRedirectCachedWithCachingHeader() local 463 URL url = server.getUrl("/"); in temporaryRedirectNotCachedWithoutCachingHeader() local 556 URL url = server.getUrl("/"); in defaultExpirationDateFullyCachedForLessThan24Hours() local 601 URL url = server.getUrl("/?foo=bar"); in noDefaultExpirationForUrlsWithQueryString() local 725 URL url = server.getUrl("/"); in testRequestMethod() local 774 URL url = server.getUrl("/"); in testMethodInvalidates() local 801 URL url = server.getUrl("/"); in postInvalidatesCacheWithUncacheableResponse() local 890 URL url = server.getUrl("/"); in partialRangeResponsesDoNotCorruptCache() local 911 URL url = server.getUrl("/"); in serverReturnsDocumentOlderThanCache() local 1195 URL url = server.getUrl("/"); in requestCacheControlNoCache() local [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
D | HttpsURLConnectionTest.java | 141 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testHttpsConnection() local 181 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testHttpsPersistentConnection() local 219 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testHttpsConnection_Not_Found_Response() local 264 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testSetDefaultSSLSocketFactory() local 305 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testSetSSLSocketFactory() local 343 URL url = new URL("https://localhost:55555"); in testUnconnectedStateParameters() local 393 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testSetHostnameVerifier() local 435 URL url = new URL("https://localhost:" + ss.getLocalPort()); in test_doOutput() local 471 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testPersistence_doOutput() local 506 URL url = new URL("https://requested.host:55556/requested.data"); in testProxyConnection() local [all …]
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | ResponseCacheTest.java | 131 private HttpURLConnection openConnection(URL url) { in openConnection() 209 URL url = server.getUrl("/"); in assertCached() local 448 URL url = server.getUrl("/"); in temporaryRedirectCachedWithCachingHeader() local 462 URL url = server.getUrl("/"); in temporaryRedirectNotCachedWithoutCachingHeader() local 548 URL url = server.getUrl("/"); in defaultExpirationDateFullyCachedForLessThan24Hours() local 592 URL url = server.getUrl("/?foo=bar"); in noDefaultExpirationForUrlsWithQueryString() local 716 URL url = server.getUrl("/"); in testRequestMethod() local 767 URL url = server.getUrl("/"); in testMethodInvalidates() local 794 URL url = server.getUrl("/"); in postInvalidatesCacheWithUncacheableResponse() local 881 URL url = server.getUrl("/"); in partialRangeResponsesDoNotCorruptCache() local [all …]
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
D | UrlConnectionCacheTest.java | 187 URL url = server.getUrl("/"); in assertCached() local 480 URL url = server.getUrl("/"); in defaultExpirationDateFullyCachedForLessThan24Hours() local 522 URL url = server.getUrl("/?foo=bar"); in noDefaultExpirationForUrlsWithQueryString() local 636 URL url = server.getUrl("/"); in testRequestMethod() local 674 URL url = server.getUrl("/"); in testMethodInvalidates() local 695 URL url = server.getUrl("/"); in postInvalidatesCacheWithUncacheableResponse() local 774 URL url = server.getUrl("/"); in partialRangeResponsesDoNotCorruptCache() local 790 URL url = server.getUrl("/"); in serverReturnsDocumentOlderThanCache() local 987 URL url = server.getUrl("/"); in requestCacheControlNoCache() local 1002 URL url = server.getUrl("/"); in requestPragmaNoCache() local [all …]
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Request.java | 38 private volatile URL url; // Lazily initialized. field in Request 51 public URL url() { in url() method in Request 126 private URL url; field in Request.Builder 146 public Builder url(String url) { in url() argument 153 public Builder url(URL url) { in url() method in Request.Builder
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
D | GlideUrl.java | 25 private final URL url; field in GlideUrl 30 public GlideUrl(URL url) { in GlideUrl() 38 public GlideUrl(String url) { in GlideUrl()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | UrlAssetInfo.java | 19 private URL url; field in UrlAssetInfo 22 …public static UrlAssetInfo create(AssetManager assetManager, AssetKey key, URL url) throws IOExcep… in create() 37 …private UrlAssetInfo(AssetManager assetManager, AssetKey key, URL url, InputStream in) throws IOEx… in UrlAssetInfo()
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | OkHttp.java | 53 @Override public Runnable request(URL url) { in request() 58 private final URL url; field in OkHttp.OkHttpRequest 60 public OkHttpRequest(URL url) { in OkHttpRequest()
|
D | UrlConnection.java | 49 @Override public Runnable request(URL url) { in request() 54 private final URL url; field in UrlConnection.UrlConnectionRequest 56 public UrlConnectionRequest(URL url) { in UrlConnectionRequest()
|
D | ApacheHttpClient.java | 52 @Override public Runnable request(URL url) { in request() 57 private final URL url; field in ApacheHttpClient.ApacheHttpClientRequest 59 public ApacheHttpClientRequest(URL url) { in ApacheHttpClientRequest()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/ |
D | OkUrlFactory.java | 47 public HttpURLConnection open(URL url) { in open() 51 HttpURLConnection open(URL url, Proxy proxy) { in open() 79 @Override protected URLConnection openConnection(URL url, Proxy proxy) { in createURLStreamHandler()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowURLSpan.java | 10 private String url; field in ShadowURLSpan 12 public void __constructor__(String url) { in __constructor__()
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | package.json | 11 "url": "https://github.com/webcomponents/webcomponentsjs.git" string 16 "url": "http://polymer.github.io/LICENSE.txt" string 19 "url": "https://github.com/webcomponents/webcomponentsjs/issues" string
|
/external/javasqlite/src/main/java/SQLite/ |
D | JDBCDriver.java | 85 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() 90 public Connection connect(String url, Properties info) in connect() 127 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo()
|
/external/libvpx/libvpx/test/android/ |
D | get_files.py | 25 url = '' variable 45 def download_and_check_sha(url, filename, sha): argument 75 url = arg variable
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | AuthenticatorAdapter.java | 40 URL url = request.url(); in authenticate() local 62 URL url = request.url(); in authenticateProxy() local 82 private InetAddress getConnectToInetAddress(Proxy proxy, URL url) throws IOException { in getConnectToInetAddress()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_GetLocal.java | 37 public static File getLocalFile(String url) throws IOException, in getLocalFile() 58 public static File getExternalLocalFile(String url) throws IOException, in getExternalLocalFile() 78 static ByteArrayInputStream getStream(String url) throws IOException, in getStream()
|