HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 76 - 100 of 1896) sorted by null

1 2 34 5 6 7 8 91011>>

  /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
  /external/e2fsprogs/lib/ext2fs/
flushb.c 3 * device to disk and to flush any buffers from disk cache.
43 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */
  /external/grub/stage1/
stage1.h 69 /* The segment of disk buffer. The disk buffer MUST be 32K long and
79 /* The flag for BIOS drive number to designate a hard disk vs. a
stage1.S 94 .byte GRUB_INVALID_DRIVE /* the disk to load stage2 from */
143 * Check if we have a forced disk reference here
188 /* set %si to the disk address packet */
213 * BIOS call "INT 0x13 Function 0x42" to read sectors from disk into memory
216 * %ds:%si = segment:offset of disk address packet
232 * Determine the hard disk geometry from the BIOS!
245 /* Nope, we definitely have a hard disk, and we're screwed. */
326 * BIOS call "INT 0x13 Function 0x2" to read sectors from disk into memory
332 * %dl = drive (0x80 for hard disk, 0x0 for floppy disk)
    [all...]
  /cts/tools/signature-tools/src/signature/io/
IApiExternalizer.java 26 * disk. An alternative implementation can use ASCII files.
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 48 * This class handles disk and memory caching of bitmaps in conjunction with the
60 // Default disk cache size in bytes
63 // Compression settings when writing images to disk cache
173 // By default the disk cache is not initialized here as it should be initialized
174 // on a separate thread due to disk access.
176 // Set up disk cache
182 * Initializes the disk cache. Note that this includes disk access so this should not be
183 * executed on the main/UI thread. By default an ImageCache does not initialize the disk
188 // Set up disk cach
    [all...]
  /external/chromium/chrome/browser/policy/proto/
device_management_local.proto 13 // Wrapper around CloudPolicyResponse/DevicePolicyResponse for caching on disk.
  /external/chromium/chrome/common/
content_settings.h 23 // prefs off disk.
  /external/chromium/net/disk_cache/
file_block.h 15 // Used to simplify loading / storing the block from disk.
sparse_control.h 28 // This class provides support for the sparse capabilities of the disk cache.
48 // on disk and returns net::OK. Otherwise it returns a net error code.
52 // generating disk IO (so the answer provided is only a best effort).
79 // Creates a new sparse entry or opens an aready created entry from disk.
80 // These methods just read / write the required info from disk for the current
107 // Writes to disk the tracking information for this entry.
  /external/dropbear/
MULTI 5 can create a single binary. This will save disk space by avoiding repeated
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDName.3 19 "/dev/disk/ide/1/master"
  /external/qemu/hw/
scsi-disk.h 4 /* scsi-disk.c */
  /external/stlport/test/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
  /external/stressapptest/src/
disk_blocks.h 15 // Interface for a thread-safe container of disk blocks
32 // Data about a block written to disk so that it can be verified later.
51 bool initialized_; // flag indicating the block was written on disk
57 // Disk Block table - store data from blocks to be write / read by
  /external/webkit/LayoutTests/storage/indexeddb/
data-corruption-expected.txt 1 Test that data inserted into IndexedDB does not get corrupted on disk.
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.h 3 * yaffs_ramdisk.c: yaffs ram disk component
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 7 * This full_streambuf purpose is to act like a full disk to check the right behavior
  /system/core/libzipfile/
private.h 32 unsigned int centralDirOffest; // offset from first disk //mCentralDirOffset;
  /external/grub/stage2/
start.S 119 /* set up disk address packet */
147 * BIOS call "INT 0x13 Function 0x42" to read sectors from disk into memory
150 * %ds:%si = segment:offset of disk address packet
237 * BIOS call "INT 0x13 Function 0x2" to read sectors from disk into memory
243 * %dl = drive (0x80 for hard disk, 0x0 for floppy disk)
250 movw %bx, %es /* load %es segment with disk buffer */
263 /* load addresses for copy from disk buffer to destination */
323 * BIOS Geometry translation error (past the end of the disk geometry!).
330 * Read error on the disk
    [all...]
  /external/chromium/base/
native_library.h 54 // Loads a native library from disk. Release it with UnloadNativeLibrary when
62 // Loads a native library from disk. Release it with UnloadNativeLibrary when
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.h 13 // A syncer command that purges (from memory and disk) entries belonging to
23 // The removal from memory is done synchronously, while the disk purge is left
  /external/e2fsprogs/ext2ed/
disk.c 3 /usr/src/ext2ed/disk.c
5 A part of the extended file system 2 disk editor.
8 The filesystem's disk activity pass through here.
49 internal_error ("No device opened yet read requested","disk","low_read");
54 internal_error (temp,"disk","low_read");
95 internal_error ("AllowChanges=0 yet enablewrite succeeded","disk","low_write");
100 internal_error ("No device opened yet read requested","disk","low_write");
106 internal_error (temp,"disk","low_write");
  /external/grub/docs/
menu.lst 75 # For installing GRUB into the hard disk
76 title Install GRUB into the hard disk

Completed in 608 milliseconds

1 2 34 5 6 7 8 91011>>