/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/ |
HttpsURLConnection_ImplTest.java | 21 import java.net.URL; 58 public MyHttpsURLConnection(URL url) { 59 super(url);
|
/external/javassist/src/main/javassist/ |
LoaderClassPath.java | 19 import java.net.URL; 74 * Obtains the URL of the specified class file. 80 public URL find(String classname) {
|
/external/proguard/src/proguard/ |
FileWordReader.java | 24 import java.net.URL; 28 * A <code>WordReader</code> that returns words from a file or a URL. 53 * Creates a new FileWordReader for the given URL. 55 public FileWordReader(URL url) throws IOException 59 this.name = url.toString(); 62 new InputStreamReader(url.openStream())));
|
/frameworks/volley/tests/src/com/android/volley/mock/ |
MockHttpURLConnection.java | 24 import java.net.URL; 33 super(new URL("http://foo.com"));
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_to_local_syncer_unittest.cc | 35 fileapi::FileSystemURL URL(const GURL& origin, 155 void CreateLocalFolder(const fileapi::FileSystemURL& url) { 157 url, FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE, 161 void CreateLocalFile(const fileapi::FileSystemURL& url) { 163 url, FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE, 189 void AppendExpectedChange(const fileapi::FileSystemURL& url, 192 expected_changes_[url].push_back(FileChange(change_type, file_type)); 229 // TODO(nhiroki): Clean up creating URL part. 230 AppendExpectedChange(URL(kOrigin, "folder1"), 233 AppendExpectedChange(URL(kOrigin, "file1") [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/ |
background.js | 5 // Called when the url of a tab changes. 7 // If the letter 'g' is found in the tab's URL... 8 if (tab.url.indexOf('g') > -1) { 14 // Listen for any changes to the URL of any tab.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLAppletElement.idl | 28 [Reflect, URL] attribute DOMString codeBase; 32 [Reflect, URL] attribute DOMString _object; // "object" is a reserved word
|
HTMLFrameElement.idl | 24 [Reflect, URL] attribute DOMString longDesc; 30 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
HTMLIFrameElement.idl | 25 [Reflect, URL] attribute DOMString longDesc; 32 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src;
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
nanoftp.h | 70 xmlNanoFTPNewCtxt (const char *URL); 80 xmlNanoFTPOpen (const char *URL); 88 xmlNanoFTPScanProxy (const char *URL); 97 const char *URL);
|
/external/guava/guava-tests/test/com/google/common/base/ |
FinalizableReferenceQueueTest.java | 25 import java.net.URL; 127 URLClassLoader newLoader(URL base) { 128 return new DecoupledClassLoader(new URL[] { base }); 142 public DecoupledClassLoader(URL[] urls) {
|
/external/libxml2/include/libxml/ |
nanoftp.h | 89 xmlNanoFTPNewCtxt (const char *URL); 99 xmlNanoFTPOpen (const char *URL); 107 xmlNanoFTPScanProxy (const char *URL); 116 const char *URL);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ConfigureNodeFields.java | 16 import java.net.URL;
37 * The URL of an XSL transformation which can be applied to
41 * <p><b>Value: {@link URL}</b></p>
53 * The URL of an XSL transformation which can be applied to
58 * <p><b>Value: {@link URL}</b></p>
|
/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 28 * This class establishes a connection to a {@code jar:} URL using the {@code 31 * as follows: <i>jar:{archive-url}!/{entry}</i> where "!/" is called a 45 * The location part of the represented URL. 51 private URL fileURL; 53 // the file component of the URL 58 * specified URL. 60 * @param url 61 * the URL that contains the location to connect to. 63 * if an invalid URL has been entered. 65 protected JarURLConnection(URL url) throws MalformedURLException [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
WebsiteDataItem.java | 34 return getContentValues().getAsString(Website.URL);
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
TestHttpServerClient.java | 14 import java.net.URL; 27 * Construct a suitable URL for loading a test data file from the hosts' HTTP server. 30 * @return an HTTP url. 37 * Establishes a connection with the test server at default URL and verifies that it is running. 44 * Establishes a connection with the test server at a given URL and verifies that it is running 50 URL testUrl = new URL(serverUrl); 54 Assert.assertNotSame("Failed to access test HTTP Server at URL: " + serverUrl, 56 Assert.assertEquals("Failed to access test HTTP Server at URL: " + serverUrl, 60 "Failed to check test HTTP server at URL: " + serverUrl + ". Status: " + e) [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
security.c | 360 * @URL: the resource to be written 369 xsltTransformContextPtr ctxt, const xmlChar *URL) { 374 uri = xmlParseURI((const char *)URL); 379 "xsltCheckWrite: out of memory for %s\n", URL); 382 uri->path = (char *)xmlStrdup(URL); 408 ret = check(sec, ctxt, (const char *)URL); 411 "File write for %s refused\n", URL); 426 * @URL: the resource to be read 434 xsltTransformContextPtr ctxt, const xmlChar *URL) { 439 uri = xmlParseURI((const char *)URL); [all...] |
/external/chromium_org/tools/ |
omahaproxy.py | 19 URL = 'https://omahaproxy.appspot.com/json' 24 data = json.load(urllib.urlopen(URL)) 26 print 'Error: could not load %s\n\n%s' % (URL, str(e))
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
HtmlUtils.java | 54 * <li>{@code NONE} if it does not contain a URL in the expected format. 55 * <li>{@code URL_START} if it contains a URL but hasn't seen any of 57 * <li>{@code URL} if it contains a URL and has seen at least some of 64 URL 69 * that contains a URL. Used by {@link #parseContentAttributeForUrl}. 72 "^\\s*\\d*\\s*;\\s*URL\\s*=\\s*[\'\"]?"; 354 * Parses the given {@code String} to determine if it contains a URL in the 363 * a URL. 369 * value contains a URL and whether we are at the start of the URL or pas [all...] |
/external/libxslt/libxslt/ |
security.c | 360 * @URL: the resource to be written 369 xsltTransformContextPtr ctxt, const xmlChar *URL) { 374 uri = xmlParseURI((const char *)URL); 379 "xsltCheckWrite: out of memory for %s\n", URL); 382 uri->path = (char *)xmlStrdup(URL); 408 ret = check(sec, ctxt, (const char *)URL); 411 "File write for %s refused\n", URL); 426 * @URL: the resource to be read 434 xsltTransformContextPtr ctxt, const xmlChar *URL) { 439 uri = xmlParseURI((const char *)URL); [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
EqualsHashCodeBenchmark.java | 22 import java.net.URL; 31 URL() { 33 return new URL(text);
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLEncoderTest.java | 34 final String URL = "http://" + Support_Configuration.HomeAddress; 39 URLEncoder.encode(URL)).equals(URL));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
EclipseTestCollector.java | 21 import java.net.URL; 53 URL entry = (URL)entries.nextElement();
|
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/ |
SampleSchedulingService.java | 16 import java.net.URL; 36 // The Google home page URL from which the app fetches content. 39 public static final String URL = "http://www.google.com"; 46 // The URL from which to fetch content. 47 String urlString = URL; 93 // The methods below this line fetch content from the specified URL and return the 96 /** Given a URL string, initiate a fetch operation. */ 113 * Given a string representation of a URL, sets up a connection and gets 115 * @param urlString A string representation of a URL. 121 URL url = new URL(urlString) local [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_GetLocal.java | 28 import java.net.URL; 37 public static File getLocalFile(String url) throws IOException, 39 url = Support_Resources.RESOURCE_PACKAGE + url; 40 File temp = cache.get(url); 42 InputStream in = Support_GetLocal.class.getResourceAsStream(url); 53 cache.put(url, temp); 58 public static File getExternalLocalFile(String url) throws IOException, 60 File temp = cache.get(url); 62 InputStream in = new URL(url).openStream() [all...] |