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

1 2 3 4 5 67 8 91011>>

  /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/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/chromium_org/base/
native_library.h 59 // Loads a native library from disk. Release it with UnloadNativeLibrary when
67 // Loads a native library from disk. Release it with UnloadNativeLibrary when
  /external/chromium_org/content/browser/webui/
shared_resources_data_source.cc 56 // Requests should not block on the disk! On POSIX this goes to disk.
  /external/chromium_org/third_party/sqlite/src/test/
corruptB.test 61 } {1 {database disk image is malformed}}
75 } {1 {database disk image is malformed}}
108 } {1 {database disk image is malformed}}
122 } {1 {database disk image is malformed}}
136 } {1 {database disk image is malformed}}
150 } {1 {database disk image is malformed}}
162 } {1 {database disk image is malformed}}
187 } {1 {database disk image is malformed}}
tkt2686.test 40 } {1 {database or disk is full}}
70 } {1 {database or disk is full}}
  /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
  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 26 // Permit disk reads here, as /proc/meminfo isn't really "on
27 // disk" and should be fast. TODO: make BlockGuard ignore
  /external/chromium/net/disk_cache/
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/chromium_org/net/disk_cache/
sparse_control.h 27 // This class provides support for the sparse capabilities of the disk cache.
49 // on disk and returns net::OK. Otherwise it returns a net error code.
53 // generating disk IO (so the answer provided is only a best effort).
80 // Creates a new sparse entry or opens an aready created entry from disk.
81 // These methods just read / write the required info from disk for the current
108 // Writes to disk the tracking information for this entry.
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 27 // This class provides support for the sparse capabilities of the disk cache.
48 // generating disk IO (so the answer provided is only a best effort).
77 // on disk and returns net::OK. Otherwise it returns a net error code.
80 // Creates a new sparse entry or opens an aready created entry from disk.
81 // These methods just read / write the required info from disk for the current
96 // Writes to disk the tracking information for this entry.
  /system/vold/
DirectVolume.cpp 100 /* We can handle this disk */
116 if (!strcmp(devtype, "disk")) {
121 /* Send notification iff disk is ready (ie all partitions found) */
126 "Volume %s %s disk inserted (%d:%d)", getLabel(),
132 if (!strcmp(devtype, "disk")) {
138 if (!strcmp(devtype, "disk")) {
212 SLOGE("Partition '%s' has a different major than its disk!", devpath);
251 SLOGI("Volume %s disk has changed", getLabel());
292 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
293 snprintf(msg, sizeof(msg), "Volume %s %s disk removed (%d:%d)"
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
README.txt 8 reduce the overall system resources (CPU, disk bandwidth etc.) at all, it
28 a database write does not have to wait for (sometimes slow) disk I/O
35 safely on disk. With the asynchronous I/O, this is not the case. If
38 database change might never make it to disk and the next user of the
50 written directly to disk, but is placed in the "write-queue" to be
55 disk and the write-queue, so that from the point of view of
92 in the write-queue have been flushed to disk. This means
  /external/clang/lib/Serialization/
ASTReaderInternals.h 82 /// \brief Base class for the trait describing the on-disk hash table for the
86 /// functionality for accessing the on-disk hash table of identifiers
141 /// \brief The on-disk hash table used to contain information about
184 /// \brief The on-disk hash table used for the global method pool.
188 /// \brief Trait class used to search the on-disk hash table containing all of
191 /// The on-disk hash table contains a mapping from each header path to
231 /// \brief The on-disk hash table used for known header files.
  /external/e2fsprogs/misc/
chattr.1.in 54 not modified. This avoids a certain amount of disk I/O for laptop
61 A file with the `c' attribute set is automatically compressed on the disk
63 this file compresses data before storing them on the disk. Note: please
68 the changes are written synchronously on the disk; this is equivalent to
83 the blocks on disk. It may not be removed using
113 and written back to the disk. Note: please make sure to read the bugs
117 the changes are written synchronously on the disk; this is equivalent to
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 221 virtual void OnDeviceAdded(const disks::DiskMountManager::Disk& disk) = 0;
224 virtual void OnDeviceRemoved(const disks::DiskMountManager::Disk& disk) = 0;
268 std::vector<disks::DiskMountManager::Disk> GetBurnableDevices();
368 void NotifyDeviceAdded(const disks::DiskMountManager::Disk& disk);
369 void NotifyDeviceRemoved(const disks::DiskMountManager::Disk& disk);
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 105 // A class to represent information about a disk sent from cros-disks.
114 // Disk mount path. (e.g. /media/removable/VOLUME)
117 // Disk system path given by udev.
124 // Does the disk have media content.
127 // Is the disk on deveice we booted the machine from.
130 // Disk file path (e.g. /dev/sdb).
133 // Disk label.
148 // Disk model. (e.g. "TransMemory")
154 // Total size of the disk in bytes.

Completed in 883 milliseconds

1 2 3 4 5 67 8 91011>>