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

1 2 3 4 5

  /packages/providers/DownloadProvider/ui/
Android.mk 7 ../src/com/android/providers/downloads/OpenHelper.java \
8 ../src/com/android/providers/downloads/Constants.java \
9 ../src/com/android/providers/downloads/DownloadDrmHelper.java
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.uml2.properties 28 buildURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml&showAll=1&hlbuild=%%buildID%%#%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/
45 downloadsURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml#uml2-uml
57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/testResults.ph
    [all...]
feedPublish.eclipse.properties 19 #file=/builds/transfer/files/master/downloads/builds-eclipse-3.3.xml
27 feedURL=http://download.eclipse.org/eclipse/downloads/builds-eclipse.xml
28 buildURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/%%buildID%%/
43 releaseNotesURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/buildNotes.php
45 downloadsURL=http://download.eclipse.org/eclipse/downloads/
60 JUnitTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/testResults.php
61 performanceTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/performance/performance.php
feedPublish.emf.properties 28 buildURL=http://www.eclipse.org/emf/downloads/?showAll=1&hlbuild=%%buildID%%#%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/
45 downloadsURL=http://www.eclipse.org/emf/downloads/
57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/testResults.php
feedWatch.emf.properties 20 feedURL=http://download.eclipse.org/downloads/builds-eclipse.xml
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 17 package com.android.providers.downloads.ui;
24 import com.android.providers.downloads.Constants;
  /external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.h 31 // Indicates how many downloads are in progress.
32 - (void)setDownloads:(int)downloads;
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.css 7 #downloads-summary-text {
16 #downloads-actions > a,
17 #downloads-actions > .disabled-link {
21 #downloads-actions > a:first-child {
25 #open-downloads-folder {
29 #downloads-display {
147 #downloads-pagination {
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 157 // Setup default downloads directory to the scoped tmp directory created for
225 // The |manager| should have |download| in its list of downloads.
261 // There should be no downloads started by the navigation.
263 std::vector<DownloadItem*> downloads; local
264 download_manager->GetAllDownloads(&downloads);
265 ASSERT_EQ(0u, downloads.size());
303 // There should be no downloads started by the navigation.
305 std::vector<DownloadItem*> downloads; local
306 download_manager->GetAllDownloads(&downloads);
307 ASSERT_EQ(0u, downloads.size())
336 DownloadManager::DownloadVector downloads; local
388 std::vector<DownloadItem*> downloads; local
425 std::vector<DownloadItem*> downloads; local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 17 package com.android.providers.downloads;
43 * @return maximum size, in bytes, of downloads that may go over a mobile connection; or null if
49 * @return recommended maximum size, in bytes, of downloads that may go over a mobile
DownloadDrmHelper.java 18 package com.android.providers.downloads;
StopRequestException.java 16 package com.android.providers.downloads;
18 import static android.provider.Downloads.Impl.STATUS_UNHANDLED_HTTP_CODE;
19 import static android.provider.Downloads.Impl.STATUS_UNHANDLED_REDIRECT;
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeInputStream.java 17 package com.android.providers.downloads;
ThreadingTest.java 17 package com.android.providers.downloads;
63 final List<Pair<Download, String>> downloads = Lists.newArrayList(); local
74 downloads.add(Pair.create(d, body));
78 // Kick off downloads in parallel
82 for (Pair<Download,String> d : downloads) {
90 for (Pair<Download, String> d : downloads) {
MockitoHelper.java 17 package com.android.providers.downloads;
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 22 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
67 namespace downloads = api::downloads;
123 if (((event_name_ == downloads::OnDeterminingFilename::kEventName) ||
124 (event_name_ == downloads::OnCreated::kEventName) ||
125 (event_name_ == downloads::OnChanged::kEventName)) &&
146 } else if ((event_name_ == downloads::OnErased::kEventName) &&
257 // temporary downloads directory specified by downloads_directory().
260 // State for the download. Note that IN_PROGRESS downloads will be created
280 ->AddEventListener(downloads::OnCreated::kEventName
    [all...]
downloads_api.cc 5 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
46 #include "chrome/common/extensions/api/downloads.h"
103 const char kOpenPermission[] = "The \"downloads.open\" permission is required";
105 const char kShelfPermission[] = "downloads.setShelfEnabled requires the "
106 "\"downloads.shelf\" permission";
121 namespace downloads = api::downloads;
169 // corresponding change to downloads.json.
185 // corresponding change to downloads.json.
480 const downloads::DownloadQuery& query_in
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_open/
background.js 19 chrome.downloads.onChanged.addListener(function(delta) {
28 chrome.downloads.open(delta.id);
34 chrome.downloads.download({url: info.linkUrl}, function(downloadId) {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc 23 const char kDownloadsFolderName[] = "Downloads";
25 FILE_PATH_LITERAL("/home/chronos/user/Downloads");
36 // $HOME/Downloads for ease for accessing local files for debugging.
54 // /home/chronos/user/Downloads/xxx => /home/chronos/u-hash/Downloads/xxx
59 // code location. In the former case it is "/home/chronos/user/Downloads",
64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile); local
69 downloads));
71 downloads));
75 // Trying migrating u-<hash>/Downloads to the current download path. This i
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads_internal/
downloads_internal_api.cc 7 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
8 #include "chrome/common/extensions/api/downloads.h"
34 extensions::api::downloads::ParseFilenameConflictAction(
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 50 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon9662::__anon9663
54 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon9662::__anon9664
61 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon9665::__anon9666
65 int downloads; member in struct:BrowserCloseTest::DownloadsCloseCheckCase::__anon9665::__anon9667
110 // Create |num_downloads| number of downloads that are stalled
113 // browser with active downloads.
120 // Setup an observer waiting for the given number of downloads
128 // Set of that number of downloads.
141 // All all downloads created in CreateStalledDownloads() to
148 // no active downloads on that download manager
    [all...]
  /external/chromium_org/third_party/lcov/rpm/
lcov.spec 8 Source0: http://downloads.sourceforge.net/ltp/lcov-%{version}.tar.gz
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_browsertest.cc 59 std::vector<content::DownloadItem*> downloads; local
60 download_manager->GetAllDownloads(&downloads);
61 EXPECT_EQ(expected, downloads.size());
79 base::FilePath().AppendASCII("downloads"),
96 // Test BrowsingDataRemover for downloads.
106 // Test BrowsingDataRemover for prohibited downloads. Note that this only
  /external/chromium_org/chrome/browser/download/
download_service.cc 22 #include "chrome/browser/extensions/api/downloads/downloads_api.h"
106 DownloadManager::DownloadVector downloads; local
107 download_manager->GetAllDownloads(&downloads);
108 for (DownloadManager::DownloadVector::iterator it = downloads.begin();
109 it != downloads.end();
  /external/chromium_org/content/public/test/
download_test_observer.cc 86 std::vector<DownloadItem*> downloads; local
87 download_manager_->GetAllDownloads(&downloads);
88 for (std::vector<DownloadItem*>::iterator it = downloads.begin();
89 it != downloads.end(); ++it) {
119 // created as well as in DownloadTestObserver::Init() for downloads that
353 // of downloads in the IN_PROGRESS state and take appropriate
354 // action. If requested, also observes all downloads while iterating.
360 std::vector<DownloadItem*> downloads; local
361 download_manager_->GetAllDownloads(&downloads);
362 for (std::vector<DownloadItem*>::iterator it = downloads.begin()
    [all...]

Completed in 2523 milliseconds

1 2 3 4 5