/external/chromium/chrome/browser/chromeos/extensions/ |
file_browser_event_router.cc | 40 const chromeos::MountLibrary::Disk* disk) { 42 result->SetString("mountPath", disk->mount_path()); 43 result->SetString("label", disk->device_label()); 44 result->SetString("deviceType", DeviceTypeToString(disk->device_type())); 45 result->SetInteger("totalSizeKB", disk->total_size() / 1024); 46 result->SetBoolean("readOnly", disk->is_read_only()); 92 const chromeos::MountLibrary::Disk* disk) { 94 OnDiskAdded(disk); [all...] |
file_browser_event_router.h | 22 // Used to monitor disk mount changes and signal when new mounted usb device is 36 const chromeos::MountLibrary::Disk* disk); 50 void OnDiskAdded(const chromeos::MountLibrary::Disk* disk); 51 void OnDiskRemoved(const chromeos::MountLibrary::Disk* disk); 52 void OnDiskChanged(const chromeos::MountLibrary::Disk* disk); 62 void DispatchEvent(const chromeos::MountLibrary::Disk* disk, bool added) [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.cc | 18 MountLibrary::Disk::Disk(const std::string& device_path, 112 virtual void RefreshDiskProperties(const Disk* disk) OVERRIDE { 114 DCHECK(disk); variable 116 OnGetDiskProperties(disk->device_path().c_str(), 122 GetDiskProperties(disk->device_path().c_str(), 158 // Callback for disk information retrieval calls. 161 const DiskInfo* disk, 167 disk, 209 Disk* disk = iter->second; local 231 Disk* disk = iter->second; local 254 const DiskInfoAdvanced* disk = local 350 Disk* disk = iter->second; local 378 Disk* disk = iter->second; local [all...] |
mock_mount_library.cc | 49 scoped_ptr<MountLibrary::Disk> disk1(new MountLibrary::Disk( 65 disks_.insert(std::pair<std::string, MountLibrary::Disk*>( 73 // Disk Added 77 // Disk Changed 78 scoped_ptr<MountLibrary::Disk> disk2(new MountLibrary::Disk( 93 disks_.insert(std::pair<std::string, MountLibrary::Disk*>( 100 scoped_ptr<MountLibrary::Disk> disk(new MountLibrary::Disk [all...] |
/bootable/diskinstaller/ |
installer_img_layout.conf | 4 # bytes in a disk "block", must be a power of 2! 10 # Autodetect disk size if == 0
|
android_img_data_layout.conf | 4 # bytes in a disk "block", must be a power of 2! 10 # Autodetect disk size if == 0
|
android_img_system_layout.conf | 4 # bytes in a disk "block", must be a power of 2! 10 # Autodetect disk size if == 0
|
/external/kernel-headers/original/asm-arm/ |
fcntl.h | 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
quotaio_v1.h | 16 * The following structure defines the format of the disk quota file 17 * (as it appears on disk) - the file is an array of these structures 21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */ 22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */ 27 time_t dqb_btime; /* time limit for excessive disk use */
|
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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quotaio_v1.h | 16 * The following structure defines the format of the disk quota file 17 * (as it appears on disk) - the file is an array of these structures 21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */ 22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */ 27 time_t dqb_btime; /* time limit for excessive disk use */
|
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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quotaio_v1.h | 16 * The following structure defines the format of the disk quota file 17 * (as it appears on disk) - the file is an array of these structures 21 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */ 22 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */ 27 time_t dqb_btime; /* time limit for excessive disk use */
|
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
|
/hardware/ti/wlan/mac80211/ti-utils/scripts/ |
mkcard.sh | 7 SIZE=`fdisk -l $DRIVE | grep Disk | awk '{print $5}'` 9 echo DISK SIZE - $SIZE bytes
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_dat.h | 3 * on-disk data structures 9 * On-disk structures 36 __u32 t_blocknr; /* The on-disk block number */ 41 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
|
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) */
|
/external/javassist/sample/preproc/ |
package.html | 6 The produced class files are saved on a local disk.
|
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/t/ManualTest/ |
manualTest1.htm | 66 <h1>Compiler Disk v1</h1> 67 <img src=img.gif alt="Contents Compiler Disk v1"> 68 <p class=captionFigure>Contents Compiler Disk v1</p> 73 <h1>Compiler Disk v2</h1> 74 <img src=img.gif alt="Contents Compiler Disk v2"> 75 <p class=captionFigure>Contents Compiler Disk v2</p> 83 <h1>Library System Disk</h1>
|
/external/kernel-headers/original/linux/ |
genhd.h | 6 * Generic hard disk header file by 141 * Macros to operate on percpu disk statistics: 195 /* Inlines to alloc and free disk stats in struct gendisk */ 197 static inline int init_disk_stats(struct gendisk *disk) 199 disk->dkstats = alloc_percpu(struct disk_stats); 200 if (!disk->dkstats) 205 static inline void free_disk_stats(struct gendisk *disk) 207 free_percpu(disk->dkstats); 210 static inline int init_disk_stats(struct gendisk *disk) 215 static inline void free_disk_stats(struct gendisk *disk) [all...] |
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
|
/packages/apps/Email/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.
|
/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/e2fsprogs/e2fsck/ |
flushb.c | 2 * flushb.c --- This routine flushes the disk buffers for a disk 34 fprintf(stderr, _("Usage: %s disk\n"), progname);
|