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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 24 // Holds information needed to create a DiskMountManager::Disk instance.
102 const DiskMountManager::Disk* disk));
121 // Initializes disk mount manager disks and mount points.
122 // Adds a test observer to the disk mount manager.
137 // Shuts down dbus thread manager and disk moutn manager used in the test.
145 // Checks if disk mount manager contains a mount point with specified moutn
154 // Adds a new disk to the disk mount manager.
155 void AddTestDisk(const TestDiskInfo& disk) {
    [all...]
mock_disk_mount_manager.h 30 const DiskMountManager::Disk*(const std::string&));
54 // Creates a fake disk entry for the mounted device. This function is
65 // Removes the fake disk entry associated with the mounted device. This
82 // Returns Disk object associated with the |source_path| or NULL on failure.
83 const DiskMountManager::Disk* FindDiskBySourcePathInternal(
90 // Notifies observers about disk status update.
92 const DiskMountManager::Disk* disk);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
mounted_disk_monitor.h 38 const chromeos::disks::DiskMountManager::Disk* disk) OVERRIDE;
52 // Checks if the disk is being remounted. The disk is remounting if it has
55 const chromeos::disks::DiskMountManager::Disk& disk) const;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java 34 * or on disk is up to to the implementation.
36 * <code>.tmp</code> if created on disk.
44 * or on disk is up to to the implementation.
56 * or on disk can be specified using the <code>allowInMemory</code>
58 * the new file will be created on disk.
66 * file MUST be created on disk.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quotaio_v2.h 25 * The following structure defines the format of the disk quota file
26 * (as it appears on disk) - the file is a radix tree whose leaves point
34 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
35 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
37 __le64 dqb_btime; /* time limit for excessive disk use */
42 * Here are header structures as written on disk and their in-memory copies
bfs_fs.h 2 * include/linux/bfs_fs.h - BFS data structures on disk.
21 /* BFS inode layout on disk */
48 /* BFS superblock layout on disk */
blkpg.h 5 * Partition table and disk geometry handling
11 * find the device number of the encompassing disk)
12 * get_all_partitions() (given the device number of a disk, return the
dqblk_xfs.h 23 * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).
36 #define Q_XGETQUOTA XQM_CMD(3) /* get disk limits and usage */
37 #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */
39 #define Q_XQUOTARM XQM_CMD(6) /* free disk space used by dquots */
55 __u64 d_blk_hardlimit;/* absolute limit on disk blks */
56 __u64 d_blk_softlimit;/* preferred limit on disk blks */
59 __u64 d_bcount; /* # disk blocks owned by the user */
63 __s32 d_btimer; /* similar to above; for disk blocks */
65 __u16 d_bwarns; /* # warnings issued wrt disk blocks */
68 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v2.h 25 * The following structure defines the format of the disk quota file
26 * (as it appears on disk) - the file is a radix tree whose leaves point
34 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
35 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
37 __le64 dqb_btime; /* time limit for excessive disk use */
42 * Here are header structures as written on disk and their in-memory copies
bfs_fs.h 2 * include/linux/bfs_fs.h - BFS data structures on disk.
21 /* BFS inode layout on disk */
48 /* BFS superblock layout on disk */
blkpg.h 5 * Partition table and disk geometry handling
11 * find the device number of the encompassing disk)
12 * get_all_partitions() (given the device number of a disk, return the
dqblk_xfs.h 23 * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).
36 #define Q_XGETQUOTA XQM_CMD(3) /* get disk limits and usage */
37 #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */
39 #define Q_XQUOTARM XQM_CMD(6) /* free disk space used by dquots */
55 __u64 d_blk_hardlimit;/* absolute limit on disk blks */
56 __u64 d_blk_softlimit;/* preferred limit on disk blks */
59 __u64 d_bcount; /* # disk blocks owned by the user */
63 __s32 d_btimer; /* similar to above; for disk blocks */
65 __u16 d_bwarns; /* # warnings issued wrt disk blocks */
68 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quotaio_v2.h 25 * The following structure defines the format of the disk quota file
26 * (as it appears on disk) - the file is a radix tree whose leaves point
34 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
35 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
37 __le64 dqb_btime; /* time limit for excessive disk use */
42 * Here are header structures as written on disk and their in-memory copies
bfs_fs.h 2 * include/linux/bfs_fs.h - BFS data structures on disk.
21 /* BFS inode layout on disk */
48 /* BFS superblock layout on disk */
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_mac.mm 20 const char kDiskImageModelName[] = "Disk Image";
128 base::ScopedCFTypeRef<DADiskRef> disk;
131 void PostEjectCallback(DADiskRef disk,
144 void PostUnmountCallback(DADiskRef disk,
154 DADiskEject(options_deleter->disk.get(), kDADiskEjectOptionDefault,
159 DADiskUnmount(options->disk.get(), kDADiskUnmountOptionWhole,
292 base::ScopedCFTypeRef<DADiskRef> disk(
294 if (!disk.get()) {
298 // Get the reference to the full disk for ejecting.
299 disk.reset(DADiskCopyWholeDisk(disk))
    [all...]
  /external/chromium_org/net/base/
cache_type.h 12 DISK_CACHE, // Disk is used as the backing storage.
19 // The types of disk cache backend, only used at backend instantiation.
  /external/stressapptest/
stressapptest.1 29 Add a direct write disk thread with block device (or file) 'device'.
33 Add a disk thread with tempfile 'filename'.
81 Size of disk cache (\-d).
98 Write/wipe disk partition (\-d).
102 Size of disk IO tempfiles.
106 Find locations to do disk IO automatically.
150 Number of random threads for each disk write thread (\-d).
166 Size of segments to split disk into (\-d).
  /external/chromium/chrome/browser/sync/syncable/
dir_open_result.h 14 FAILED_DISK_FULL, // The disk is full.
  /external/chromium_org/android_webview/browser/
net_disk_cache_remover.h 16 // Clear all http disk cache for this renderer. This method is asynchronous and
  /external/e2fsprogs/lib/ext2fs/
ext2_ext_attr.h 4 On-disk format of extended attributes for the ext2 filesystem.
21 __u32 h_blocks; /* number of disk blocks used */
29 __u16 e_value_offs; /* offset in disk block of value */
30 __u32 e_value_block; /* disk block attribute is stored on (n/i) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 18 class disk(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """disk - A disk """
26 """capacity - the total number of bytes (free or used) on the disk """
34 """format - the filesystem format of this disk """
38 """free space - the number of free bytes left on the disk """
42 """ignore privileges - Ignore permissions on this disk? """
50 """startup - Is this disk the boot disk? """
64 disks = disk
    [all...]
  /external/e2fsprogs/e2fsck/
flushb.c 2 * flushb.c --- This routine flushes the disk buffers for a disk
34 fprintf(stderr, _("Usage: %s disk\n"), progname);
  /external/kernel-headers/original/linux/
blkpg.h 5 * Partition table and disk geometry handling
11 * find the device number of the encompassing disk)
12 * get_all_partitions() (given the device number of a disk, return the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rquota.x 22 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */
23 unsigned int rq_bsoftlimit; /* preferred limit on disk blks */
28 unsigned int rq_btimeleft; /* time left for excessive disk use */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rquota.x 22 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */
23 unsigned int rq_bsoftlimit; /* preferred limit on disk blks */
28 unsigned int rq_btimeleft; /* time left for excessive disk use */

Completed in 376 milliseconds

12 3 4 5 6 7 8 91011>>