Searched refs:URL (Results 1 - 25 of 542) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_status_unittest.cc25 FileSystemURL URL(const char* spec) { function in namespace:sync_file_system::__anon4885
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)));
45 EXPECT_TRUE(status.IsWritable(URL(kFil
[all...]
H A Dlocal_file_change_tracker_unittest.cc73 FileSystemURL URL(const std::string& path) { function in class:sync_file_system::LocalFileChangeTrackerTest
74 return file_system_.URL(path);
89 // Get the changes for URL and verify.
97 // Clear the URL from the change tracker.
128 change_tracker()->OnCreateDirectory(URL(kPath));
133 EXPECT_EQ(URL(kPath), *urls.begin());
135 change_tracker()->DemoteChangesForURL(URL(kPath));
140 change_tracker()->PromoteDemotedChangesForURL(URL(kPath));
144 EXPECT_EQ(URL(kPath), *urls.begin());
146 change_tracker()->DemoteChangesForURL(URL(kPat
[all...]
H A Dsyncable_file_operation_runner_unittest.cc81 file_system_.CreateDirectory(URL(kParent)));
93 FileSystemURL URL(const std::string& path) { function in class:sync_file_system::SyncableFileOperationRunnerTest
94 return file_system_.URL(path);
162 sync_status()->StartSyncing(URL(kFile));
163 ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
165 // The URL is in syncing so the write operations won't run.
168 URL(kFile), false /* exclusive */,
171 URL(kFile), 1,
178 URL(kFile), ExpectStatus(FROM_HERE, File::FILE_ERROR_NOT_FOUND));
183 sync_status()->EndSyncing(URL(kFil
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLQuoteElement.idl21 [Reflect, URL] attribute DOMString cite;
H A DHTMLModElement.idl21 [Reflect, URL] attribute DOMString cite;
/external/smack/src/org/jivesoftware/smackx/bookmark/
H A DBookmarkedURL.java23 * Respresents one instance of a URL defined using JEP-0048 Bookmark Storage JEP.
30 private final String URL; field in class:BookmarkedURL
34 protected BookmarkedURL(String URL) { argument
35 this.URL = URL;
38 protected BookmarkedURL(String URL, String name, boolean isRss) { argument
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
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DURLMediaSource.idl31 // 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/
H A DURLMediaStream.idl31 // http://www.w3.org/TR/mediacapture-streams/#idl-def-URL
33 partial interface URL {
/external/javassist/src/main/javassist/
H A DClassPath.java19 import java.net.URL;
53 * Returns the uniform resource locator (URL) of the class file
59 URL find(String classname);
H A DByteArrayClassPath.java19 import java.net.URL;
84 * Obtains the URL.
86 public URL find(String classname) {
91 return new URL("file:/ByteArrayClassPath/" + cname);
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClientPool.java19 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/
H A DHttpClient.java18 import java.net.URL;
23 void enqueue(URL url) throws Exception;
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DResponseInfo.java7 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();
25 * requested URL is first.
27 URL[] getUrlChain();
/external/clang/lib/Basic/
H A DVersion.cpp32 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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DURL.idl32 Constructor(ScalarValueString url, URL base),
37 ] interface URL {
39 // http://dev.w3.org/2006/webapi/FileAPI/#URL-object
45 URL implements URLUtils;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A DFingerprints.js4 var idx=document.URL.indexOf("php?");
6 window.open(document.URL+"?fp_type="+type, "_self");
8 window.open(document.URL.substring(0,idx)+"php?fp_type="+type, "_self");
13 var idx=document.URL.indexOf("?");
16 var typeStr=document.URL.substring(idx+1, document.URL.length);
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
H A DContentShellUrlTest.java15 // URL used for base tests.
16 private static final String URL = "data:text"; field in class:ContentShellUrlTest
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/
H A DResources.java28 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) {
67 * {@link InputStreamReader} that read a URL using the given character set.
69 * @param url the URL to read from
70 * @param charset the character set used when reading the URL contents
74 URL url, Charset charset) {
79 * Reads all bytes from a URL int
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/test_protocol/
H A DHandler.java21 import java.net.URL;
26 protected URLConnection openConnection(URL u) throws IOException {
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechGrammar.idl31 [URL,CallWith=ExecutionContext] attribute DOMString src;
/external/proguard/src/proguard/
H A DFileWordReader.java24 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
/external/chromium_org/components/omnibox/
H A Dautocomplete_input_unittest.cc32 { ASCIIToUTF16("localhost"), metrics::OmniboxInputType::URL },
34 { ASCIIToUTF16("foo.com"), metrics::OmniboxInputType::URL },
35 { ASCIIToUTF16("-foo.com"), metrics::OmniboxInputType::URL },
36 { ASCIIToUTF16("foo-.com"), metrics::OmniboxInputType::URL },
39 { ASCIIToUTF16("foo/"), metrics::OmniboxInputType::URL },
42 { ASCIIToUTF16("foo/bar/"), metrics::OmniboxInputType::URL },
43 { ASCIIToUTF16("foo/bar baz\\"), metrics::OmniboxInputType::URL },
44 { ASCIIToUTF16("foo.com/bar"), metrics::OmniboxInputType::URL },
53 { ASCIIToUTF16("foo:81"), metrics::OmniboxInputType::URL },
54 { ASCIIToUTF16("localhost:8080"), metrics::OmniboxInputType::URL },
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLClassLoaderTest.java25 import java.net.URL;
64 public URL getResource(String res) {
66 return new URL("http://test/BogusClassLoader");
75 public URLClassLoaderExt(URL[] urls) {
85 * @tests java.net.URLClassLoader#URLClassLoader(java.net.URL[])
88 URL[] u = new URL[0];
94 URLClassLoader loader = new URLClassLoader(new URL[] { null });
104 * @tests java.net.URLClassLoader#URLClassLoader(java.net.URL[],
109 URL[]
[all...]
/external/doclava/src/com/google/doclava/
H A DFederatedSite.java24 import java.net.URL;
33 private final URL baseUrl;
36 public FederatedSite(String name, URL baseUrl) throws ApiParseException {
41 URL xmlUrl = new URL(baseUrl + "/xml/current.xml");
52 public FederatedSite(String name, URL baseUrl, String api) throws ApiParseException {
70 public URL baseUrl() {
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DUrlLoader.java5 import java.net.URL;
7 public class UrlLoader<T> implements ModelLoader<URL, T> {
15 public DataFetcher<T> getResourceFetcher(URL model, int width, int height) {

Completed in 1860 milliseconds

1234567891011>>