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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 110 """startup disk - the startup disk """
170 'disk' : Containers_and_folders.disk,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_URL_suite.py 24 """GetURL: Loads the URL (optionally to disk)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile64.py 8 # and requires more disk space than most of the buildbots.
11 'test requires loads of disk-space bytes and a long time to run'
81 # gigabytes of disk space for the duration of the test.
88 # gigabytes of disk space for the duration of the test.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile64.py 8 # and requires more disk space than most of the buildbots.
11 'test requires loads of disk-space bytes and a long time to run'
81 # gigabytes of disk space for the duration of the test.
88 # gigabytes of disk space for the duration of the test.
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.mm 95 // Returns true if |path| is located on a read-only filesystem of a disk
181 // any ancestor service matches the class used for disk images, the
182 // filesystem resides on a disk image.
191 // The filesystem does not reside on a disk image.
196 // disk image. Returns false if not, or in the event of an error.
202 // Shows a dialog asking the user whether or not to install from the disk
246 // target_path and perform any additional on-disk bookkeeping needed to be
  /external/kernel-headers/original/linux/
quota.h 81 #define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */
152 __u32 dqb_bhardlimit; /* absolute limit on disk blks alloc */
153 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
158 time_t dqb_btime; /* time limit for excessive disk use */
223 loff_t dq_off; /* Offset of dquot on disk */
255 int (*acquire_dquot) (struct dquot *); /* Quota is going to be created on disk */
256 int (*release_dquot) (struct dquot *); /* Quota is going to be deleted from disk */
  /bootable/diskinstaller/
installer.c 50 fprintf(stderr, "\t-l <path> - Path to device disk layout conf file "
56 fprintf(stderr, "\t-t - Test mode. Don't write anything to disk.\n");
143 /* First, write the image to disk. */
328 ALOGE("Offset to write into the disk is unknown for %s", img->name);
333 ALOGE("Only raw images can specify direct offset on the disk. Please"
432 /* Read and process the disk configuration */
434 ALOGE("Errors encountered while loading disk conf file %s",
440 ALOGE("Errors encountered while processing disk config from %s",
459 /* Now process the installer config file and write the images to disk */
476 * writes to layout the disk partitions so that we can write images t
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 26 // database as well as disk I/O. There should be only one master.
93 // Clears the visited links table by deleting the file from disk. Used as
116 // to disk. Used by the performance tester.
151 // we will write the whole table to disk at once instead of individual items.
165 // Writes the entire table to disk, returning true on success. It will leave
173 // Reads the header of the link coloring database from disk. Assumes the
191 // disk (this is a common operation).
195 // hash functions to disk. The range is inclusive on both ends. The range can
213 // and syncs it to disk if there are changes. This does not update the
220 // is set, the changes will also be written to disk. Returns true if th
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
corrupt.test 159 } {1 {database disk image is malformed}}
166 } {1 {database disk image is malformed}}
173 } {1 {database disk image is malformed}}
180 } {1 {database disk image is malformed}}
212 } {1 {database disk image is malformed}}
232 } {1 {database disk image is malformed}}
263 } {1 {database disk image is malformed}}
316 } {1 {database disk image is malformed}}
335 } {1 {database disk image is malformed}}
354 } {1 {database disk image is malformed}
    [all...]
corrupt2.test 97 } {1 {database disk image is malformed}}
120 } {1 {database disk image is malformed}}
191 } {1 {database disk image is malformed}}
197 } {1 {database disk image is malformed}}
300 } {1 {database disk image is malformed}}
321 } {1 {database disk image is malformed}}
342 } {1 {database disk image is malformed}}
365 } {1 {database disk image is malformed}}
399 } {1 {database disk image is malformed}}
420 } {1 {database disk image is malformed}
    [all...]
  /external/chromium/chrome/browser/history/
text_database.h 63 // |file_name| is the name of the file on disk.
66 // other databases on disk and in the sqlite connection.
83 // updates are happening because every insert doesn't require a sync to disk.
97 // Converts a filename on disk (optionally including a path) to a database
156 // Full file name of the file on disk, computed in Init().
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 57 // Builds a data pack on disk at |path| for future quick loading by
109 // Builds a header ready to write to disk.
175 // All structs written to disk need to be packed; no alignment tricks here,
178 // Header that is written to disk.
223 // empty. We separate the images from the images loaded from disk so that
  /external/grub/stage2/
bios.c 1 /* bios.c - implement C part of low-level BIOS disk input and output */
45 /* Read/write NSEC sectors starting from SECTOR in DRIVE disk with GEOMETRY
167 /* Floppy or hard-disk emulation */
195 /* hard disk or CD-ROM */
292 /* floppy disk */
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.
  /external/stressapptest/src/
disk_blocks.cc 15 // Thread-safe container of disk blocks
157 // A block is returned only if its content is written on disk.
190 "for sector data for disk %s.\n", device_name_.c_str());
204 // Use the entire disk or a small segment of the disk to allocate the first
worker.cc     [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 15 # The Original Code is pkg-dmg, a Mac OS X disk image (.dmg) packager
45 B<pkg-dmg> - Mac OS X disk image (.dmg) packager
70 it into a disk image stored as I<target-image>. The disk image will
86 The disk image to create. If it exists and is not in use, it will be
94 The format to create the disk image in. Valid values for I<format> are:
108 The name of the volume in the disk image. If not specified, I<volume-name>
121 Specifies a directory that should be created in the disk image.
129 Additional files to copy into the disk image. If I<dest> is
137 to disk images
    [all...]
  /external/qemu/
Changelog 99 - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka)
100 - Fix encrypted disk reporting in 'info block' (Jan Kiszka)
150 - Read-only support for Parallels disk images (Alex Beregszaszi)
164 - Support for relative paths in backing files for disk images
166 - New qcow2 disk image format
245 - Windows 2000 install disk full hack (original idea from Vladimir
247 - VMDK disk image creation (Filip Navara)
261 - .dmg disk image format support (Johannes Schindelin)
278 - Virtual PC read-only disk image support (Alex Beregszaszi)
286 - New 'qcow' growable disk image support with AES encryption an
    [all...]
  /frameworks/base/docs/html/tools/help/
emulator.jd 160 <td rowspan="7">Disk Images</td>
165 <p>For more information on disk images, use <code>-help-disk-images</code>.</p>
169 <td>Use {@code &lt;filepath&gt;} as the working user-data disk image. </td>
177 <td>Search for the user-data disk image specified in <code>-data</code> in &lt;dir&gt;</td>
182 on disk images, use <code>-help-disk-images</code>.</p>
196 of this file to the new user-data disk image. By default, the emulator copies the <code>&lt;system&gt;/userdata.img</code>.</td>
198 <p>For more information on disk images, use <code>-help-disk-images</code>.</p></td
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 78 // Dir uptime & disk logs are located in.
85 // Prefix for the disk usage files.
86 static const base::FilePath::CharType kDiskPrefix[] = FPL("disk-");
91 // Delay in milliseconds before writing the login times to disk.
145 const std::string& disk) {
154 AppendFile(disk_output, disk.data(), disk.size());
256 base::Bind(&RecordStatsDelayed, name, stats.uptime, stats.disk));
265 file_util::ReadFileToString(kDiskStat, &stats.disk);
  /external/chromium_org/chrome/common/extensions/api/
file_browser_private.json 40 "description": "Mounted disk volume information.",
44 "description": "Disk volume mount point path. The value corresponds to its Entry.fullPath in File API."
48 "description": "Disk volume device path."
65 "description": "Approximated total disk volume size in bytes."
168 "description": "Disk volume mount point path. The value corresponds to its Entry.fullPath in File API."
203 "description": "Mounted disk volume metadata.",
207 "description": "Disk volume mount point path."
211 "description": "Disk volume device path."
215 "description": "Disk volume system path."
219 "description": "Disk volume file path.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 51 // Interface class used for getting the free disk space. Tests can inject an
52 // implementation that reports fake free disk space.
82 // |free_disk_space_getter| is used to inject a custom free disk space
119 // Frees up disk space to store a file with |num_bytes| size content, while
120 // keeping kMinFreeSpace bytes on the disk, if needed.
264 // bytes, while keeping kMinFreeSpace bytes on the disk.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 48 * The media descriptor used (hard disk).
380 "disk too small for FAT32");
399 "disk too small for FAT32");
410 "disk too small for FAT16");
413 "disk too large for FAT16");
462 IllegalArgumentException("disk too large for FAT12");
  /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...]
  /art/runtime/
zip_archive.h 77 static const int32_t kEOCDDiskNumber = 4; // number of the current disk
78 static const int32_t kEOCDDiskNumberForCD = 6; // disk number with the Central Directory

Completed in 552 milliseconds

<<11121314151617181920>>