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

<<11121314151617181920>>

  /external/skia/platform_tools/barelinux/bin/
arm64_download 20 at port 8022 via user@localhost. The SSH key will be downloaded into
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 13 // Note that some macs don't have this header and it can be downloaded from the Khronos registry
  /external/stlport/doc/
README.wince 21 downloaded for free from the MS website, including a product activation key.
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 99 Log.d(LOG_TAG, "Downloaded file name:" + file.getAbsolutePath());
  /frameworks/base/docs/html/tools/devices/
index.jd 57 users who have downloaded your application receive a system update, your application will
  /frameworks/base/docs/html/training/basics/actionbar/
setting-up.jd 76 library (once you've downloaded the library package, follow the instructions for <a
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 82 <p>However, used too aggressively, prefetching introduces the risk of increasing battery drain and bandwidth use&mdash;as well as download quota&mdash;by downloading data that isn't used. It's also important to ensure that prefetching doesn't delay application startup while the app waits for the prefetch to complete. In practical terms that might mean processing data progressively, or initiating consecutive transfers prioritized such that the data required for application startup is downloaded and processed first.</p>
84 <p>How aggressively you prefetch depends on the size of the data being downloaded and the likelihood of it being used. As a rough guide, based on the state machine described above, for data that has a 50% chance of being used within the current user session, you can typically prefetch for around 6 seconds (approximately 1-2 Mb) before the potential cost of downloading unused data matches the potential savings of not downloading that data to begin with.</p>
88 <p>Following this principle, large downloads&mdash;such as video files&mdash;should be downloaded in chunks at regular intervals (every 2 to 5 minutes), effectively prefetching only the video data likely to be viewed in the next few minutes.</p>
128 <p>In this example, all the analytics information collected within the app should be bundled together and queued for download, rather than being transmitted as it's collected. The resulting bundle should be transferred when either a full-sized photo is being downloaded, or when an hourly update is being performed.</p>
  /frameworks/base/docs/html/training/volley/
index.jd 80 <li>Import the downloaded source into your app project as an Android library project
  /frameworks/opt/bitmap/src/com/android/bitmap/
RequestKey.java 74 * be downloaded and cached.
  /packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java 89 // TODO: This will cause the resource to be downloaded again, when
  /packages/providers/DownloadProvider/res/values-en-rGB/
strings.xml 28 <string name="permdesc_seeAllExternal" msgid="1672759909065511233">"Allows the app to see all downloads to the SD card, regardless of which app downloaded them."</string>
  /packages/providers/DownloadProvider/res/values-en-rIN/
strings.xml 28 <string name="permdesc_seeAllExternal" msgid="1672759909065511233">"Allows the app to see all downloads to the SD card, regardless of which app downloaded them."</string>
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 60 /** The default base name for downloaded files if we can't get one at the HTTP level */
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 198 * Remove any downloaded files and delete any lingering downloads.
DownloadProviderFunctionalTest.java 105 * Read a downloaded file from disk.
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 117 // Store the downloaded message
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-stack-overflow.js     [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java 349 * @param pictureURL The URL being downloaded
402 * downloaded.
PhotoThumbnailFragment.java 46 * PhotoThumbnailFragment displays a GridView of picture thumbnails downloaded from Picasa
184 // Sets a dark background to show when no image is queued to be downloaded
  /docs/source.android.com/src/source/
building-devices.jd 169 branches can be downloaded from <a
194 the lunch menu, accessed when running the <code>lunch</code> command with no arguments. Factory images and binaries for Nexus devices can be downloaded from:</p>
submit-patches.jd 169 <p>A submission that has been verified and merged will be downloaded with the next <code>repo sync</code>. If you wish to download a specific change that has not yet been approved, run</p>
172 <p>where TARGET is the local directory into which the change should be downloaded and CHANGE is the
  /external/antlr/antlr-3.4/runtime/C/doxygen/
build.dox 76 /// dist subdirectory (or downloaded from the ANTLR web site).
84 /// Where: <b>antlrtgzname.tar.gz</b> is of course the name of the tar when you downloaded it. You should find a \b configure script in the sub directory thus created.
  /external/chromium_org/build/
get_syzygy_binaries.py 31 # directory state do not agree, then the binaries will be downloaded and
42 # List of reources to be downloaded and installed. These are tuples with the
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 212 // Stores the downloaded file at |downloaded_file_path| into |cache|.
226 // Downloaded file should be deleted on errors.
download_operation_unittest.cc 158 // the disk space becomes full after the file is downloaded for some reason
293 // For the first time, file is downloaded from the remote server.

Completed in 1284 milliseconds

<<11121314151617181920>>