HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 651 - 675 of 1658) sorted by null

<<21222324252627282930>>

  /system/extras/ext4_utils/
make_ext4fs_main.c 24 #include <sys/disk.h>
  /system/extras/tests/directiotest/
directiotest.c 116 * each 32-bit word contain first disk block number of the test area, low
  /external/chromium/net/http/
http_cache_unittest.cc 67 // mock disk cache (a very basic memory cache implementation)
571 // Helper function for reading response info from the disk cache.
588 // Helper function for writing response info into the disk cache.
626 // This version of the disk cache doesn't invoke CreateEntry callbacks.
985 // Create a disk cache entry that stores an incomplete resource.
    [all...]
  /external/grub/stage2/
builtins.c 1094 /* Check if the disk can store the Stage 1.5. */
    [all...]
  /external/kernel-headers/original/linux/
mm.h 193 * unmapping it (needed to keep files on disk up-to-date etc), pointer
371 * list of the page's disk buffers.
384 * - inode pages may need to be read from disk,
386 * to be written to disk,
565 * address_space which maps the page from disk; whereas "page_mapped"
    [all...]
  /external/qemu-pc-bios/bochs/
config.h.in 190 // devices like the disk drive.
1004 #define BX_FLOPPY0_NAME "Floppy Disk A:"
1005 #define BX_FLOPPY1_NAME "Floppy Disk B:"
1007 #define BX_FLOPPY0_NAME "Floppy Disk 0"
1008 #define BX_FLOPPY1_NAME "Floppy Disk 1"
  /external/qemu/
vl.c 680 #define HD_ALIAS "index=%d,media=disk"
986 if (!strcmp(buf, "disk")) {
1179 fprintf(stderr, "qemu: could not open disk image %s\n",
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 461 * - In a file on disk (assetBase + fileName).
462 * - In a compressed file on disk (assetBase + fileName.gz).
768 /* look at the filesystem on disk */
782 //printf("FOUND NA '%s' on disk\n", fileName);
858 /* look at the filesystem on disk */
916 * said it was a file on disk; to be consistent with openDir()
933 * Either it wasn't found on disk or on the cached view of the disk.
1028 * Try to open an asset from a file on disk.
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 685 * before saving to disk or sending, however.
710 * the message is about to be sent or written to disk.
732 * a slideshow is loaded from disk.
759 * time the message is about to be sent or written to disk.
819 // Collect our state to be written to disk.
834 // have one already, make sure it is synced to disk.
    [all...]
Conversation.java 260 * Returns a temporary Conversation (not representing one on disk) wrapping
324 // has not yet made its way to disk), there's nothing to do.
384 * or null if it does not exist on disk yet.
646 * Remove any obsolete conversations sitting around on disk. Obsolete threads are threads
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 306 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)");
307 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)");
746 u_uastrcpy(pattern, "The disk {1} contains {0,choice,0#no files|1#one file|1<{0,number} files}");
747 u_uastrcpy(expected, "The disk MyDisk contains 100 files");
769 u_uastrcpy(expected, "The disk MyDisk contains no files");
792 u_uastrcpy(expected, "The disk MyDisk contains one file");
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 69 * is saved to disk on any change.
91 * supplicant saves these details to the disk on calling
98 * to the disk. (TODO: deprecate these calls in WifiManager)
100 * These calls persist the supplicant config to disk.
430 * Save the configured networks in supplicant to disk
697 /* Do a delayed write to disk on a seperate handler thread */
    [all...]
  /external/grub/docs/
multiboot.info 125 image from a variety of sources, including floppy disk, hard disk, and
128 Disk-based boot loaders may use a variety of techniques to find the
129 relevant OS image and boot module data on disk, such as by
631 valid, and indicates which BIOS disk device the boot loader loaded the
632 OS image from. If the OS image was not loaded from a BIOS disk, then
643 BIOS INT 0x13 low-level disk interface: e.g. 0x00 for the first floppy
644 disk or 0x80 for the first hard disk.
650 example, if the disk is partitioned using a simple one-level DO
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 326 // any changes to disk. This is only useful during testing to speed up
460 // Reads/writes bookmarks to disk.
  /external/chromium/chrome/browser/download/
download_item.h 154 // downloaded file's size on disk, and what the history system's last record
171 // Deletes the file from disk and removes the download from the views and
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 239 // Make sure we persist entries to disk that have post data.
267 // Make sure we don't persist entries to disk that have post data. This
  /external/chromium/net/tools/dump_cache/
dump_files.cc 5 // Performs basic inspection of the disk cache files with minimal disruption
120 // Reads an entry from disk. Return false when all entries have been already
  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 424 int64 totalNumberOfBytes; // receives the number of bytes on disk
425 int64 totalNumberOfFreeBytes; // receives the free bytes on disk
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 1 //===--- OnDiskHashTable.h - On-Disk Hash Table Implementation --*- C++ -*-===//
10 // This file defines facilities for reading and writing on-disk hash
  /external/clang/test/Analysis/
retain-release-inline.m 169 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
170 extern DADiskRef DADiskCopyWholeDisk( DADiskRef disk );
retain-release-region-store.m 73 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
74 extern DADiskRef DADiskCopyWholeDisk( DADiskRef disk );
retain-release.mm 189 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
190 extern DADiskRef DADiskCopyWholeDisk( DADiskRef disk );
  /external/e2fsprogs/ext2ed/
main.c 5 A part of the extended file system 2 disk editor.
533 * place in which I do check for internal errors is disk.c.
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 226 * We divide the disk to blocks of tdb_data_size.
527 * Flush data buffers to disk.
  /external/e2fsprogs/misc/
fsck.8.in 39 program will try to handle filesystems on different physical disk drives
210 multiple filesystem checks on the same physical disk.

Completed in 732 milliseconds

<<21222324252627282930>>