Home
last modified time | relevance | path

Searched refs:disk (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/external/autotest/client/tests/kvm/tests/
Dmulti_disk.py51 for disk in disks:
52 if disk.strip() in block_list:
53 tmp_list.append(disk)
54 for disk in tmp_list:
55 logging.info("No need to check volume %s", disk)
56 disks.remove(disk)
60 for disk in disks:
61 disk = disk.strip()
63 logging.info("Format disk: %s..." % disk)
68 cmd = params.get("format_command") % (fs, disk)
[all …]
Dhdparm.py20 disk = re.findall("(\/+[a-z]*\/[a-z]*$)", set_cmd)[0]
22 cmd = "hdparm %s %s" % (param, disk)
32 def perform_read_timing(disk, timeout, num=5): argument
35 cmd = params.get("device_cache_read_cmd") % disk
59 disk = output.strip()
62 cmd = params.get("low_status_cmd") % disk
68 low_result = perform_read_timing(disk, timeout)
73 cmd = params.get("high_status_cmd") % disk
79 high_result = perform_read_timing(disk, timeout)
/external/curl/packages/vms/
Dbuild_gnv_curl_release_notes.com40 $ curl_readme = f$search("sys$disk:[--]readme.")
43 $ curl_readme = f$search("sys$disk:[--]$README.")
51 $ curl_copying = f$search("sys$disk:[--]copying.")
54 $ curl_copying = f$search("sys$disk:[--]$COPYING.")
62 $ vms_readme = f$search("sys$disk:[]readme.")
65 $ vms_readme = f$search("sys$disk:[]$README.")
73 $ curl_release_notes = f$search("sys$disk:[--]release-notes.")
76 $ curl_release_notes = f$search("sys$disk:[--]$RELEASE-NOTES.")
84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. ""
92 sys$disk:[]curl_release_note_start.txt, -
[all …]
/external/autotest/client/tests/disktest/
Ddisktest.py37 def test_one_disk_chunk(self, disk, chunk): argument
45 self.chunk_mb, disk, self.memory_mb, chunk)
47 (self.srcdir, self.chunk_mb, disk, chunk))
70 for disk in disks:
71 free = min(utils.freespace(disk) / 1024**3, free)
87 for disk in disks:
88 pid = self.test_one_disk_chunk(disk, i)
Dcontrol3 PURPOSE = 'Verify the integrity of the disk and disk controller.'
10 different patterns will be tested. Designed to check both the disk and disk
Dcontrol.export4 Pattern test of the disk, using unique signatures for each block and each
6 disk and disk controller.
/external/vboot_reference/tests/
Dload_kernel_tests.sh62 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
72 ${BUILD_RUN}/tests/verify_kernel disk.test \
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dinstancetype.py37 memory=None, disk=None): argument
43 self.disk = disk
47 self.memory, self.disk)
55 self.disk = value
/external/e2fsprogs/misc/
Dbase_device.c44 const char **hier, *disk; in base_device() local
125 disk = 0; in base_device()
127 disk = "disc"; in base_device()
129 disk = "disk"; in base_device()
130 if (disk) { in base_device()
132 if (strncmp(cp, disk, 4) != 0) in base_device()
/external/fio/tools/plot/
Dfio2gnuplot246 for disk in xrange(len(fio_data_file)):
248 min_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk]))
249 max_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk]))
250 average_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk]))
251 stddev_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk]))
252 avg = average(disk_perf[disk])
253 variance = map(lambda x: (x - avg)**2, disk_perf[disk])
256 average_file.write('%d %d\n' % (disk, avg))
257 stddev_file.write('%d %d\n' % (disk, standard_deviation))
258 local_min=min(disk_perf[disk])
[all …]
/external/autotest/client/site_tests/kernel_HdParm/
Dkernel_HdParm.py19 disk = utils.get_fixed_dst_drive()
21 logging.debug("Using device %s", disk)
23 result = utils.system_output('hdparm -T %s' % disk)
26 result = utils.system_output('hdparm -t %s' % disk)
/external/fio/tools/
Dgenfio48 one test after another then one disk after another
56 Separated each disk with a comma
110 for disk in $(echo $@ | tr "," " "); do
111 R=$(basename $disk | sed 's|/|_|g')
133 disk=$2
134 PRINTABLE_DISK=$(diskname_to_printable $disk)
139 filename=$disk
148 for disk in $(echo $DISKS | tr "," " "); do
150 gen_seq_suite "$mode" "$disk"
160 for disk in $(echo $DISKS | tr "," " "); do
[all …]
/external/e2fsprogs/lib/quota/
Dquotaio_tree.h38 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot);
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/autotest/client/site_tests/hardware_DiskSize/
Dcontrol7 PURPOSE = 'Ensure the hard disk is large enough.'
8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.'
15 This test will find the disk where /dev is located by searching /proc/cmdline,
16 and will then determine the size of the main disk by reading /proc/partitions.
Dcontrol.hwqual7 PURPOSE = 'Ensure the hard disk is large enough.'
8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.'
17 This test will find the disk where /dev is located by searching /proc/cmdline,
18 and will then determine the size of the main disk by reading /proc/partitions.
/external/autotest/server/site_tests/firmware_DevBootUSB/
Dcontrol9 PURPOSE = "Press Ctrl-U on developer screen to boot USB disk"
10 CRITERIA = "This test will fail if firmware does not boot USB disk"
20 This test requires a USB disk plugged-in, which contains a Chrome OS test
23 screen should not boot the USB disk. When dev_boot_usb=1, pressing Ctrl-U
24 should boot the USB disk.
/external/autotest/client/site_tests/platform_CrosDisksDBus/
Dplatform_CrosDisksDBus.py28 def validate_disk_properties(self, disk): argument
50 if prop_name not in disk:
54 prop_value = disk[prop_name]
61 if not disk['DeviceFile']:
67 mount_paths = disk['DeviceMountPaths']
68 if disk['DeviceIsMounted']:
/external/gptfdisk/
DREADME.Windows6 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.
77 If you pass the "-l" option to gdisk.exe in addition to the disk
80 never writes data back to the disk when used in this way.
[all …]
DNEWS9 …(https://github.com/ceph/ceph/blob/9bcc42a3e6b08521694b5c0228b2c6ed7b3d312e/src/ceph-disk#L76-L81):
14 89C57F98-2FE5-4DC0-89C1-F3AD0CEFF2BE/0xf804 (Ceph disk in creation), and
15 89C57F98-2FE5-4DC0-89C1-5EC00CEFF2BE/0xf805 (Ceph dm-crypt disk in
65 mid-disk that might not be backup GPT data structures, which could
74 - If the GPT data seem to be damaged in some way or if the disk seems to
75 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
76 verify (v) function now warns of this condition, and writing the disk if
108 on sector 1: Previously, a disk with multiple 0xEE partitions would
119 VirtualBox's EFI) to ignore the disk.
125 as /dev/disk* devices. The result is that, when using the /dev/rdisk*
[all …]
/external/autotest/client/tests/kvm/autotest_control/
Ddisktest.control4 Pattern test of the disk, using unique signatures for each block and each
6 disk and disk controller.
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.disk6 NAME = "power_SuspendStress.disk"
9 PURPOSE = "Run repeated iterations of suspend/resume while stressing the disk."
22 job.parallel([lambda: job.run_test('power_SuspendStress', tag='disk',
/external/autotest/client/site_tests/hardware_TrimIntegrity/
Dcontrol.full_disk7 PURPOSE = 'Perform data integrity trim test on internal disk.'
14 Performs data integrity trim test on an internal disk while booting from usb.
16 This test will fill the internal disk and verify that trimmed data are gone and
/external/squashfs-tools/RELEASE-READMEs/
DPERFORMANCE.README8 from CDROM and hard disk for Zisofs, Cloop, Squashfs 2.0 and Squashfs2.1.
64 1.2 Performance tests from Hard disk
69 mounted from Hard disk
79 from Hard disk
92 on filesystem mounted from Hard disk
140 2.2 Performance tests from Hard disk
145 mounted from Hard disk
154 from Hard disk
166 on filesystem mounted from Hard disk
/external/autotest/server/site_tests/network_DiskFull/
Dcontrol9 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/autotest/server/site_tests/firmware_SelfSignedBoot/
Dcontrol14 3. A USB disk should be plugged-in, which contains a Chrome OS Test Image.
30 This test requires a USB disk plugged-in, which contains a Chrome OS test
33 pressing Ctrl-U on developer screen should not boot the USB disk. On resigning
35 boot the USB disk. More details: Refer to chrome-os-partner issue 5954(#37).

12345678910>>...20