/external/clang/include/clang/Serialization/ |
Module.h | 155 /// \brief Actual data for the on-disk hash table of identifiers. 157 /// This pointer points into a memory buffer, where the on-disk hash 161 /// \brief A pointer to an on-disk hash table of opaque type 198 /// \brief Actual data for the on-disk hash table of header file 201 /// This pointer points into a memory buffer, where the on-disk hash 205 /// \brief The on-disk hash table that contains information about each of 245 /// \brief A pointer to an on-disk hash table of opaque type
|
/frameworks/base/core/java/android/app/ |
SharedPreferencesImpl.java | 140 // TODO: wait for any pending writes to disk? 154 if (DEBUG) Log.d(TAG, "disk write in flight, not unexpected."); 361 // Okay to notify the listeners before it's hit disk 374 // writing to disk. 472 * to disk. 474 * They will be written to disk one-at-a-time in the order 480 * then we're allowed to do this disk write on the main
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ufs_fs.h | 55 * Each disk drive contains some number of filesystems. 78 * UFS1 placed it 8K from the front to leave room for the disk label and 80 * room for the disk label and a bigger bootstrap, and for really piggy 195 * Turn file system block numbers into disk block addresses. 325 * This is the actual superblock, as it is laid out on the disk. 356 __fs32 fs_rps; /* disk revolutions per second */ 400 /* this comes from the disk driver partitioning */ 467 __fs32 fs_inodefmt; /* format of on-disk inodes */ 487 #define UFS_OPTSPACE 1 /* minimize disk fragmentation */ 586 * structure of an on-disk inod [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 55 * Each disk drive contains some number of filesystems. 78 * UFS1 placed it 8K from the front to leave room for the disk label and 80 * room for the disk label and a bigger bootstrap, and for really piggy 195 * Turn file system block numbers into disk block addresses. 325 * This is the actual superblock, as it is laid out on the disk. 356 __fs32 fs_rps; /* disk revolutions per second */ 400 /* this comes from the disk driver partitioning */ 467 __fs32 fs_inodefmt; /* format of on-disk inodes */ 487 #define UFS_OPTSPACE 1 /* minimize disk fragmentation */ 586 * structure of an on-disk inod [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 55 * Each disk drive contains some number of filesystems. 78 * UFS1 placed it 8K from the front to leave room for the disk label and 80 * room for the disk label and a bigger bootstrap, and for really piggy 195 * Turn file system block numbers into disk block addresses. 325 * This is the actual superblock, as it is laid out on the disk. 356 __fs32 fs_rps; /* disk revolutions per second */ 400 /* this comes from the disk driver partitioning */ 467 __fs32 fs_inodefmt; /* format of on-disk inodes */ 487 #define UFS_OPTSPACE 1 /* minimize disk fragmentation */ 586 * structure of an on-disk inod [all...] |
/external/grub/docs/ |
internals.texi | 20 * Low-level disk I/O:: INT 13H disk I/O interrupts 83 Disk swapping code and data 136 beginning of the disk, but @emph{not} relative to the partition 178 access disk blocks directly (in the indicated partition) via the block 187 numbered from 0x80, if a hard disk). 297 The disk space can be used in a boot loader is very restricted because 317 disk I/O}). 368 @node Low-level disk I/O 369 @section INT 13H disk I/O interrupt [all...] |
grub.info | 107 physical position of your kernel on the disk. Thus you can load the 251 Support reading data from any or all floppies or hard disk(s) 269 In traditional disk calls (called "CHS mode"), there is a geometry 277 the entire disk. 280 GRUB is basically a disk-based boot loader but also has network 348 `(' and `)'. The `fd' part means that it is a floppy disk. The number 350 means that GRUB will use the whole floppy disk. 354 Here, `hd' means it is a hard disk drive. The first integer `0' 355 indicates the drive number, that is, the first hard disk, while the 359 expression means the second partition of the first hard disk drive. I [all...] |
/external/grub/stage2/ |
disk_io.c | 1 /* disk_io.c - implement abstract BIOS disk input and output */ 121 /* disk buffer parameters */ 155 * wrong disk, then reset the disk geometry. 239 /* This is a EZD disk map sector 0 to sector 1 */ 323 * of the disk. 449 /* Hard disk */ 491 /* If the drive is not a hard disk drive, you shouldn't call this 509 /* The drive must be a hard disk. */ 537 /* Write back the MBR to the disk. * [all...] |
/external/e2fsprogs/lib/blkid/ |
devname.c | 439 /* Skip whole disk devs unless they have no partitions. 448 * FIXME: skip /dev/{ida,cciss,rd} whole-disk devs 466 * If last was a whole disk and we just found a partition 467 * on it, remove the whole-disk dev from the cache if 474 /* find blkid dev for the whole-disk devno */ 489 * If last was not checked because it looked like a whole-disk
|
/external/grub/util/ |
mkbimage | 77 Type of the file system to create on the virtual disk. Choices 336 # We start by creating a virtual disk which size is the number of 338 # Create the empty virtual disk 341 # We then format the virtual disk 408 And for El Torito Hard Disk emulation: 410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
|
/external/qemu/block/ |
vpc.c | 70 // Checksum of the Hard Disk Footer ("one's complement of the sum of all 74 // UUID used to identify a parent hard disk (backing file) 358 // Write BAT entry to disk 527 // Prepare the Hard Disk Footer 579 // Prepare the Dynamic Disk Header 615 .help = "Virtual disk size"
|
/external/qemu/ |
qemu-config.c | 29 .help = "number of cylinders (ide disk geometry)", 33 .help = "number of heads (ide disk geometry)", 37 .help = "number of sectors (ide disk geometry)", 45 .help = "media type (disk, cdrom)", 52 .help = "disk image", 64 .help = "disk format (raw, qcow2, ...)",
|
/external/blktrace/doc/ |
blktrace.8 | 198 any type of read or write from a specific disk location at a given size. These 200 initiated by the vm flushing dirty data to disk or the file system syncing a 201 super or journal block to disk. \fBpc\fR requests are SCSI commands. blktrace
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store.h | 205 // Collect the chunk data and preferrably store it on disk to 228 // chunk to disk). |prefix_misses| is the set of prefixes where the 237 // Cancel the update in process and remove any temporary disk
|
/external/llvm/include/llvm-c/ |
lto.h | 118 * Loads an object file from disk. 133 * Loads an object file from disk. The seek point of fd is not preserved. 140 * Loads an object file from disk. The seek point of fd is not preserved.
|
/external/llvm/tools/lto/ |
lto.cpp | 64 /// lto_module_create - Loads an object file from disk. Returns NULL on error 70 /// lto_module_create_from_fd - Loads an object file from disk. Returns NULL on 76 /// lto_module_create_from_fd_at_offset - Loads an object file from disk.
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkiticondatabase.cpp | 58 * won't be added to the database on disk and no existing icons will 189 * Determines the absolute path to the database folder on disk. 215 * Specifies the absolute path to the database folder on disk.
|
/development/tools/ |
make_key | 38 # touch the disk.
|
/external/blktrace/ |
blktrace_api.h | 99 __u64 sector; /* disk offset */
|
/external/chromium/base/ |
shared_memory_posix.cc | 105 // This function theoretically can block on the disk, but realistically 107 // and be deleted before they ever make it out to disk. 255 // This function theoretically can block on the disk, but realistically 257 // and be deleted before they ever make it out to disk.
|
sys_info.h | 31 // Return the available disk space in bytes on the volume containing |path|,
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_key_utils.h | 77 // The blob on disk is a DER-encoded X509 SubjectPublicKeyInfo object.
|
/external/chromium/chrome/browser/cocoa/ |
keystone_glue.mm | 178 // Returns the version of the currently-installed application on disk. 182 // currently installed on disk, compare that to the currently-running version, 186 // In order to check the version on disk, the installed application's 202 // on disk with the running version and calls -updateStatus:version: with the 558 // -updateStatus:version:. It doesn't matter what's currently on disk. 562 // If no updates are available, check what's on disk, because an update 596 // installed. Figure it out based on what's on disk. 639 // If the version on disk could not be determined, assume that 646 // If the version on disk doesn't match what's currently running, an [all...] |
/external/chromium/chrome/browser/download/ |
base_file.h | 24 // File being downloaded and saved to disk. This is a base class
|
/external/chromium/chrome/browser/history/ |
top_sites_backend.h | 35 // The boolean parameter indicates if the DB existed on disk or needs to be
|