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

1 2 3 4 5 6 78 91011>>

  /external/grub/stage2/
ufs2.h 113 * This structure defines the on-disk format of a dinode. Since
114 * this structure describes an on-disk structure, all its fields
135 ufs1_daddr_t di_db[NDADDR]; /* 40: Direct disk blocks. */
136 ufs1_daddr_t di_ib[NIADDR]; /* 88: Indirect disk blocks. */
166 ufs2_daddr_t di_db[NDADDR]; /* 112: Direct disk blocks. */
167 ufs2_daddr_t di_ib[NIADDR]; /* 208: Indirect disk blocks. */
263 grub_int32_t fs_old_rps; /* disk revolutions per second */
332 grub_int32_t fs_old_inodefmt; /* format of on-disk inodes */
351 * Turn filesystem block numbers into disk block addresses.
disk_inode.h 79 mach_daddr_t Mb_db[FFS_NDADDR]; /* 40: disk block addresses */
97 * Same structure, but on disk.
  /external/grub/docs/
grub.texi 163 position of your kernel on the disk. Thus you can load the kernel
303 Support reading data from any or all floppies or hard disk(s) recognized
321 In traditional disk calls (called @dfn{CHS mode}), there is a geometry
328 available. In LBA mode, GRUB can access the entire disk.
331 GRUB is basically a disk-based boot loader but also has network
389 disk. The number @samp{0} is the drive number, which is counted from
391 disk.
397 Here, @samp{hd} means it is a hard disk drive. The first integer
398 @samp{0} indicates the drive number, that is, the first hard disk, while
402 one. This expression means the second partition of the first hard disk
    [all...]
  /build/core/tasks/
factory_ramdisk.mk 73 $(call pretty,"Target factory ram disk file system: $@")
84 $(call pretty,"Target factory ram disk img format: $@")
  /external/chromium/base/threading/
thread_restrictions.h 26 // 2) If a function makes a call that will go out to disk, check whether the
33 // if you put them as close to the disk access as possible, at the
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 38 // Prefix for the disk usage files.
39 static const FilePath::CharType kDiskPrefix[] = FPL("disk-");
44 // Delay in milliseconds before writing the login times to disk.
237 const std::string& disk) {
245 AppendFile(disk_output, disk.data(), disk.size());
313 RecordStatsDelayed, name, stats.uptime, stats.disk));
322 file_util::ReadFileToString(kDiskStat, &stats.disk);
  /external/chromium/chrome/browser/extensions/
convert_user_script_unittest.cc 47 // Make sure the files actually exist on disk.
86 // Make sure the files actually exist on disk.
extension_rlz_module.cc 74 // This can be slow if registry access goes to disk. Should preferably
99 // This can be slow if registry access goes to disk. Should preferably
117 // This can be slow if registry access goes to disk. Should preferably
178 // This can be slow if registry access goes to disk. Should preferably
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 10 // The bloom filter manages it serialization to disk with the following file
48 // Loading and storing the filter from / to disk.
  /external/chromium/net/disk_cache/
disk_cache.h 5 // Defines the public interface of the disk cache. For more details see
6 // http://dev.chromium.org/developers/design-documents/disk-cache
46 // any backend that performs operations on a disk. The returned pointer can be
57 // The root interface for a disk cache instance.
72 // object representing the specified disk cache entry. When the entry pointer
81 // Entry object representing the newly created disk cache entry. When the
140 // This interface represents an entry in the disk cache.
288 // object that refers to the same physical disk entry.
  /external/e2fsprogs/lib/blkid/
libblkid.3.in 31 than root, or those not in the "disk" group) to locate devices by label/id.
39 devices will be scanned at most one time and the on-disk cache will be
  /external/e2fsprogs/lib/ext2fs/
dosio.h 4 * Disk I/O include file for the ext2fs/DOS library.
106 * Macros to check for disk hardware errors
ext3_extents.h 30 * this is extent on-disk structure
41 * this is index on-disk structure
  /external/libvpx/examples/
simple_decoder.txt 7 decoder, and writes the decompressed frames to disk. Other decoder
73 In this example, we simply write the encoded data to disk. It is
  /external/qemu/block/
parallels.c 2 * Block driver for Parallels disk image format
6 * This code is based on comparing different disk images created by Parallels.
  /external/yaffs2/yaffs2/direct/
yaffs_flashif.c 3 * yaffs_ramdisk.c: yaffs ram disk component
15 // This provides a rma disk under yaffs.
yaffs_ramdisk.c 3 * yaffs_ramdisk.c: yaffs ram disk component
15 // This provides a rma disk under yaffs.
yaffscfg.c 42 // /boot 2MB boot disk (flash)
43 // /flash 14MB flash disk (flash)
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 55 * Called on disk writes.
60 * Called on disk reads.
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 65 //! Read a PGM file from disk
67 //! Write a PGM file to disk
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 65 //! Read a PGM file from disk
67 //! Write a PGM file to disk
  /system/core/include/diskconfig/
diskconfig.h 62 * Note: multi-byte entities have little-endian layout on disk */
93 uint32_t num_lba; /* the size of the disk in LBA units */
  /external/chromium/base/
native_library_mac.mm 21 // dlopen() etc. open the file off disk.
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils_unittest.cc 53 // Export public key, so that we can compare it to the one we get off disk.
  /external/chromium/chrome/browser/first_run/
first_run_gtk.cc 34 // Since ImportSettings is called before the local state is stored on disk

Completed in 370 milliseconds

1 2 3 4 5 6 78 91011>>