HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 426 - 450 of 1361) sorted by null

<<11121314151617181920>>

  /external/grub/stage2/
jfs.h 62 #define DISIZE 512 /* on-disk inode size (in byte) */
64 #define INOSPERIAG 4096 /* number of disk inodes per iag */
66 #define INOSPEREXT 32 /* number of disk inode per extent */
334 * directory root page (in-line in on-disk inode):
551 /* extended mode bits (on-disk inode di_mode) */
556 #define EXTSPERIAG 128 /* number of disk inode extent per iag */
xfs.h 65 * Disk based types:
181 * Bmap root header, on-disk form only.
471 * Disk inode structure.
  /external/qemu-pc-bios/bochs/bios/
rombios.c 34 // $e3fe ; INT 13h Fixed Disk Services Entry Point
35 // $e401 ; Fixed Disk Parameter Table
73 // - Current code can not boot and emulate a hard-disk
115 // - Emulate a Hard-disk (currently only diskette can be emulated) see "FIXME ElTorito Harddisk"
753 // Disk Physical Table definition
    [all...]
  /ndk/sources/host-tools/make-3.81/
readme.vms 16 $ mc sys$disk:[]1st-make clean
17 $ mc sys$disk:[]1st-make
20 $ mc sys$disk:[]2nd-make clean
21 $ mc sys$disk:[]2nd-make
52 Some notes on case sensitive names in rules and on the disk. In the VMS
206 mcr sys$disk:[]program.exe < input.txt > output.txt &> error.txt
  /external/chromium/net/disk_cache/
entry_impl.cc 87 // sent to disk. The buffer can start at any offset, but if we try to write to
114 // should do a smaller read from disk.
217 // We should read from disk.
888 // Save the sparse info to disk. This will generate IO for this entry and
    [all...]
  /external/llvm/include/llvm/Support/
PathV1.h 83 /// about the path without accessing disk), Disk Accessors (provide
85 /// (change the path information, not the disk), and Disk Mutators (change
86 /// the disk file/directory referenced by the path). The Disk Mutator methods
87 /// all have the word "disk" embedded in their method name to reinforce the
309 /// @name Disk Accessors
507 /// @name Disk Mutators
527 /// to be set on the disk object referenced by the Path
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 71 EXT2ED is a "disk editor" for the ext2 filesystem. Its purpose is to show
306 to update the object in the disk with the changed object in memory.
314 enabled, each change to the disk will be logged at a very primitive
329 working with EXT2ED, the logging option will be enabled, despite the disk
360 of my ide disk. The command will be:
469 Editing without a type. In this case, the disk block will be shown
572 is required to actually write the new data to the disk.
830 disk, use the <Command>writedata</Command> command.
934 The <Command>writedata</Command> command will update the disk with the object data that
1204 editing of the main copy. No actual data is written to disk, of-course
    [all...]
  /external/tcpdump/
print-rx.c 310 { 20000, "disk-begin" },
311 { 20001, "disk-commit" },
312 { 20002, "disk-lock" },
313 { 20003, "disk-write" },
314 { 20004, "disk-getversion" },
315 { 20005, "disk-getfile" },
316 { 20006, "disk-sendfile" },
317 { 20007, "disk-abort" },
318 { 20008, "disk-releaselocks" },
319 { 20009, "disk-truncate" }
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 100 /// appears on disk. This includes the file content, the header, the
102 /// @brief Get total on-disk member size.
273 /// method does not actually create the archive disk file. It creates an
318 /// closes files. It does nothing with the archive file on disk. If you
354 /// file member. Archive files, on disk, have a signature and might have a
414 /// This method is the only way to get the archive written to disk. It
426 /// @brief Write (possibly modified) archive contents to disk
  /external/qemu/block/
qcow2-refcount.c 270 /* Now the new refcount block needs to be written to disk */
360 /* Write refcount blocks to disk */
369 /* Write refcount table to disk */
487 /* Only write refcount block to disk when we are done with it */
535 /* Write last changed block to disk */
942 /* Read L2 table from disk */
    [all...]
  /external/qemu/hw/
