/external/quake/quake/src/QW/server/ |
sv_main.c | 209 if (drop->download) 211 fclose (drop->download); 212 drop->download = NULL; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 146 # The list of packages we need to download from the Ubuntu servers and 311 Note that this script will download various binary packages from Ubuntu 341 echo " --git-date=<date> Specify specific git date when download sources [none]" 378 # If we have a reference without a base, use it as a download base instead. 388 # Location where we will download the toolchain sources 427 # Location where we download packages from the Ubuntu servers 428 DOWNLOAD_DIR=$WORK_DIR/download 573 # Download a file with either 'curl', 'wget' or 'scp' 698 fail_panic "Could not download $SRCFILE" 1248 task_define download_toolchain_sources "Download toolchain sources from $GIT_BASE [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 146 # The list of packages we need to download from the Ubuntu servers and 311 Note that this script will download various binary packages from Ubuntu 341 echo " --git-date=<date> Specify specific git date when download sources [none]" 378 # If we have a reference without a base, use it as a download base instead. 388 # Location where we will download the toolchain sources 427 # Location where we download packages from the Ubuntu servers 428 DOWNLOAD_DIR=$WORK_DIR/download 573 # Download a file with either 'curl', 'wget' or 'scp' 698 fail_panic "Could not download $SRCFILE" 1248 task_define download_toolchain_sources "Download toolchain sources from $GIT_BASE [all...] |
/external/chromium/build/ |
install-build-deps.sh | 341 echo "files, we temporarily need to download a lot of large *.deb packages" 347 echo "Do you want me to download all packages needed to build new 32bit" 379 # Download 32bit packages 385 --yes --download-only --force-yes --reinstall install \
|
/external/qemu/android/ |
help.c | 793 android_netspeed->download/1000. ); 797 PRINTF( " -netspeed %-12s %s", "<num>", "select both upload and download speed\n"); [all...] |
/external/webkit/Source/WebCore/loader/ |
EmptyClients.h | 247 virtual void download(ResourceHandle*, const ResourceRequest&, const ResourceRequest&, const ResourceResponse&) { } function in class:WebCore::EmptyFrameLoaderClient
|
MainResourceLoader.cpp | 268 frameLoader()->client()->download(m_handle.get(), request(), m_handle.get()->firstRequest(), r);
|
/external/webkit/Source/WebKit/win/ |
WebFrame.h | 336 virtual void download(WebCore::ResourceHandle*, const WebCore::ResourceRequest&, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
FrameLoaderClientWinCE.cpp | 529 void FrameLoaderClientWinCE::download(ResourceHandle*, const WebCore::ResourceRequest&, const WebCore::ResourceRequest&, const WebCore::ResourceResponse&) function in class:WebKit::FrameLoaderClientWinCE
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadCache.java | 114 public Entry download(JobContext jc, URL url) { method in class:DownloadCache 137 // Finally, we need to download the file .... 140 if (task == null) { // if not, start the download task now 224 public static final String DATABASE_NAME = "download.db"; 322 // download from url to tempFile 328 Log.e(TAG, String.format("fail to download %s", mUrl), e);
|
/build/core/ |
main.mk | 48 $(warning * see https://source.android.com/source/download.html) 149 $(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html) 165 $(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html) 181 $(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html) [all...] |
/external/chromium/chrome/browser/history/ |
history_unittest.cc | 39 #include "chrome/browser/download/download_item.h" 187 DownloadCreateInfo download(FilePath(FILE_PATH_LITERAL("foo-path")), 189 return db_->CreateDownload(download); 343 // Download manager converts to TimeT, which is lossy, so we do the same 373 // IN_PROGRESS download should remain. It it indicated as "Canceled"
|
/external/chromium/chrome/browser/ui/ |
browser.cc | 37 #include "chrome/browser/download/download_item.h" 38 #include "chrome/browser/download/download_item_model.h" 39 #include "chrome/browser/download/download_manager.h" 40 #include "chrome/browser/download/download_shelf.h" 41 #include "chrome/browser/download/download_started_animation.h" 42 #include "chrome/browser/download/save_package.h" 78 #include "chrome/browser/ui/download/download_tab_helper.h" [all...] |
browser.h | 324 // In-progress download termination handling ///////////////////////////////// [all...] |
/external/e2fsprogs/ |
e2fsprogs.spec | 12 Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 3565 WebKitDownload* download; local [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 907 /* download buttons */ 908 .download-button { 918 .download-button:hover, .download-button:focus { 921 .download-button:active { [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents.h | 53 #include "chrome/browser/download/save_package.h" 248 // download, in which case the URL would revert to what it was previously). 529 // Notifies the delegate that a download is about to be started. 533 // Notifies the delegate that a download started. 534 void OnStartDownload(DownloadItem* download); [all...] |
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
FrameLoaderClientHaiku.cpp | 570 void FrameLoaderClientHaiku::download(ResourceHandle*, const ResourceRequest&, function in class:WebCore::FrameLoaderClientHaiku
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
FrameLoaderClientWx.cpp | 696 void FrameLoaderClientWx::download(ResourceHandle*, const ResourceRequest&, const ResourceRequest&, const ResourceResponse&) function in class:WebCore::FrameLoaderClientWx
|
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 344 fail_panic "Can't download '$PKG_URL'" 367 # Download and unpack source packages from official sites 399 download_package http://www.multiprecision.org/mpc/download/mpc-$MPC_VERSION.tar.gz
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
/build/tools/droiddoc/templates-ds/assets/css/ |
default.css | 890 /* download buttons */ 891 .download-button { 901 .download-button:hover, .download-button:focus { 904 .download-button:active { [all...] |