Searched
full:disk (Results
476 -
500 of
1896) sorted by null
<<11121314151617181920>>
/frameworks/base/services/java/com/android/server/am/ |
CoreSettingsObserver.java | 33 * disk I/O operations. Note: This class assumes that all core settings reside
|
/libcore/support/src/test/java/tests/io/ |
MockOs.java | 34 * be useful to test otherwise hard-to-test scenarios such as a full disk.
|
/ndk/sources/cxx-stl/stlport/src/ |
fstream.cpp | 54 // If it's a disk file, and if the internal and external character
|
/system/extras/tests/bionic/libc/common/ |
bench_stdio.c | 31 * to ensure that disk speed and caching don't change our results.
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FsFile.java | 80 * Flush any possibly cached data to the disk.
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChainDirectory.java | 35 * directory may occupy on disk. The {@code ClusterChainDirectory} takes
|
/dalvik/vm/ |
SignalCatcher.cpp | 137 * before doing the file write, so we don't stall the VM if disk I/O is 180 * We don't know how long it will take to do the disk I/O, so put us
|
/external/bison/lib/ |
strerror-override.c | 123 return "Disk quota exceeded"; 276 return "Disk quota exceeded";
|
/external/chromium/base/win/ |
pe_image.h | 214 // Converts an rva value to an offset on disk. 218 // Converts an address to an offset on disk.
|
/external/chromium/chrome/browser/cocoa/ |
keystone_glue.h | 132 // such as a disk image. 204 // The version of the application currently installed on disk.
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.h | 69 // Updates the on-disk store with the input |snapshot| as a database 182 // The handle to our sqlite on-disk store for initialization and loading, and
|
/external/chromium/net/disk_cache/ |
stress_cache.cc | 5 // This is a simple application that stress-tests the crash recovery of the disk 14 // To test that the disk cache doesn't generate critical errors with regular
|
/external/dnsmasq/src/ |
config.h | 117 in its leases file. This also make dnsmasq "flash disk friendly". 118 Normally, dnsmasq tries very hard to keep the on-disk leases file
|
/external/e2fsprogs/lib/ext2fs/ |
fileio.c | 99 * This function flushes the dirty block buffer out to disk if 158 * the disk as necessary.
|
/external/grub/stage2/ |
fsys_reiserfs.c | 71 __u16 s_tree_height; /* height of disk tree */ 108 on disk, and this transaction does not need to be replayed. 178 /* Header of a disk block. More precisely, header of a formatted leaf 227 unsigned long dc_block_number; /* Disk child's block number. */ 228 unsigned short dc_size; /* Disk child's used space. */ 233 /* Stat Data on disk. 423 * transactions are still on disk. 466 * we can still read the rest from the disk on demand. [all...] |
/external/kernel-headers/original/linux/ |
swap.h | 45 * kilobyte is reserved for boot loader or disk label stuff... 94 * disk blocks. A list of swap extents maps the entire swapfile. (Where the
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 113 The file is streamed from disk using a threaded double-buffer approach. 114 This way, the high latency operation of reading from disk can be performed without interrupting
|
/external/qemu/hw/ |
mips_r4k.c | 112 "qemu: memory too small for initial ram disk '%s'\n", 121 fprintf(stderr, "qemu: could not load initial ram disk '%s'\n",
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitglobals.cpp | 89 * model. This cache model determines the RAM and disk space to use 115 // FIXME: Add disk cache handling when soup has the API
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebsecurityorigin.cpp | 67 disk usage of the origin's databases can be limited with setDatabaseQuota(). 119 use on the disk.
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebIconDatabase.cpp | 75 LOG_ERROR("Unable to open WebKit2 icon database on disk"); 163 // If the decision hasn't been read from disk yet, set this url and callback ID aside to be notifed later
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
testoutput.py | 72 """Have the files in this TestOutput write themselves to the disk at the specified location.""" 134 """Deletes the files that comprise this TestOutput from disk. This
|
/frameworks/base/core/java/com/android/internal/backup/ |
LocalTransport.java | 43 * Backup transport for stashing stuff into a known location on disk, and 192 RestoreSet set = new RestoreSet("Local disk image", "flash", RESTORE_TOKEN);
|
/frameworks/base/docs/html/tools/devices/ |
managing-avds.jd | 218 <td>disk.cachePartition</td> 226 <td>disk.cachePartition.size</td>
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoStoreTest.java | 119 * - Loads the photo entry's file content from disk. 120 * - Compares the expected photo content to the disk content.
|
Completed in 1563 milliseconds
<<11121314151617181920>>