scsi-disk.c 23 do { printf("scsi-disk: " fmt , ## __VA_ARGS__); } while (0)
29 do { fprintf(stderr, "scsi-disk: " fmt , ## __VA_ARGS__); } while (0)
33 #include "scsi-disk.h"
344 (eg. disk reads), negative for transfers to the device (eg. disk writes),
628 /* Rigid disk device geometry page. */
659 /* Flexible disk device geometry page. */
  /external/grub/docs/
multiboot.texi 166 image from a variety of sources, including floppy disk, hard disk, and
169 Disk-based boot loaders may use a variety of techniques to find the
170 relevant OS image and boot module data on disk, such as by
669 field is valid, and indicates which @sc{bios} disk device the boot
671 @sc{bios} disk, then this field must not be present (bit 3 must be
686 @sc{bios} INT 0x13 low-level disk interface: e.g. 0x00 for the first
687 floppy disk or 0x80 for the first hard disk.
693 example, if the disk is partitioned using a simple one-level DO
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 172 const UnicodeString pattern = "There {0,choice,0#are no files|1#is one file|1<are {0, number} files} on disk {1}. ";
250 Formattable("Disk"), Formattable(UDate((int32_t)1000000000L), Formattable::kIsDate)
280 "There are 3,456 files on Disk at 1/12/70 5:46 AM.",
281 "On Disk, there are 3,456 files, with $1.00.",
459 "The disk \"{1}\" contains {0} file(s).", err);
464 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 0 file(s).") {
471 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 1 file(s).") {
479 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 12 file(s).") {
492 MessageFormat* form = new MessageFormat("The disk \"{1}\" contains {0}.", err);
503 if (string != "The disk \"MyDisk\" contains no files.")
    [all...]
  /external/chromium/net/base/
net_error_list.h 453 // Unable to read from the disk cache.
456 // Unable to write to the disk cache.
462 // The disk cache is unable to open this entry.
465 // The disk cache is unable to create this entry.
468 // Multiple transactions are racing to create disk cache entries. This is an
  /external/chromium/chrome/browser/prefs/
pref_service.h 162 // Writes the data to disk. The return value only reflects whether
164 // it on disk (since it's on a different thread). This should only be used if
172 // Lands pending writes to disk.
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 90 // it does not already exist on disk.
240 // string to disk - we don't need it anymore.
314 // temporary model string. TODO(noelutz): don't store the model to disk if
  /external/chromium/chrome/browser/themes/
theme_service.cc 173 // Writes the theme pack to disk on a separate thread.
181 NOTREACHED() << "Could not write theme pack to disk";
645 // Write the packed file to disk.
  /external/chromium/net/proxy/
proxy_resolver_v8_unittest.cc 86 // disk.
104 // Try to read the file from disk.
108 // If we can't load the file from disk, something is misconfigured.
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 70 // The disk allocation feature is still work in progress so currently
400 // TODO: Check if the new disk allocation mechanism works
481 // symlink, so we don't jump out of the target disk inadvertently.
  /external/kernel-headers/original/linux/
msdos_fs.h 186 loff_t i_pos; /* on-disk position of directory entry */
248 struct nls_table *nls_disk; /* Codepage used on disk */
278 loff_t i_pos; /* on-disk position of directory entry or 0 */
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.mm 271 // Find all plug-ins on disk
274 // Find plug-ins to remove from database (i.e., plug-ins that no longer exist on disk)
279 // Any plug-ins that were removed from disk since the last refresh should be removed from
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 102 // Creates the image from the given filename on disk, and returns true on
192 " Compares two files on disk, returning 0 when they are the same\n"
197 " Compares two files on disk, outputs an image that visualizes the"
  /external/zlib/contrib/minizip/
unzip.c 179 respect to the starting disk number */
545 /* number of the disk with the start of the zip64 end of central directory */
595 uLong number_disk_with_CD; /* number the the disk with central dir, used
651 /* number of this disk */
655 /* number of the disk with the start of the central directory */
659 /* total number of entries in the central directory on this disk */
677 starting disk number */
699 /* number of this disk */
703 /* number of the disk with the start of the central directory */
707 /* total number of entries in the central dir on this disk */
    [all...]
  /frameworks/base/core/java/android/content/
SharedPreferences.java 200 * asynchronous commit to disk and you won't be notified of
213 * writing to disk. The framework makes sure in-flight disk
  /libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java 195 writeShort(cDir, 0); // Disk Start
239 writeShort(cDir, 0); // Disk Number
240 writeShort(cDir, 0); // Start Disk

Completed in 298 milliseconds

<<11121314151617181920>>