HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 201 - 225 of 4352) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/autotest/server/site_tests/firmware_UserRequestRecovery/
control 19 This test requires a USB disk plugged-in, which contains a Chrome OS test
23 disk and checks success of it.
control.dev 19 This test requires a USB disk plugged-in, which contains a Chrome OS test
23 disk and checks success of it.
control.ec_wp 20 This test requires a USB disk plugged-in, which contains a Chrome OS test
24 disk and checks success of it.
  /external/flatbuffers/samples/android/jni/
main.cpp 29 // We now have a FlatBuffer that can be stored on disk or sent over a network.
31 // ...Code to store on disk or send over a network goes here...
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DiskCache.java 8 * An interface for writing to and reading from a disk cache.
12 * An interface to actually write data to a key in the disk cache.
  /external/gptfdisk/
diskio.h 4 // Description: Class to handle low-level disk I/O for GPT fdisk
72 int DiskSync(void); // resync disk caches to use new partitions
README.Windows 6 Most versions of Windows cannot boot from a GPT disk on BIOS-based
12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may
58 won't be able to edit hard disk partition tables, although you will be able
59 to edit raw disk image files.
61 The program requires a hard disk identifier as an option. You can specify
68 on the first disk. The second way to specify a disk device is via a
74 table on the first physical disk. Change the number at the end of the
75 device name to change the disk edited.
    [all...]
  /external/kernel-headers/original/uapi/linux/
romfs_fs.h 23 /* On-disk "super block" */
33 /* On disk inode */
  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.cpp 43 1) no such alt stream in Disk
44 2) there is Host file in disk
  /external/selinux/policycoreutils/setsebool/
setsebool.8 19 the policy file on disk. So they will be persistent across reboots.
21 If the \-N option is given, the policy on disk is not reloaded into the kernel.
  /external/stressapptest/
stressapptest.1 29 Add a direct write disk thread with block device (or file) 'device'.
33 Add a disk thread with tempfile 'filename'.
81 Size of disk cache (\-d).
103 Write/wipe disk partition (\-d).
107 Size of disk IO tempfiles.
111 Find locations to do disk IO automatically.
155 Number of random threads for each disk write thread (\-d).
171 Size of segments to split disk into (\-d).
  /external/syslinux/com32/gplinclude/disk/
bootloaders.h 14 #include <disk/geom.h>
15 #include <disk/partition.h>
msdos.h 13 #include <disk/geom.h>
14 #include <disk/partition.h>
  /external/syslinux/com32/gpllib/disk/
error.c 12 #include <disk/errno_disk.h>
15 * get_error - decode a disk error status
  /external/syslinux/core/
ldlinux.asm 6 ; A program to boot Linux kernels off an MS-DOS formatted floppy disk. This
10 ; This program allows manipulation of the disk to take place entirely
pxeboot.c 16 #define LOCALBOOT_MSG "Booting from local disk..."
21 * Boot to the local disk by returning the appropriate PXE magic.
  /external/syslinux/doc/
isolinux.txt 16 an "emulation disk image" with limited space (for "floppy emulation")
17 or compatibility problems (for "hard disk emulation".)
53 on a disk which uses Rock Ridge and/or Joliet extensions, of course.
80 ++++ HYBRID CD-ROM/HARD DISK MODE ++++
84 hard disk or ZIP disk, e.g. a USB key or similar.
95 This image can then be copied using any raw disk writing tool (on Unix
96 systems, typically "dd" or "cat") to a USB disk, or written to a
  /external/syslinux/txt/
isolinux.txt 26 an "emulation disk image" with limited space (for "floppy emulation")
27 or compatibility problems (for "hard disk emulation".)
48 == HYBRID CD-ROM/HARD DISK MODE ==
52 hard disk or ZIP disk, e.g. a USB key or similar.
63 This image can then be copied using any raw disk writing tool (on Unix
64 systems, typically "dd" or "cat") to a USB disk, or written to a
89 on a disk which uses Rock Ridge and/or Joliet extensions, of course.
  /external/vboot_reference/firmware/stub/
vboot_api_stub_stream.c 14 /* The stub implementation assumes 512-byte disk sectors */
19 /* Disk handle */
  /frameworks/base/core/java/android/os/storage/
StorageEventListener.java 50 public void onDiskScanned(DiskInfo disk, int volumeCount) {
53 public void onDiskDestroyed(DiskInfo disk) {
  /frameworks/native/opengl/libs/EGL/
FileBlobCache.h 27 // FileBlobCache attempts to load the saved cache contents from disk into
33 // disk.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
romfs_fs.h 22 /* On-disk "super block" */
32 /* On disk inode */
  /system/core/libziparchive/
zip_archive_common.h 35 // The number of the current "disk", i.e, the "disk" that this
39 // disk only. i.e, that disk_num == 1.
41 // The disk where the central directory starts.
44 // disk only. i.e, that cd_start_disk == 1.
46 // The number of central directory records on this disk.
49 // disk only. i.e, that num_records_on_disk == num_records.
106 // The start disk for this entry. Ignored by this implementation).
  /external/syslinux/core/fs/xfs/
xfs.c 24 #include <disk.h>
73 xfs_error("Failed to get dinode from disk (ino %llx)", inode->ino);
111 xfs_error("Failed to get dinode from disk (ino %llx)", inode->ino);
222 xfs_error("Failed to get dinode from disk (ino 0x%llx)", parent->ino);
266 xfs_error("Failed to get dinode from disk (ino 0x%llx)", inode->ino);
336 struct disk *disk = fs->fs_dev->disk; local
338 if (!disk->rdwr_sectors(disk, sb, XFS_SB_DADDR, 1, false)
370 struct disk *disk = fs->fs_dev->disk; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 38 * The minimum blur disk in the stack.
79 * @param diskRadius disk radius of the kernel.
80 * @return the kernel matrix of the disk radius.
88 * Generates a blur kernel matrix for a blur disk with radius
91 * @param diskRadius radius of blur disk

Completed in 662 milliseconds

1 2 3 4 5 6 7 891011>>