/external/chromium/chrome/browser/history/ |
D | history_unittest.cc | 307 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/ |
D | feedPublish.uml2.properties | 28 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 57 …downloads/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…
|
D | 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/%%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…
|
D | 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/%%… 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/ |
D | download_browsertest.cc | 124 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 …]
|
D | drag_download_file.cc | 157 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/ |
D | download-and-build-splash2.in | 3 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
|
D | download-and-build-gcc | 12 DOWNLOADS=$SRCDIR/downloads
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | dock_icon.mm | 23 // 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];
|
D | dock_icon.h | 21 - (void)setDownloads:(int)downloads;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | imageburner_ui.cc | 268 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/ |
D | index.html.template | 14 <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/ |
D | active_downloads_ui.cc | 310 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/ |
D | README.android | 1 unmodified source obtained from http://code.google.com/p/hamcrest/downloads/detail?name=hamcrest-co…
|
/external/junit/ |
D | README.android | 3 Obtained from https://github.com/downloads/KentBeck/junit/junit-4.10-src.jar
|
/external/eclipse-basebuilder/src/ |
D | README.txt | 3 http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
D | README | 10 …* 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/ |
D | README.txt | 15 http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php
|
/external/zlib/contrib/masmx86/ |
D | readme.txt | 14 …http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7a1c9da0-0510-44a2-b042-7e…
|
/external/valgrind/main/drd/scripts/ppc-cross/ |
D | download-and-build-ppc-crosscompiler | 134 export TARBALLS_DIR=$HOME/software/downloads
|
/external/protobuf/ |
D | README.android | 1 URL: http://code.google.com/p/protobuf/downloads/list
|
/external/valgrind/main/docs/internals/ |
D | release-HOWTO.txt | 168 - 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/ |
D | README.android | 1 URL:http://code.google.com/p/googletest/downloads/list
|
/external/chromium/chrome/common/extensions/docs/server/ |
D | README | 8 http://code.google.com/appengine/downloads.html
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 7 The primary use is to detect long-lived downloads and mark them to be
|