/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.h | 20 // Prepare for saving the current web page to disk. 23 // Prepare for saving the URL to disk.
|
/external/chromium-trace/trace-viewer/build/ |
check_gyp.py | 37 error = 'Entries in ' + GYP_FILE + ' do not match files on disk:\n' 46 error += ' On disk only:\n ' + '\n '.join(sorted(in_known_only))
|
/external/chromium_org/cc/test/ |
pixel_test_utils.h | 15 // Encodes a bitmap into a PNG and write to disk. Returns true on success. The 24 // Compares with a PNG file on disk using the given PixelComparator, and returns
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
fake_free_disk_space_getter.h | 15 // This class is used to report fake free disk space. In particular, this 16 // class can be used to simulate a case where disk is full, or nearly full.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_policy_token_loader.h | 17 // Handles disk access and threading details for loading and storing tokens. 35 // Starts loading the disk cache. After the load is finished, the result is
|
/external/chromium_org/chrome/browser/policy/cloud/ |
enterprise_metrics.h | 15 // A cached token was successfully loaded from disk. 17 // Reading a cached token from disk failed. 38 // Successfully cached a token to disk. 40 // Caching a token to disk failed. 56 // A cached policy was successfully loaded from disk. 58 // Reading a cached policy from disk failed. 97 // Successfully cached a policy to disk. 99 // Caching a policy to disk failed.
|
/external/chromium_org/chrome/browser/profiles/ |
storage_partition_descriptor.h | 11 // This structure combines a StoragePartition's on-disk path and a boolean for 12 // whether the partition should be persisted on disk. Its purpose is to serve as
|
/external/chromium_org/chrome/installer/mini_installer/ |
pe_resource.h | 12 // it to disk. Each resource is unique only in the context of a loaded module, 32 // not be loaded into memory or if it cannot be written to disk it returns
|
/external/chromium_org/sync/internal_api/public/test/ |
test_internal_components_factory.h | 13 // BuildDirectoryBackingStore should not use persistent on-disk storage. 16 // on disk store.
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3corrupt.test | 9 # corrupt data structure on disk. 42 } {1 {database disk image is malformed}} 71 } {1 {database disk image is malformed}} 88 } {1 {database disk image is malformed}} 113 } {1 {database disk image is malformed}} 132 } {1 {database disk image is malformed}} 154 } {1 {database disk image is malformed}} 158 } {1 {database disk image is malformed}}
|
/external/kernel-headers/original/linux/ |
efs_fs_i.h | 18 * layout of an extent, in memory and on disk. 8 bytes exactly. 36 * extent based filesystem inode as it appears on disk. The efs inode
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CDStatus.3 | 9 \fB/* Given a status, returns true if there\&'s a disk in the drive */ 28 The macro \fBCD_INDRIVE\fP is provided for convenience, and given a status returns true if there\&'s a disk in the drive\&.
|
/external/yaffs2/yaffs2/direct/ |
yaffs_flashif.h | 3 * yaffs_ramdisk.h: yaffs ram disk component 16 // This provides a rma disk under yaffs.
|
yaffs_ramdisk.h | 3 * yaffs_ramdisk.h: yaffs ram disk component 16 // This provides a rma disk under yaffs.
|
/external/yaffs2/yaffs2/ |
yaffs_tagscompat.h | 3 * yaffs_ramdisk.h: yaffs ram disk component 16 /* This provides a ram disk under yaffs.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
romfs_fs.h | 19 /* On-disk "super block" */ 29 /* On disk inode */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 19 /* On-disk "super block" */ 29 /* On disk inode */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 19 /* On-disk "super block" */ 29 /* On disk inode */
|
/external/qemu/android/avd/ |
hardware-properties.ini | 166 name = disk.cachePartition 172 name = disk.cachePartition.path 176 description = Cache partition to use on the device. Ignored if disk.cachePartition is not 'yes'. 178 name = disk.cachePartition.size 298 name = disk.ramdisk.path 306 # disk.systemPartition.path points to the read/write system partition image. 310 # disk.systemPartition.initPath is only used when .path is empty. It must 313 # disk.systemPartition.size is the ideal size of the system partition. The 315 # it indicates the maximum size the disk image file can grow to. 317 name = disk.systemPartition.pat [all...] |
/external/jpeg/ |
makefile.vms | 24 $ OPT = ",Sys$Disk:[]makvms.opt/Option" 127 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 128 $ mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 129 $ mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 130 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 132 $ mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
/external/qemu/block/ |
bochs.c | 2 * Block driver for the various disk image formats used by Bochs 54 uint64_t disk; // disk size member in struct:bochs_header_v1::__anon26582::__anon26583 75 uint64_t disk; // disk size member in struct:bochs_header::__anon26584::__anon26585 133 bs->total_sectors = le64_to_cpu(header_v1.extra.redolog.disk) / 512; 135 bs->total_sectors = le64_to_cpu(bochs.extra.redolog.disk) / 512;
|
/external/qemu/distrib/jpeg-6b/ |
makefile.vms | 24 $ OPT = ",Sys$Disk:[]makvms.opt/Option" 127 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 128 $ mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 129 $ mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 130 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 132 $ mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.cc | 381 const DiskMountManager::Disk* disk) { 385 if (disk->is_hidden()) 388 OnDiskAdded(disk); 390 OnDiskRemoved(disk); 424 const DiskMountManager::Disk* disk = local 426 if (!disk || mounted_disk_monitor_->DiskIsRemounting(*disk)) 430 disk->system_path_prefix(), disk->drive_label(), disk->is_parent() [all...] |
/external/e2fsprogs/misc/ |
badblocks.8.in | 50 is used to search for bad blocks on a device (usually a disk partition). 60 disk. If it is not specified the first block on the disk is used as a default. 153 Repeat scanning the disk until there are no new blocks discovered in 154 num_passes consecutive scans of the disk. 161 of the current badblocks pass over the disk. Note that badblocks may do 162 multiple test passes over the disk, in particular if the 169 Specify a test pattern to be read (and written) to disk blocks. The 180 specified pattern has previously been written to the disk - if not, large
|
/build/tools/acp/ |
README | 17 volume. "cp" works okay copying from local disk. 22 If you copy from NFS to local disk, your NFS files will always be 23 newer, because the local disk time stamp is truncated rather than
|