/external/chromium/net/base/ |
cache_type.h | 13 DISK_CACHE, // Disk is used as the backing storage.
|
/external/chromium_org/android_webview/common/ |
aw_switches.h | 10 // When set, falls back to using the old disk cache.
|
/external/chromium_org/chrome/browser/mac/ |
install_from_dmg.mm | 61 // IOHDIXHDDriveOutKernel for disk images mounted "out-of-kernel" or 62 // IOHDIXHDDriveInKernel for disk images mounted "in-kernel." Out-of-kernel is 92 // service matches the class used for disk images, the media resides on a 93 // disk image, and the disk image file's path can be determined by examining 104 // The media does not reside on a disk image. 109 // that service is on a disk image. If it is, returns true. If image_path is 110 // present, it will be set to the pathname of the disk image file, encoded in 159 // Returns true if |path| is located on a read-only filesystem of a disk 162 // for the disk image's device, in "diskNsM" form [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_view.html | 29 <li id=timeline-view-disk-cache-bytes-read><label><input type=checkbox checked> 30 █ <span class=timeline-view-text>Disk cache bytes read</span></label> 32 <li id=timeline-view-disk-cache-bytes-written><label><input type=checkbox> 33 █ <span class=timeline-view-text>Disk cache bytes written</span></label>
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_chromeos.cc | 28 std::string MakeDeviceUniqueId(const disks::DiskMountManager::Disk& disk) { 29 std::string uuid = disk.fs_uuid(); 38 const std::string& vendor = disk.vendor_id(); 39 const std::string& product = disk.product_id(); 53 const disks::DiskMountManager::Disk* disk = local 55 if (!disk || disk->device_type() == DEVICE_TYPE_UNKNOWN) 58 std::string unique_id = MakeDeviceUniqueId(*disk); [all...] |
/external/chromium_org/extensions/browser/ |
extension_prefs_scope.h | 18 // Incognito profile; preference is persisted to disk and remains active
|
/external/chromium_org/sync/syncable/ |
dir_open_result.h | 15 FAILED_DISK_FULL, // The disk is full.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
directory-drop-on-view.html | 11 Drag a file that WebKit doesn't recognise -- eg. a disk image, tarball, etc.<br />
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
inspector_network.py | 10 """Clears the browser's disk and memory cache."""
|
/external/chromium_org/webkit/browser/fileapi/ |
open_file_system_mode.h | 13 // disk (e.g. creating a root directory, setting up a metadata database etc)
|
/external/grub/stage2/ |
defs.h | 31 * Compatibility definitions for disk IO. 35 * Disk devices do all IO in 512-byte blocks. 40 * Conversion between bytes and disk blocks. 77 * Note that the disk devices are assumed to have DEV_BSIZE "sectors"
|
/external/lzma/CPP/7zip/UI/Common/ |
ExitCode.h | 15 // kWriteError = 5, // Write to disk error
|
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
ServiceBase.java | 60 Log.d(TAG, "Doing a one-way disk write; policy is: " + policy); 61 // Fake disk usage... 71 // Fake disk usage... 74 // Fake disk delay...
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
cache-bitmap.jd | 15 <li><a href="#disk-cache">Use a Disk Cache</a></li> 44 and disk cache can often help here, allowing components to quickly reload processed images.</p> 46 <p>This lesson walks you through using a memory and disk bitmap cache to improve the responsiveness 173 <h2 id="disk-cache">Use a Disk Cache</h2> 181 <p>A disk cache can be used in these cases to persist processed bitmaps and help decrease loading 182 times where images are no longer available in a memory cache. Of course, fetching images from disk 183 is slower than loading from memory and should be done in a background thread, as disk read times can 192 Here?s updated example code that adds a disk cache in addition to the existing memory cache:</p [all...] |
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.h | 52 class Disk { 54 Disk(const std::string& device_path, 73 ~Disk(); 94 // If disk is a parent, then its label, else parents label. 167 typedef std::map<std::string, Disk*> DiskMap; 201 // Implement this interface to be notified about disk/mount related events. 206 // Called when disk mount status is changed. 207 virtual void OnDiskEvent(DiskEvent event, const Disk* disk) = 0; 232 // Returns Disk object corresponding to |source_path| or NULL on failure [all...] |
/external/kernel-headers/original/linux/ |
fd.h | 53 /* set/get disk parameters */ 71 /* begin formatting a disk */ 75 /* end formatting a disk */ 135 unsigned char spindown_offset; /* decides in which position the disk 150 * disk changes. 165 * used in succession to try to read the disk. If the FDC cannot lock onto 166 * the disk, the next format is tried. This uses the variable 'probing'. 170 int checkfreq; /* how often should the drive be checked for disk 181 FD_DISK_CHANGED_BIT, /* disk has been changed since last i/o */ 182 FD_DISK_WRITABLE_BIT /* disk is writable * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fd.h | 52 /* set/get disk parameters */ 70 /* begin formatting a disk */ 74 /* end formatting a disk */ 134 unsigned char spindown_offset; /* decides in which position the disk 149 * disk changes. 164 * used in succession to try to read the disk. If the FDC cannot lock onto 165 * the disk, the next format is tried. This uses the variable 'probing'. 169 int checkfreq; /* how often should the drive be checked for disk 180 FD_DISK_CHANGED_BIT, /* disk has been changed since last i/o */ 181 FD_DISK_WRITABLE_BIT /* disk is writable * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 52 /* set/get disk parameters */ 70 /* begin formatting a disk */ 74 /* end formatting a disk */ 134 unsigned char spindown_offset; /* decides in which position the disk 149 * disk changes. 164 * used in succession to try to read the disk. If the FDC cannot lock onto 165 * the disk, the next format is tried. This uses the variable 'probing'. 169 int checkfreq; /* how often should the drive be checked for disk 180 FD_DISK_CHANGED_BIT, /* disk has been changed since last i/o */ 181 FD_DISK_WRITABLE_BIT /* disk is writable * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fd.h | 52 /* set/get disk parameters */ 70 /* begin formatting a disk */ 74 /* end formatting a disk */ 134 unsigned char spindown_offset; /* decides in which position the disk 149 * disk changes. 164 * used in succession to try to read the disk. If the FDC cannot lock onto 165 * the disk, the next format is tried. This uses the variable 'probing'. 169 int checkfreq; /* how often should the drive be checked for disk 180 FD_DISK_CHANGED_BIT, /* disk has been changed since last i/o */ 181 FD_DISK_WRITABLE_BIT /* disk is writable * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
quota.h | 63 * Definitions for disk quotas imposed on the average user 109 # define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */ 114 # define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */ 125 * The following structure defines the format of the disk quota file 126 * (as it appears on disk) - the file is an array of these structures 132 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */ 133 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */ 138 time_t dqb_btime; /* time limit for excessive disk use */ 157 u_int64_t dqb_bhardlimit; /* absolute limit on disk quota blocks alloc */ 158 u_int64_t dqb_bsoftlimit; /* preferred limit on disk quota blocks * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
quota.h | 63 * Definitions for disk quotas imposed on the average user 109 # define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */ 114 # define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */ 125 * The following structure defines the format of the disk quota file 126 * (as it appears on disk) - the file is an array of these structures 132 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */ 133 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */ 138 time_t dqb_btime; /* time limit for excessive disk use */ 157 u_int64_t dqb_bhardlimit; /* absolute limit on disk quota blocks alloc */ 158 u_int64_t dqb_bsoftlimit; /* preferred limit on disk quota blocks * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
quota.h | 63 * Definitions for disk quotas imposed on the average user 109 # define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */ 114 # define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */ 125 * The following structure defines the format of the disk quota file 126 * (as it appears on disk) - the file is an array of these structures 132 u_int32_t dqb_bhardlimit; /* absolute limit on disk blks alloc */ 133 u_int32_t dqb_bsoftlimit; /* preferred limit on disk blks */ 138 time_t dqb_btime; /* time limit for excessive disk use */ 157 u_int64_t dqb_bhardlimit; /* absolute limit on disk quota blocks alloc */ 158 u_int64_t dqb_bsoftlimit; /* preferred limit on disk quota blocks * [all...] |
/build/target/board/vbox_x86/ |
disk_layout.conf | 15 # bytes in a disk sector (== 1 LBA), must be a power of 2! 21 # Autodetect disk size if == 0
|
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
AlmostFullTest.java | 40 // use that to fill disk only once. 54 Log.i(TAG, "Filling disk"); 55 // initial fill done in two stage as disk can be filled by other 60 Log.i(TAG, "free disk " + freeDisk + ", to fill " + diskToFill); 62 Log.i(TAG, "free disk " + freeDisk + " too small, needs " + FREE_SPACE_FINAL); 78 Log.i(TAG, "free disk " + SystemUtil.getFreeDiskSize(getContext())); 83 Log.i(TAG, "tearDown free disk " + SystemUtil.getFreeDiskSize(getContext())); 92 Log.i(TAG, "tearDown free disk " + SystemUtil.getFreeDiskSize(getContext()));
|
/external/chromium/chrome/browser/chromeos/cros/ |
mock_mount_library.h | 45 const MountLibrary::Disk* disk);
|