HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 201 - 225 of 2804) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/tlslite/tlslite/
VerifierDB.py 9 """This class represent an in-memory or on-disk database of SRP
21 @param filename: Filename for an on-disk database, or None for
23 this with a call to open(). To create a new on-disk database,
  /system/core/libdiskconfig/
diskconfig.c 48 ALOGE("Invalid disk length specified.");
201 /* first lba where the partitions will start on disk */
212 /* Number of LBAs on disk */
259 /* This function verifies that the disk info provided is valid, and if so,
311 /* allow the user override the "disk size" if they provided num_lba */
317 /* XXX: we assume that the disk has < 2^32 sectors :-) */
343 /* since this is our offset into the disk, we start off with that as
356 /* the partition requests the rest of the disk. */
359 "the rest of disk.");
374 ALOGE("Total requested size of partitions (%llu) is greater than disk "
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_store.cc 35 // LOAD_RESULT_SUCCESS, |policy| is initialized from the policy file on disk.
113 DVLOG(1) << "Initiating immediate policy load from disk";
116 // Load the policy from disk...
134 DVLOG(1) << "Initiating policy load from disk";
157 DVLOG(1) << "No policy found on disk";
162 // Found policy on disk - need to validate it before it can be used.
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
options.h 25 // part of the persistent format on disk.
74 // on disk) before converting to a sorted on-disk file.
93 // a block is the unit of reading from disk).
102 // actual size of the unit read from disk may be smaller if
131 // If non-NULL, use the specified filter policy to reduce disk reads.
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 173 // Other NIO related exception like disk full, read only channel..etc
175 ", disk full or mount read-only? " + ex.getClass());
216 // Other NIO related exception like disk full, read only channel..etc
218 + id + "; disk full or mount read-only? " + ex.getClass());
260 // Other NIO related exception like disk full, read only channel..etc
262 ", disk full or mount read-only? " + ex.getClass());
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 30 * threshold is reached, and only then commit it to disk. If the stream is
32 * disk at all.
139 * Returns the current output stream. This may be memory based or disk
154 * that is backed by disk. This is the point at which we realise that too
156 * disk-based storage.
191 * disk, this method returns <code>null</code>.
  /bootable/diskinstaller/
config.mk 213 @echo "Creating bootable android system-disk image: $@"
219 @echo "Done with bootable android system-disk image -[ $@ ]-"
227 @echo "Creating bootable android data-disk image: $@"
233 @echo "Done with bootable android data-disk image -[ $@ ]-"
238 # now convert the installer_img (disk image) to a VirtualBox image
242 # hrd-code the UUID so we don't have to release the disk manually in the VirtualBox manager.
263 @echo "Done with VirtualBox bootable system-disk image -[ $@ ]-"
272 @echo "Done with VirtualBox bootable data-disk image -[ $@ ]-"
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 109 // result in a duplicate write-out to disk.
124 // redundant way. Wish I could inject a clock or disk mock
126 // file on disk.
222 // write do disk), still does write to disk if the file isn't
267 // still being used while writing out to disk.
325 // This shouldn't hit disk. (it was already pre-loaded above)
329 // This SHOULD hit disk. (multi-process flag is set)
  /docs/source.android.com/src/source/
building.jd 31 least 16GB of RAM/swap and 30GB or more of disk space in order to
39 <li>30GB of free disk space to complete a single build and
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.cc 49 // It's ok to do a blocking disk access on this thread; this class
74 // It's ok to do a blocking disk access on this thread; this class
  /external/chromium/chrome/browser/sessions/
session_command.h 19 // state on disk.
27 // These get written to disk, so we define types for them.
  /external/chromium/chrome/common/
launchd_mac.h 59 // Read a launchd plist from disk.
64 // Write a launchd plist to disk.
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 24 // standard disk cache. Since the information is defined to be non-sensitive,
25 // it's ok for us to keep it on disk.
  /external/chromium_org/chrome/browser/extensions/
state_store.h 21 // A storage area for per-extension state that needs to be persisted to disk.
68 // Path to our database, on disk. Empty during testing.
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_cache.proto 8 // InMemoryURLIndex are written to a disk-based cache using the
91 // the history database on disk.
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.css 65 #timeline-view-disk-cache-bytes-read {
69 #timeline-view-disk-cache-bytes-written {
  /external/chromium_org/chrome/browser/sessions/
session_command.h 18 // state on disk.
26 // These get written to disk, so we define types for them.
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.h 40 // Flushes pending writes. |on_flushed| is invoked when disk write is
44 // Reads the persisted data from disk asynchronously. |on_read| is called
  /external/chromium_org/chrome/common/mac/
launchd.h 59 // Read a launchd plist from disk.
64 // Write a launchd plist to disk.
  /external/chromium_org/chrome/test/functional/
webrtc_write_wsh.py 8 # and stores incoming frames to disk.
43 """Writes received frames to disk.
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.h 39 // and an optional backing directory on disk.
44 // optional backing on disk via |session_storage_database| (may be NULL).
  /external/chromium_org/net/disk_cache/
stats.h 57 // Initializes this object with |data| from disk.
63 // Returns the number of bytes needed to store the stats on disk.
  /external/chromium_org/third_party/WebKit/ManualTests/
plain-text-paste.html 11 1. Double-click <a href="resources/plain-text-paste.dmg">this disk image</a> in the Finder.<br>
15 5. Eject the disk image.
  /external/chromium_org/tools/perf/measurements/
startup.py 13 cold start means none of the Chromium files are in the disk cache. A warm
30 help='Clear the OS disk cache before performing the test')
  /external/kernel-headers/original/linux/raid/
md_p.h 34 * 912 - 1023 Disk specific descriptor.
77 #define MD_DISK_FAULTY 0 /* disk is faulty / operational */
78 #define MD_DISK_ACTIVE 1 /* disk is running or spare disk */
79 #define MD_DISK_SYNC 2 /* disk is in sync with the raid set */
80 #define MD_DISK_REMOVED 3 /* disk is in sync with the raid set */
82 #define MD_DISK_WRITEMOSTLY 9 /* disk is "write-mostly" is RAID1 config.
129 __u32 size; /* 8 Apparent size of each individual disk */

Completed in 460 milliseconds

1 2 3 4 5 6 7 891011>>