HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 776 - 800 of 1658) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 485 // loaded from disk. Any entry older than this item should be rejected.
550 // item without URL is useless; data on disk must have been bad; ignore
734 // MARK: SAVING TO DISK
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 513 LOG(IconDatabase, "read disk cache file - %@", key);
606 // With this directory, get the PageURLToIconURL map that was saved to disk
647 LOG_ERROR("%@ is marked as having an icon on disk, but we couldn't get the data for it", url);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 357 // Foundation disk cache capacity (in bytes)
396 // Foundation disk cache capacity (in bytes)
455 // Foundation disk cache capacity (in bytes)
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 363 // else we fall through and read the value from disk
365 // Fast path (very common). Don't even try touch disk
367 // touch the disk would mean waiting for yaffs2 to
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 580 * <p/>This both updates the in-memory {@link #mProperties} values and on-disk
598 // disk since ProjectProperties is read-only.
604 // reload the properties with the new values from the disk.
  /external/blktrace/doc/
blktrace.tex 42 into either long-term on-disk storage, or provides direct formatted
138 Now to simply watch what is going on for a specific disk (to stop the
424 specific disk location at a given size. These requests typically
426 the vm flushing dirty data to disk or the file system syncing
427 a super or journal block to disk. \emph{pc} requests are SCSI
    [all...]
  /external/chromium/chrome/browser/download/
save_package.cc 640 // If we got disk error, cancel whole save page job.
642 // Cancel job with reason of disk error.
775 // If size of main HTML page is 0, treat it as disk error.
816 // We got error when saving page. Treat it as disk error.
    [all...]
  /external/chromium/net/data/proxy_resolver_perftest/
no-ads.pac 92 // 1. Save this as a file (no-ads.pac) on your local disk
97 // (or else it may still show you ads it has saved on your disk).
236 // The Proxy Auto Configuration file can be either on the local disk or
266 // If you place this on your local disk, you should use a
382 // Click "Clear Disk Cache"
    [all...]
  /system/core/toolbox/
newfs_msdos.c 37 #include <sys/disk.h>
780 * Get disk slice, partition, and geometry information.
837 /* If the user specified a disk type, try to use that */
848 err(1, "Cannot get disk size");
935 * Check a disk geometry value.
  /external/chromium/chrome/common/
chrome_switches.cc 140 // If enabled, tries to load inspector files from disk (allows reloading of
322 // Use a specific disk cache location, rather than one derived from the
324 const char kDiskCacheDir[] = "disk-cache-dir";
326 // Forces the maximum disk space to be used by the disk cache, in bytes.
327 const char kDiskCacheSize[] = "disk-cache-size";
640 // Forces the maximum disk space to be used by the media cache, in bytes.
    [all...]
  /external/chromium/net/base/
net_log_event_type_list.h 524 // Measures the time while opening a disk cache entry.
527 // Measures the time while creating a disk cache entry.
534 // Measures the time while deleting a disk cache entry.
537 // Measures the time while reading/writing a disk cache entry's response headers
542 // Measures the time while reading/writing a disk cache entry's body.
547 // Disk Cache / Memory Cache
552 // good and associated with a key. Note that disk and memory cache entries
    [all...]
  /external/chromium/net/disk_cache/
entry_unittest.cc 116 // from the point of view of the disk cache's public interface, because we use
151 // the entry and close it so that we flush the internal buffer to disk. After
152 // that, IO operations will be really hitting the disk. We don't care about
664 // Double check the size from disk.
672 // And check again from disk.
872 // And now make sure that we can deal with data in both places (ram/disk).
    [all...]
backend_impl.cc 726 // The general flow is to allocate disk space and initialize the entry data,
727 // followed by saving that to disk, then linking the entry though the index
730 // a. Used, unreferenced empty blocks on disk (basically just garbage).
731 // b. Used, unreferenced but meaningful data on disk (more garbage).
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 158 virtual structure. However, the disk knows nothing about that - The device
159 driver views the disk as a large continuous paper in which we can write notes
195 In order to ease management, the ext2 filesystem logically divides the disk
217 physically close on the disk and to ease the management task. As a result,
540 inode, it can directly access the file's blocks, without an additional disk
833 disk, as if the filesystem was mounted with the "sync" mount option.
    [all...]
  /external/qemu/
block.c 37 #include <sys/disk.h>
407 * Common part for opening disk images and files
520 * Opens a disk image (raw, qcow2, vmdk, ...)
818 * stable on disk.
1168 /* try to guess the disk logical geometry from the MSDOS partition table. Return 0 if OK, -1 if could not guess */
    [all...]
vl-android.c 672 * This is needed when tracing to flush the buffers to disk.
876 #define HD_ALIAS "index=%d,media=disk"
1183 if (!strcmp(buf, "disk")) {
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES 490 when opening an extent instead of reading the inode from disk.
545 representing the entire disk if partitions are found, since presuambly
703 fails for some reason (for example, there isn't enough disk space to
728 Fix a bug in e2fsck where in preen mode, if there are disk I/O errors
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 518 // For stability between the in-memory and on-disk autocomplete passes, when
520 // also been typed. Otherwise, the on-disk pass could suggest a shorter URL
642 // where we can read the full on-disk DB.
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.h 351 // Computes the name of the specified database on disk.
417 // disk and opens a new transaction. This will be called automatically by
419 // to write something to disk.
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 904 // ServerModelType is found in |types|, from _both_ memory and disk.
923 // successfully deleted on disk as a result of the SaveChanges that processed
928 // processed |snapshot| failed, for example, due to no disk space.
    [all...]
  /external/chromium/net/http/
http_cache.cc 443 // Do lazy initialization of disk cache if needed.
471 // Do lazy initialization of disk cache if needed.
793 // We implement a basic reader/writer lock for the disk cache entry. If
    [all...]
  /external/chromium/net/url_request/
url_request.h 401 // Indicate if this response was fetched from disk cache.
519 // the data being stored to disk (downloaded instead of rendered) so we don't
622 // most of the dependencies which are shared between requests (disk cache,
  /external/e2fsprogs/misc/
fsck.c 920 * Returns TRUE if a partition on the same disk is already being
932 /* Don't check a soft raid disk with any other disk */
  /external/kernel-headers/original/linux/
cdrom.h 251 __u8 xa_flag; /* 1: "is XA disk" */
935 struct gendisk *disk; /* matching block layer disk */ member in struct:cdrom_device_info
    [all...]
  /external/qemu/block/
raw-posix.c 56 #include <sys/disk.h>
102 reopen it to see if the disk has been changed */
734 .help = "Virtual disk size"
    [all...]

Completed in 2723 milliseconds

<<31323334353637383940>>