HomeSort by relevance Sort by last modified time
    Searched full:downloaded (Results 26 - 50 of 943) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/Wiktionary/
_index.html 5 menu. The word of the day is downloaded from Wiktionary and displayed in a
  /development/samples/WiktionarySimple/
_index.html 4 installation menu. The word of the day is downloaded from Wiktionary and
  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
README 7 Otherwise, this directory contains examples of using downloaded Unicode tables
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
mock_downloader.cc 40 const Callback& downloaded) const {
45 downloaded(success, url, success ? new std::string(it->second) : NULL);
  /frameworks/base/core/java/android/webkit/
DownloadListener.java 22 * Notify the host application that a file should be downloaded
23 * @param url The full url to the content that should be downloaded
  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader.h 32 // - |wallpaper_dir| - directory, where wallpaper will be downloaded
34 // - |wallpaper_downloaded_file| - full path to local file to store downloaded
35 // wallpaper file. File is downloaded to temporary location
89 // Full path to local file to save downloaded wallpaper.
92 // Full path to temporary file to fetch downloaded wallpper.
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.h 102 // user to a profile image that had been downloaded and saved before if such
103 // a saved image is available and no updated image has been downloaded yet.
106 // Returns true if the profile image needs to be downloaded. This is the case
109 // DownloadProfileImage() and has not been successfully downloaded since.
115 // downloaded. |reason| is an arbitrary string (used to report UMA histograms
178 // The currently logged-in user's downloaded profile image, if successfully
179 // downloaded or initialized from a previously downloaded and saved image.
186 // URL from which |downloaded_profile_image_| was downloaded. Empty if no
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_downloader_impl.cc 60 scoped_ptr<Callback> downloaded) {
63 (*downloaded)(false, url, make_scoped_ptr(new std::string()));
73 Request* request = new Request(url, fetcher.Pass(), downloaded.Pass());
  /development/samples/ApiDemos/
README.txt 18 Once downloaded, copy the jar file into the ApiDemos project libs/ folder.
  /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/browser/
bitmap_fetcher_delegate.h 22 // image fails to be downloaded or decoded.
  /external/chromium_org/sync/api/attachments/
attachment_downloader.h 20 DOWNLOAD_SUCCESS, // No error, attachment was downloaded
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.pom 10 Original untouched eclipse file downloaded from
  /external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h 30 // Whether the delegate need profile picture to be downloaded.
38 // the image will not be downloaded. Return an empty string when there is no
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
storage.h 16 // the downloaded validation rules (e.g. on disk).
29 // Stores downloaded validation rules. Sample usage:
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
storage.h 16 // the downloaded validation rules (e.g. on disk).
28 // Stores downloaded validation rules. The data must be allocated on the heap,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 41 #name and path to downloaded vm.
44 #executable used to install downloaded vm
  /frameworks/base/docs/html/samples/
index.jd 18 <p>To import a downloaded project:<p>
28 <li>Unpack the downloaded project package.</li>
  /external/chromium_org/chrome/browser/component_updater/
crx_downloader.h 60 // Path of the downloaded file if the download was successful.
63 // Number of bytes actually downloaded, not including the bytes downloaded
67 // Number of bytes expected to be downloaded.
80 // different urls and different downloaders. The number of actual downloaded
124 // Returns the url which is currently being downloaded from.
  /external/chromium_org/chrome/common/extensions/api/
image_writer_private.idl 23 // <dd>The image is being extracted from the downloaded zip file</dd>
28 // downloaded image.</dd>
42 // If present, verify that the downloaded image matches this hash.
44 // If true, save the downloaded image as a file using the user's downloads
69 // Write an image to the disk downloaded from the provided URL. The
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DownloadPackageTask.java 44 * intended file was downloaded.
130 ProvisionLogger.logd("Downloaded succesfully to: " + location);
132 // Check whether hash of downloaded file matches hash given in constructor.
146 ProvisionLogger.loge(HASH_TYPE + "-hash of downloaded file does not match given hash.");
147 ProvisionLogger.loge(HASH_TYPE + "-hash of downloaded file: "
  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen.cc 85 // If an URL from which the Terms of Service can be downloaded has not been
137 // If the Terms of Service could not be downloaded, do not have a MIME type of
145 // If the Terms of Service were downloaded successfully, show them to the
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 22 // path: The resource to be downloaded.
23 // width: (optional) The maximum width of the image to be downloaded in device
25 // height: (optional) The maximum height of the image to be downloaded in
  /packages/apps/Browser/src/com/android/browser/
DownloadHandler.java 51 * @param url The full url to the content that should be downloaded
55 * @param referer The referer associated with the downloaded url
135 * @param url The full url to the content that should be downloaded
139 * @param referer The referer associated with the downloaded url
196 // set downloaded file destination to /sdcard/Download.
208 // let this downloaded file be scanned by MediaScanner - so that it can
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.h 38 // it is downloaded. If successful and the result can be parsed, a TemplateURL
48 // downloaded for. |web_contents| must not be NULL, except during tests.

Completed in 545 milliseconds

12 3 4 5 6 7 8 91011>>