HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 1 - 25 of 1013) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status_unittest.cc 9 #include "url/gurl.h"
25 FileSystemURL URL(const char* spec) {
34 status.StartWriting(URL(kFile));
35 status.StartWriting(URL(kFile));
36 status.EndWriting(URL(kFile));
38 EXPECT_TRUE(status.IsWriting(URL(kFile)));
39 EXPECT_TRUE(status.IsWriting(URL(kParent)));
40 EXPECT_TRUE(status.IsWriting(URL(kChild)));
41 EXPECT_FALSE(status.IsWriting(URL(kOther1)));
42 EXPECT_FALSE(status.IsWriting(URL(kOther2)))
    [all...]
local_file_change_tracker_unittest.cc 73 FileSystemURL URL(const std::string& path) {
74 return file_system_.URL(path);
85 void VerifyAndClearChange(const FileSystemURL& url,
87 SCOPED_TRACE(testing::Message() << url.DebugString() <<
89 // Get the changes for URL and verify.
91 change_tracker()->GetChangesForURL(url, &changes);
93 SCOPED_TRACE(testing::Message() << url.DebugString() <<
97 // Clear the URL from the change tracker.
98 change_tracker()->ClearChangesForURL(url);
128 change_tracker()->OnCreateDirectory(URL(kPath))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLQuoteElement.idl 21 [Reflect, URL] attribute DOMString cite;
HTMLModElement.idl 21 [Reflect, URL] attribute DOMString cite;
  /libcore/luni/src/test/java/libcore/java/net/
URLTest.java 24 import java.net.URL;
31 URL url = new URL("http://username:password@host:8080/directory/file?query#ref"); local
32 assertEquals("http", url.getProtocol());
33 assertEquals("username:password@host:8080", url.getAuthority());
34 assertEquals("username:password", url.getUserInfo());
35 assertEquals("host", url.getHost());
36 assertEquals(8080, url.getPort());
37 assertEquals(80, url.getDefaultPort())
45 URL url = new URL("http:\/\/www.google.com:80\/example?language[id]=2"); local
107 URL url = new URL("http:\/\/user:pass@host\/path\/file?query#hash"); local
123 final URL url = new URL("http:\/\/user:pass@host\/path\/file?query#hash"); local
140 URL url = new URL("http:\/\/\/path"); local
147 URL url = new URL("http:\/path"); local
161 URL url = new URL("http:\/\/host"); local
168 URL url = new URL("http:\/\/"); local
182 URL url = new URL("http:"); local
204 URL url = new URL("http:\/\/user@host"); local
211 URL url = new URL("http:\/\/user@host:8080"); local
219 URL url = new URL("http:\/\/user:password@host:8080"); local
227 URL url = new URL("http:\/\/user:password@:8080"); local
235 URL url = new URL("http:\/\/user:password@"); local
243 URL url = new URL("http:\/\/host\/path"); local
249 URL url = new URL("http:\/\/host?query"); local
256 URL url = new URL("http:\/\/host#fragment"); local
263 URL url = new URL("http:\/\/host\/file@foo"); local
270 URL url = new URL("http:\/\/host\/file:colon"); local
276 URL url = new URL("http:\/\/host\/file?query\/path"); local
283 URL url = new URL("http:\/\/host\/file?query?another"); local
290 URL url = new URL("http:\/\/host\/file?query@at"); local
297 URL url = new URL("http:\/\/host\/file?query:colon"); local
304 URL url = new URL("http:\/\/host\/file#fragment?query"); local
312 URL url = new URL("http:\/\/host\/file#fragment:80"); local
320 URL url = new URL("http:\/\/host\/file#fragment\/path"); local
327 URL url = new URL("http", "host", "\/file#fragment\/path"); local
334 URL url = new URL("http:\/\/host\/file#fragment#another"); local
341 URL url = new URL("http:\/\/host:\/"); local
387 URL url = new URL(base, "another"); local
397 URL url = new URL(base, "#another"); local
406 URL url = new URL("http:\/\/host\/a\/b\/..\/c"); local
529 URL url = new URL("http:\/\/user:[::1]@host"); local
535 URL url = new URL("http", "host", "a"); local
544 URL url = new URL("http", null, "a"); local
553 URL url = new URL("file:\/\/\/\/foo"); local
560 URL url = new URL("file:\/\/x\/foo"); local
572 URL url = new URL("http:\/\/\/foo"); local
579 URL url = new URL("http:\/\/\/\/foo"); local
591 URL url = new URL("file:..\/a\/b"); local
597 URL url = new URL("http:\/\/.\/"); local
608 URL url = new URL("http", "[192.168.0.1]", "\/"); local
618 URL url = new URL("http", "[www.android.com]", "\/"); local
628 URL url = new URL("http", "fe80::1234", "\/"); local
633 URL url = new URL("http:\/\/[::1]:2\/"); local
643 URL url = new URL("http", "host", 80, "\/doc|search?q=green robots#over 6\\""); local
653 URL url = new URL("HTTP:\/\/host\/path"); local
658 URL url = new URL("http:\/\/\/path"); local
664 URL url = new URL("http:\/\/?query"); local
671 URL url = new URL("http:\/\/#fragment"); local
709 URL url = new URL("http:\/\/a_b.c.d.net\/"); local
    [all...]
OldURLStreamHandlerTest.java 24 import java.net.URL;
35 URL url1 = new URL("ftp://test_url/test?a=b&c=%D0+%D1");
36 URL url2 = new URL("http://test_url/test?a=b&c=%D0+%D1");
39 new URL("http://test_url+/test?a=b&c=%D0+%D1");
55 URL url1 = new URL("ftp://test_url/test?a=b&c=%D0+%D1");
58 URL url2 = new URL("http://test:pwd@fakehostname.fakedomain/test?a=b&c=%D0+%D1")
108 URL url = new URL("http:\/\/test.org"); local
134 URL url = new URL("http:\/\/test.org"); local
144 URL url = new URL("http:\/\/test.org"); local
    [all...]
OldURLTest.java 33 import java.net.URL;
58 new URL("http", "apache.org", 123456789, "file");
60 new URL("http", "apache.org", -123, "file");
69 URL testURL = new URL("http", "www.apache.org:8082", "test.html#anch");
77 new URL("hftp", "apache.org:8082", "test.html#anch");
90 new URL("test_protocol", "", "fake.jar");
97 URL testURL1 = new URL("http", "www.apache.org:8080", "test.html#anch");
98 URL testURL2 = new URL("http", "www.apache.org:8080", "test.html#anch")
245 URL url = new URL("http:\/\/web2.javasoft.com\/some+file.html"); local
483 URL url = new URL("http:\/\/www.example.com"); local
494 URL url = new URL("ftp:\/\/myUser:password@host.dom\/etc\/motd"); local
504 URL url = new URL("http:\/\/www.java2s.com:8080"); local
786 URL url = new URL(new URL(strURL), ref); local
792 URL url = new URL(strURL); local
    [all...]
OldURLClassLoaderTest.java 25 import java.net.URL;
42 * java.net.URLClassLoader#URLClassLoader(java.net.URL[])
45 URL[] u = new URL[0];
51 URL [] urls = {new URL("http://foo.com/foo"),
52 new URL("jar:file://foo.jar!/foo.c"),
53 new URL("ftp://foo1/foo2/foo.c")};
66 new URLClassLoader(new URL[] { null });
98 URL[] urls = new URL[2]
258 String url; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bookmark/
BookmarkedURL.java 23 * Respresents one instance of a URL defined using JEP-0048 Bookmark Storage JEP.
30 private final String URL;
34 protected BookmarkedURL(String URL) {
35 this.URL = URL;
38 protected BookmarkedURL(String URL, String name, boolean isRss) {
39 this.URL = URL;
45 * Returns the name representing the URL (eg. Jive Software). This can be used in as a label, or
48 * @return the name reprenting the URL
93 BookmarkedURL url = (BookmarkedURL)obj; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
URLMediaSource.idl 31 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#idl-def-URL
35 ] partial interface URL {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
URLMediaStream.idl 31 // http://www.w3.org/TR/mediacapture-streams/#idl-def-URL
33 partial interface URL {
  /external/javassist/src/main/javassist/
ClassPath.java 19 import java.net.URL;
53 * Returns the uniform resource locator (URL) of the class file
59 URL find(String classname);
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClientPool.java 19 import java.net.URL;
33 /** Get the appropriate HttpClient for sending a request to the given URL. */
34 public org.apache.http.client.HttpClient getHttpClient(URL server);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
HttpClient.java 18 import java.net.URL;
23 void enqueue(URL url) throws Exception;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 30 import java.net.URL;
39 protected URLConnection openConnection(URL u)
45 URL u;
47 URL u1;
49 URL u2;
51 URL u3;
53 URL u4;
55 URL u5;
57 URL u6;
64 * java.net.URL#URL(java.lang.String
868 URL url = new URL("http", ipv6Host, -1, "myfile"); local
1066 URL url = new URL(strURL); local
1077 URL url = new URL(new URL(strURL), ref); local
1103 URL url = new URL(null, "foobar:\/\/example.com\/foobar", myHandler); local
    [all...]
  /libcore/luni/src/main/java/java/security/
CodeSource.java 21 import java.net.URL;
28 public CodeSource(URL location, Certificate[] certs) { }
30 public CodeSource(URL location, CodeSigner[] signers) { }
36 public final URL getLocation() { return null; }
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ResponseInfo.java 7 import java.net.URL;
17 * Return the url the response is for (Not the original URL - after
18 * redirects, it's the new URL).
20 URL getUrl();
24 * @return the url chain, including all redirects. The originally
25 * requested URL is first.
27 URL[] getUrlChain();
  /external/clang/lib/Basic/
Version.cpp 32 StringRef URL(SVN_REPOSITORY);
34 StringRef URL("");
39 StringRef SVNRepository("$URL$");
40 if (URL.empty()) {
41 URL = SVNRepository.slice(SVNRepository.find(':'),
46 URL = URL.slice(0, URL.find("/src/tools/clang"));
49 size_t Start = URL.find("cfe/");
51 URL = URL.substr(Start + 4)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
URL.idl 27 // http://url.spec.whatwg.org/#url
30 Constructor(ScalarValueString url),
31 Constructor(ScalarValueString url, ScalarValueString base),
32 Constructor(ScalarValueString url, URL base),
37 ] interface URL {
39 // http://dev.w3.org/2006/webapi/FileAPI/#URL-object
42 [CallWith=ExecutionContext] static void revokeObjectURL(DOMString url);
45 URL implements URLUtils
    [all...]
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellUrlTest.java 15 // URL used for base tests.
16 private static final String URL = "data:text";
21 ContentShellActivity activity = launchContentShellWithUrl(URL);
26 // Make sure that the URL is set as expected.
27 assertEquals(URL, activity.getActiveShell().getContentViewCore().getWebContents().getUrl());
  /external/guava/guava/src/com/google/common/io/
Resources.java 28 import java.net.URL;
34 * Note that even though these methods use {@link URL} parameters, they
49 * read from the given URL.
51 * @param url the URL to read from
55 final URL url) {
56 checkNotNull(url);
60 return url.openStream();
67 * {@link InputStreamReader} that read a URL using the given character set
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/
Handler.java 20 import java.net.URL;
25 * This specially-named class is created reflectively by {@link URL}. For the
30 @Override protected URLConnection openConnection(URL url) throws IOException {
31 return new HandlerURLConnection(url);
35 protected HandlerURLConnection(URL url) {
36 super(url);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/test_protocol/
Handler.java 21 import java.net.URL;
26 protected URLConnection openConnection(URL u) throws IOException {
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.idl 31 [URL,CallWith=ExecutionContext] attribute DOMString src;
  /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.
47 * Creates a new FileWordReader for the given URL.
49 public FileWordReader(URL url) throws IOException
51 super(new LineNumberReader(new BufferedReader(new InputStreamReader(url.openStream()))),
52 "file '" + url.toString() + "'",

Completed in 770 milliseconds

1 2 3 4 5 6 7 8 91011>>