Home
last modified time | relevance | path

Searched refs:downloads (Results 1 – 25 of 84) sorted by relevance

1234

/external/chromium/chrome/browser/history/
Dhistory_unittest.cc307 std::vector<DownloadCreateInfo> downloads; in TEST_F() local
308 db_->QueryDownloads(&downloads); in TEST_F()
309 EXPECT_EQ(0U, downloads.size()); in TEST_F()
328 db_->QueryDownloads(&downloads); in TEST_F()
329 EXPECT_EQ(9U, downloads.size()); in TEST_F()
334 db_->QueryDownloads(&downloads); in TEST_F()
335 EXPECT_EQ(7U, downloads.size()); in TEST_F()
340 db_->QueryDownloads(&downloads); in TEST_F()
341 EXPECT_EQ(3U, downloads.size()); in TEST_F()
348 EXPECT_EQ(DownloadItem::COMPLETE, downloads[0].state); in TEST_F()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedPublish.uml2.properties28 buildURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml&showAll=1&hlbuild=%%buildI…
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downlo…
45 downloadsURL=http://www.eclipse.org/modeling/mdt/downloads/?project=uml2-uml#uml2-uml
57downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-lin…
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/download…
DfeedPublish.eclipse.properties19 #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/%%bu…
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/perf…
DfeedPublish.emf.properties28 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/%%…
45 downloadsURL=http://www.eclipse.org/emf/downloads/
57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M2006091…
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%ve…
/external/chromium/chrome/browser/download/
Ddownload_browsertest.cc124 std::vector<DownloadItem*> downloads; in ModelChanged() local
125 download_manager_->SearchDownloads(string16(), &downloads); in ModelChanged()
127 std::vector<DownloadItem*>::iterator it = downloads.begin(); in ModelChanged()
128 for (; it != downloads.end(); ++it) { in ModelChanged()
278 std::vector<DownloadItem*> downloads; in CheckDownloadsInProgress() local
279 download_manager_->SearchDownloads(string16(), &downloads); in CheckDownloadsInProgress()
280 std::vector<DownloadItem*>::iterator it = downloads.begin(); in CheckDownloadsInProgress()
281 for (; it != downloads.end(); ++it) { in CheckDownloadsInProgress()
646 void GetDownloads(Browser* browser, std::vector<DownloadItem*>* downloads) { in GetDownloads() argument
647 DCHECK(downloads); in GetDownloads()
[all …]
Ddrag_download_file.cc157 std::vector<DownloadItem*> downloads; in ModelChanged() local
158 download_manager_->GetTemporaryDownloads(file_path_.DirName(), &downloads); in ModelChanged()
159 for (std::vector<DownloadItem*>::const_iterator i = downloads.begin(); in ModelChanged()
160 i != downloads.end(); ++i) { in ModelChanged()
/external/valgrind/main/drd/scripts/
Ddownload-and-build-splash2.in3 downloads="$HOME/software/downloads"
12 mkdir -p "${downloads}"
24 cd "$downloads"
33 tar zxf $downloads/splash2.tar.gz
35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
Ddownload-and-build-gcc12 DOWNLOADS=$SRCDIR/downloads
/external/chromium/chrome/browser/ui/cocoa/
Ddock_icon.mm23 // Indicates how many downloads are in progress.
24 @property (nonatomic) int downloads; property
37 @synthesize downloads = downloads_;
203 - (void)setDownloads:(int)downloads {
207 [dockTileView setDownloads:downloads];
Ddock_icon.h21 - (void)setDownloads:(int)downloads;
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc268 std::vector<DownloadItem*> downloads; in ModelChanged() local
270 resource_manager_->GetImageDir(), &downloads); in ModelChanged()
273 for (std::vector<DownloadItem*>::const_iterator it = downloads.begin(); in ModelChanged()
274 it != downloads.end(); in ModelChanged()
609 std::vector<DownloadItem*> downloads; in ModelChanged() local
610 download_manager_->GetTemporaryDownloads(GetImageDir(), &downloads); in ModelChanged()
613 for (std::vector<DownloadItem*>::const_iterator it = downloads.begin(); in ModelChanged()
614 it != downloads.end(); in ModelChanged()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
Dindex.html.template14 <p>These downloads are provided under the <a href="http://www.eclipse.org/legal/notice.html">Eclips…
49 <!-- *********** Runtime downloads ************** -->
69 <!-- *********** SDK downloads ************** -->
89 <!-- ************** Examples downloads *************** -->
/external/chromium/chrome/browser/ui/webui/
Dactive_downloads_ui.cc310 DownloadList downloads; in UpdateDownloadList() local
311 download_manager_->GetAllDownloads(FilePath(), &downloads); in UpdateDownloadList()
313 for (size_t i = 0; i < downloads.size(); ++i) { in UpdateDownloadList()
314 AddDownload(downloads[i]); in UpdateDownloadList()
/external/hamcrest/
DREADME.android1 unmodified source obtained from http://code.google.com/p/hamcrest/downloads/detail?name=hamcrest-co…
/external/junit/
DREADME.android3 Obtained from https://github.com/downloads/KentBeck/junit/junit-4.10-src.jar
/external/eclipse-basebuilder/src/
DREADME.txt3 http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME10 …* ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib…
18 …olkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/downloads/list
/external/eclipse-basebuilder/
DREADME.txt15 http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php
/external/zlib/contrib/masmx86/
Dreadme.txt14 …http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7e…
/external/valgrind/main/drd/scripts/ppc-cross/
Ddownload-and-build-ppc-crosscompiler134 export TARBALLS_DIR=$HOME/software/downloads
/external/protobuf/
DREADME.android1 URL: http://code.google.com/p/protobuf/downloads/list
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt168 - Update www.valgrind.org/downloads/current.html.
169 - Update www.valgrind.org/downloads/old.html.
174 - Other pages that might need updating: downloads/repository.html.
/external/gtest/
DREADME.android1 URL:http://code.google.com/p/googletest/downloads/list
/external/chromium/chrome/common/extensions/docs/server/
DREADME8 http://code.google.com/appengine/downloads.html
/external/iptables/extensions/
Dlibxt_connbytes.man7 The primary use is to detect long-lived downloads and mark them to be

1234