HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 126 - 150 of 908) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 22 import java.net.URL;
60 InputStream is = new URL(jarName).openConnection().getInputStream();
99 InputStream is = new URL(jarName).openConnection().getInputStream();
136 InputStream is = new URL(jarName2).openConnection().getInputStream();
141 is = new URL(jarName).openConnection().getInputStream();
154 InputStream is = new URL(jarName).openConnection().getInputStream();
167 InputStream is = new URL(intJarName).openConnection()
183 InputStream is = new URL(modJarName).openConnection()
210 InputStream is = new URL(modJarName).openConnection()
231 InputStream is = new URL(modJarName).openConnection(
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 16 import java.net.URL;
159 public final URL getResource (final String name)
165 final URL result = super.getResource (name);
186 URL classURL = null;
196 classURL = new URL (entry.m_srcURL);
342 private Class defineClass (final String className, final byte [] bytes, final int length, final URL srcURL)
372 private static URL [] filesToURLs (final File [] classpath)
378 final URL [] result = new URL [classpath.length];
460 private static final URL [] EMPTY_URL_ARRAY = new URL [0]
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 49 import java.net.URL;
69 private URL fileURL;
82 MockURLConnection u = new MockURLConnection(new URL(
111 MockURLConnection u = new MockURLConnection(new URL(
144 MockURLConnection u = new MockURLConnection(new URL(
162 MockURLConnection u = new MockURLConnection(new URL(
175 public MockURLConnection(URL url) {
176 super(url);
186 protected URLConnection openConnection(URL u) throws IOException
    [all...]
ContentHandlerTest.java 22 import java.net.URL;
34 URLConnection conn = new URL("http://www.apache.org").openConnection();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 31 import java.net.URL;
49 public MockURLConnection(URL url) {
50 super(url);
60 protected URLConnection openConnection(URL u) throws IOException {
82 URL url = ClassLoader.getSystemClassLoader().getResource(resourceName);
83 assertNotNull("Cannot find test resource " + resourceName, url);
84 return url.openConnection().getContentType();
87 URL url
    [all...]
ContentHandlerTest.java 22 import java.net.URL;
34 URLConnection conn = new URL("http://www.apache.org").openConnection();
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPInputStreamTest.java 26 import java.net.URL;
62 final URL gInput = new File(resources.toString()
86 final URL gInput = new File(resources.toString()
105 final URL jarInput = new File(resources.toString()+ "/hyts_checkInput.txt").toURL();
134 final URL gInput = new URL("file:/" + resPath
253 final URL gInput = new URL("file:/" + resPath
  /external/apache-harmony/support/src/test/java/tests/support/
Support_URLConnector.java 24 import java.net.URL;
29 * URL's
40 instance = new URL(address).openConnection();
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/
BookmarkUtils.java 17 import java.net.URL;
47 InputStream faviconStream = (InputStream) (new URL(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
infobar.js 5 // Obtain the count of sandwiches from the page URL.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
resolve_host.js 5 // This script passes the URL's host to dnsResolveEx().
6 function FindProxyForURL(url, host) {
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 13 * server will redirect the browser to a URL containing the token and shared
30 * @param {string} tokenUrl Token-issue URL received from the host.
33 * @param {Array.<string>} tokenUrlPatterns Token URL patterns allowed for the
63 // If there is no list of patterns, this host cannot use a token URL.
69 // Verify the host-supplied URL matches the domain's allowed URL patterns.
80 // If the URL doesn't match any pattern in the list, refuse to access it.
81 console.error('Token URL does not match the domain\'s allowed URL patterns.' +
82 ' URL: ' + this.tokenUrl_ + ', patterns: ' + this.tokenUrlPatterns_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.idl 27 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
HTMLLinkElement.idl 25 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString href;
HTMLScriptElement.idl 27 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
HTMLTrackElement.idl 30 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.idl 34 Constructor(DOMString url, optional Dictionary eventSourceInit),
40 readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
41 readonly attribute DOMString url;
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 7 URL: http://ltp.sourceforge.net/coverage/lcov.php
  /external/chromium_org/third_party/libxslt/libxslt/
security.h 4 * the access to new resources (file or URL) from
49 * path or an URL ...
93 const xmlChar *URL);
97 const xmlChar *URL);
  /external/libxslt/libxslt/
security.h 4 * the access to new resources (file or URL) from
49 * path or an URL ...
93 const xmlChar *URL);
97 const xmlChar *URL);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsEngine.java 25 import java.net.URL;
68 URL url = policy.getURL(); local
69 return new TunnelRequest(url.getHost(), getEffectivePort(url), userAgent,
  /libcore/luni/src/main/java/java/sql/
SQLInput.java 23 import java.net.URL;
304 * it as a {@code java.net.URL} object.
306 * @return the next attribute as a {@code java.net.URL}. {@code null} if the
310 * @see java.net.URL
312 public URL readURL() throws SQLException;
SQLOutput.java 23 import java.net.URL;
284 * Write a {@code URL} into the output stream as an SQL DATALINK.
287 * the datalink value as a {@code java.net.URL} to write.
290 * @see java.net.URL
292 public void writeURL(URL theURL) throws SQLException;
  /libcore/luni/src/test/java/libcore/java/net/
OldAuthenticatorTest.java 22 import java.net.URL;
56 public URL getRequestingURL() {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 34 import java.net.URL;
174 new URL("http://localhost:" + httpServer.port()).openConnection();
193 URL url = new URL("http://localhost:" + server.port()); local
195 HttpURLConnection connection = (HttpURLConnection) url
220 HttpURLConnection huc = (HttpURLConnection)url.openConnection(Proxy.NO_PROXY);
233 URL url = new URL("http://localhost:" + server.port()) local
287 URL url = new URL("http:\/\/remotehost:55555\/requested.data"); local
    [all...]

Completed in 221 milliseconds

1 2 3 4 56 7 8 91011>>