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

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/tests/disktest/
disktest.py 10 Pattern test of the disk, using unique signatures for each block and each
12 disk and disk controller.
37 def test_one_disk_chunk(self, disk, chunk):
39 Tests one part of the disk by spawning a disktest instance.
41 @param disk: Directory (usually a mountpoint).
42 @param chunk: Portion of the disk used.
45 self.chunk_mb, disk, self.memory_mb, chunk)
47 (self.srcdir, self.chunk_mb, disk, chunk))
59 @param gigabytes: Disk space that will be used for the test to run
    [all...]
  /external/tcpdump/tests/
rx_ubik-oobr.out 1 IP truncated-ip - 2598 bytes missing! 222.241.104.198.3503 > 131.63.241.146.7002: rx data pt ubik call disk-lock tid 50266112.32382 file 2122216448 pos 545160708 length 1087685554 [|ubik] (2632)
  /system/vold/model/
Disk.h 38 class Disk {
40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
41 virtual ~Disk();
44 /* Flag that disk is adoptable */
46 /* Flag that disk is considered primary when the user hasn't
49 /* Flag that disk is SD card */
51 /* Flag that disk is USB disk */
53 /* Flag that disk is EMMC internal */
83 /* ID that uniquely references this disk */
    [all...]
  /external/fio/examples/
surface-scan.fio 1 ; writes 512 byte verification blocks until the disk is full,
13 filename=datafile.tmp ; or use a full disk, for example /dev/sda
  /external/selinux/python/sepolicy/sepolicy/help/
system_relabel.txt 1 SELinux is a labeling system. Sometimes the labels on disk can get messed up. One way to fix this is to trigger a full relabel on the next boot.
8 If you add a new disk which does not have labels you could simply execute
  /external/syslinux/txt/
com-derv.txt 6 *SYSLINUX* - Disk (floppy/hard disk) based
  /external/toybox/toys/lsb/
sync.c 1 /* sync.c - Write all pending data to disk.
15 Write pending cached data to disk (synchronize), blocking until done.
  /external/syslinux/com32/gplinclude/disk/
errno_disk.h 18 #define EDRO 0x03 /* Disk write-protected */
20 #define EDRFAIL 0x05 /* Reset failed (hard disk) */
21 #define EDCHANG 0x06 /* Disk changed (floppy) */
22 #define EDFAIL 0x07 /* Drive parameter activity failed (hard disk) */
25 #define EDBADS 0x0A /* Bad sector detected (hard disk) */
26 #define EDBADT 0x0B /* Bad track detected (hard disk) */
28 #define EDINVS 0x0D /* Invalid number of sectors on format (PS/2 hard disk) */
29 #define EDADDRM 0x0E /* Control data address mark detected (hard disk) */
30 #define EDDMARG 0x0F /* DMA arbitration level out of range (hard disk) */
32 #define EDCRCV 0x11 /* Data ECC corrected (hard disk) */
    [all...]
  /hardware/qcom/bootctrl/
boot_control.cpp 92 struct gpt_disk *disk = NULL; local
98 disk = gpt_disk_alloc();
99 if (!disk) {
100 ALOGE("%s: Failed to alloc disk struct", __func__);
103 if (gpt_disk_get_disk_info(partname, disk)) {
104 ALOGE("%s: Failed to get disk info", __func__);
107 pentry = gpt_disk_get_pentry(disk, partname, PRIMARY_GPT);
109 ALOGE("%s: pentry does not exist in disk struct",
122 gpt_disk_free(disk);
125 if (disk)
138 struct gpt_disk *disk = NULL; local
363 struct gpt_disk *disk = NULL; local
390 struct gpt_disk *disk = NULL; local
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
ResourceLimits.h 20 // are automagically allocated on disk.
26 static void disk(const MagickSizeType limit_);
27 static MagickSizeType disk(void);
30 // exceeded, any subsequent pixels cached to disk are closed and reopened
32 // simultaneously on disk, but with a speed penalty due to repeated
42 // all subsequent pixels cache operations are to/from disk.
47 // all subsequent pixels cache operations are to/from disk or to/from
  /external/ltp/testscripts/
autofs1.sh 27 # 1) System with a floppy device with a floppy disk in it.
28 # 2) A spare (scratch) disk partition of 100MB or larger.
36 # - Added an additional error message if a floppy disk is not present
114 echo "Insert a disk into the floppy drive"
194 # (3) Automount the floppy disk
220 echo "/AUTOFS/DISK /etc/auto.disk" >> /etc/auto.master
221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk
228 mkdir /AUTOFS/DISK/disk/tes
    [all...]
autofs4.sh 27 # 1) System with a floppy device with a floppy disk in it.
28 # 2) A spare (scratch) disk partition of 100MB or larger.
185 # (3) Automount the floppy disk
209 echo "/AUTOFS/DISK /etc/auto.disk " >> /etc/auto.master
210 echo "disk -fstype=ext2 :$disk_partition " > /etc/auto.disk
215 mkdir /AUTOFS/DISK/disk/test
216 cp /etc/auto.master /etc/auto.media /AUTOFS/DISK/disk/tes
    [all...]
  /external/vboot_reference/tests/
load_kernel_tests.sh 60 # Now create a dummy disk image
61 echo 'Creating test disk image'
62 dd if=/dev/zero of=disk.test bs=1024 count=1024
63 ${CGPT} create disk.test
64 ${CGPT} add -i 1 -S 1 -P 1 -b 64 -s 960 -t kernel -l kernelA disk.test
65 ${CGPT} show disk.test
68 dd if=kernel.test of=disk.test bs=512 seek=64 conv=notrunc
71 echo 'Verifying test disk image'
72 ${BUILD_RUN}/tests/verify_kernel disk.test \
  /external/autotest/server/site_tests/firmware_DevBootUSB/
control 9 PURPOSE = "Press Ctrl-U on developer screen to boot USB disk"
10 CRITERIA = "This test will fail if firmware does not boot USB disk"
19 This test requires a USB disk plugged-in, which contains a Chrome OS test
22 screen should not boot the USB disk. When dev_boot_usb=1, pressing Ctrl-U
23 should boot the USB disk.
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 89 char disk[5]={0}; local
91 snprintf(disk,sizeof(disk),"0x%X",d->disk);
97 add_as("disk->number",disk)
98 add_ai("disk->cylinders",d->legacy_max_cylinder +1)
99 add_ai("disk->heads",d->legacy_max_head +1)
100 add_ai("disk->sectors_per_track",d->legacy_sectors_per_track)
101 add_as("disk->edd_version",edd_version
    [all...]
  /external/autotest/client/site_tests/hardware_TrimIntegrity/
control.full_disk 7 PURPOSE = 'Perform data integrity trim test on internal disk.'
13 Performs data integrity trim test on an internal disk while booting from usb.
15 This test will fill the internal disk and verify that trimmed data are gone and
  /external/autotest/client/site_tests/power_SuspendStress/
control.disk 6 NAME = "power_SuspendStress.disk"
8 PURPOSE = "Run repeated iterations of suspend/resume while stressing the disk."
21 job.parallel([lambda: job.run_test('power_SuspendStress', tag='disk',
  /external/autotest/server/site_tests/network_DiskFull/
control 9 PURPOSE = "Test that the connection manager survives on a full disk."
17 the disk full (in case, e.g. an old log file is deleted). It then
19 cope with a full disk.
  /external/libxml2/test/relaxng/
libvirt_0.xml 16 <disk type='file' device='disk'>
20 </disk>
  /external/syslinux/com32/modules/
disk.c 17 #include <disk/geom.h>
18 #include <disk/util.h>
19 #include <disk/errno_disk.h>
20 #include <disk/error.h>
30 for (int disk = 0x80; disk < 0xff; disk++) {
32 d->disk = disk;
40 get_error("reading disk");
    [all...]
  /external/e2fsprogs/lib/support/
quotaio_tree.h 37 /* Convert given entry from in memory format to disk one */
38 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot);
39 /* Convert given entry from disk format to in memory one */
40 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk);
42 int (*is_id)(void *disk, struct dquot *dquot);
58 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
  /external/f2fs-tools/fsck/
quotaio_tree.h 43 /* Convert given entry from in memory format to disk one */
44 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot);
45 /* Convert given entry from disk format to in memory one */
46 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk);
48 int (*is_id)(void *disk, struct dquot *dquot);
64 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
  /external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
control 7 PURPOSE = "Install disk firmware"
8 CRITERIA = "Check the disk updater script behaves as expected"
  /external/autotest/client/site_tests/kernel_HdParm/
control 7 PURPOSE = "Use hdparm to measure disk performance."
15 This test uses hdparm to measure disk performance.
  /external/autotest/client/site_tests/platform_CrosDisksDBus/
platform_CrosDisksDBus.py 32 def validate_disk_properties(self, disk):
33 # Disk properties provided by the API
54 # Check if all disk properties are set.
55 if prop_name not in disk:
56 raise error.TestFail("disk.%s not found" % prop_name)
58 # Check if each disk property has the right data type.
59 prop_value = disk[prop_name]
62 "disk.%s is %s, but %s expected"
66 if not disk['DeviceFile']:
68 "disk.DeviceFile should not be empty"
    [all...]

Completed in 475 milliseconds

12 3 4 5 6 7 8 91011>>