/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/ |
fake_downloader.h | 63 const Callback& downloaded) const;
|
fake_downloader.cc | 75 const Callback& downloaded) const { 88 downloaded(success, url, data);
|
retriever_test.cc | 118 const Callback& downloaded) const { 119 downloaded(false, url, "garbage");
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/ |
downloader.h | 32 // const Callback& downloaded) const { 35 // downloaded(success, url, data); 44 // Downloads |url| and invokes the |downloaded| callback. 46 const Callback& downloaded) const = 0;
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
README | 11 * Unzip the downloaded file. 15 * Unzip the downloaded file. 19 * Unzip the downloaded file. 23 * Unzip the downloaded file.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
notifications_custom_bindings.js | 21 // path: The resource to be downloaded. 22 // width: (optional) The maximum width of the image to be downloaded. 23 // height: (optional) The maximum height of the image to be downloaded.
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
api_util_interface.h | 54 webkit_blob::ScopedFile downloaded)>
|
drive_file_sync_service.cc | 67 webkit_blob::ScopedFile downloaded) { 69 download_callback.Run(status, downloaded.Pass()); 736 webkit_blob::ScopedFile downloaded) { 738 download_callback.Run(status, downloaded.Pass()); [all...] |
drive_file_sync_service.h | 232 webkit_blob::ScopedFile downloaded);
|
drive_file_sync_service_fake_unittest.cc | 767 webkit_blob::ScopedFile downloaded; local 769 url, versions[0].id, CreateResultReceiver(&status, &downloaded)); 775 EXPECT_TRUE(base::ReadFileToString(downloaded.path(), &downloaded_content));
|
/external/chromium_org/chrome/browser/sync_file_system/ |
remote_file_sync_service.h | 118 webkit_blob::ScopedFile downloaded)>
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 72 each page that is downloaded and parsed an object of this class is created. 75 downloaded. 144 """Parses downloaded page and gets url link for non registration page. 253 at once. When some of the data on the page is downloaded Pycurl will put 255 everything is downloaded. 271 True, if the downloaded page is valid HTML code, or False otherwise. 362 # All links downloaded and parsed so far. 400 MAX_SAME_DOMAIN_URLS_NO defines the number of pages that can be downloaded 412 Adding up the above URLs gives 30 URLs that can be downloaded concurrently. 415 and only 15 pages would be downloaded concurrently from the same domain [all...] |
/external/chromium_org/chrome/browser/resources/image_loader/ |
worker.js | 15 * However, if they have to be downloaded, then these requests are moved 24 * List of pending requests for images to be downloaded.
|
/external/chromium_org/tools/valgrind/ |
waterfall.sh | 172 match Test the local suppression files against the downloaded logs
|
/external/chromium_org/chrome/tools/build/win/ |
version.bat | 32 :: if downloaded with a tarball or depot_tools is not in the PATH.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
DownloadCache.java | 324 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile); 326 if (downloaded) return tempFile;
|
/external/harfbuzz_ng/ |
git.mk | 11 # The latest version of this file can be downloaded from:
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 167 * True if this attachment can be downloaded again. 277 // perform a second insert to put the updated size and downloaded size values in 656 * @param downloaded Whether that specific rendition is downloaded. 657 * @return A packed int describing the updated downloaded states of the multiple attachments. 660 boolean downloaded) { 665 if (downloaded) { 680 * @return The downloaded state of that particular rendition of that particular attachment.
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
filterRFC3454.pl | 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 51 # Location of temporary directory where everything will be downloaded 91 # and SHA-1 hashes for downloaded Ubuntu packages. 270 are downloaded from android.git.toolchain.org/toolchain/. One way to do that [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | |
/external/smali/gradle/wrapper/ |
gradle-wrapper.jar | |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 321 the Chrome Web Store, and downloaded to the user's machine
|
/external/chromium_org/chrome/browser/download/ |
download_browsertest.cc | 524 // Location of the file source (the place from which it is downloaded). 529 // Location of the file destination (place to which it is downloaded). 656 // Find the path to which the data will be downloaded. 674 // Confirm the downloaded data file exists. 687 // Delete the downloaded copy of the file. 803 // Delete the file we just downloaded. [all...] |