/external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/ |
files_CopyFileToGoogleDriveUI.py | 32 GOOGLE_DRIVE = 'My Drive' 37 """Copy a file from Downloads folder to Google drive""" 247 raise error.TestError("No such file/directory in drive, " 303 """Copy file to Google Drive in Files application
|
/external/autotest/client/site_tests/hardware_RamFio/ |
hardware_RamFio.py | 35 """Call hardware_StorageFio to test on ram drive
|
/external/autotest/client/site_tests/platform_CrosDisksFormat/ |
platform_CrosDisksFormat.py | 27 # a removable drive.
|
/external/kernel-headers/original/uapi/linux/ |
hdreg.h | 203 #define WIN_SPECIFY 0x91 /* set drive geometry translation */ 235 #define WIN_IDLEIMMEDIATE 0xE1 /* force drive to become "ready" */ 246 #define WIN_IDENTIFY 0xEC /* ask drive to identify itself */ 249 #define WIN_SETFEATURES 0xEF /* set special drive features */ 305 #define SETFEATURES_PREFETCH 0xAB /* Sets drive prefetch value */ 354 #define HDIO_DRIVE_TASK 0x031e /* execute task and special drive command */ 355 #define HDIO_DRIVE_CMD 0x031f /* execute a special drive command */ 441 unsigned short cur_capacity0; /* Obsolete, l total sectors on drive */ 647 * IDE "nice" flags. These are used on a per drive basis to determine
|
/external/libchrome/base/test/ |
test_file_util.h | 43 // to access this file will result in a cold load from the hard drive.
|
/external/ltp/testcases/kernel/device-drivers/base/user_base/ |
tbase_ki.c | 20 * This file will include user space functions that will drive
|
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/ |
tusb_ki.c | 20 * This file will include functions that will drive the
|
/external/python/cpython3/Lib/ |
pathlib.py | 72 # If no drive is present, try to find one in the previous 92 (drive, root, parts) tuples. Return a new (drive, root, parts) tuple. 99 # Same drive => second path is relative to the first 234 drive = path.drive 235 if len(drive) == 2 and drive[1] == ':': 236 # It's a path on a local drive => 'file:///c:/a/b' 239 drive, urlquote_from_bytes(rest.encode('utf-8')) 766 drive = property(attrgetter('_drv'), variable in class:PurePath [all...] |
/external/syslinux/bios/com32/cmenu/ |
test2.c32 | |
/external/syslinux/com32/chain/ |
mangle.c | 143 /* 0x20b: BIOS drive number (must be 0) */ 144 uint8_t drive; member in struct:grub_stage2_patch_area::__anon36877 192 * 0x20b = drive: BIOS drive number (must be 0) 194 * GRUB Legacy doesn't store the BIOS drive number at 0x20b, but at 202 * -1: whole drive (default) (-1 = 0xFF) 311 /* BPB: drive */ 443 /* DOS kernels want the drive number in BL instead of DL. Indulge them. */ 471 * -1: whole drive (default)
|
/external/syslinux/com32/gpllib/disk/ |
bootloaders.c | 20 * @d: driveinfo struct describing the drive
|
/external/syslinux/com32/lib/syslinux/ |
disk.c | 70 * @v disk The INT 0x13 disk drive number to process 164 * @v diskinfo The disk drive to read from 204 * @v diskinfo The disk drive to read from 248 * @v diskinfo The disk drive to read from 254 * from drive, starting at lba. Return a new buffer, or NULL upon failure. 293 * @v diskinfo The disk drive to write to 300 * Write sector(s) to a disk drive, starting at lba. 339 * @v diskinfo The disk drive to write to 346 * Writes sectors to a disk drive starting at lba, then reads them back
|
/external/syslinux/dosutil/ |
eltorito.txt | 47 When diskemu.bin is not loaded, eltorito still loops all drive numbers using eltorito calls.
|
mdiskchk.c | 46 struct memdiskinfo *query_memdisk(int drive) 51 unsigned char _dl = drive; 129 printf("Drive %02X is MEMDISK %u.%02u:\n" 200 " --no-sequential Suppresses probing all drive numbers\n");
|
/external/syslinux/efi32/com32/cmenu/ |
test2.c32 | |
/external/syslinux/gpxe/src/arch/i386/include/ |
multiboot.h | 59 /** Multiboot information structure drive list is valid */
|
/external/syslinux/mbr/ |
adjust.h | 31 * Macros to adjust the drive number
|
gptmbr.S | 79 pushw %dx /* 0(%bp) = %dl -> drive number */ 88 pushw %dx /* drive number */ 95 popw %dx /* restore drive */ 232 popw %dx /* dl -> drive number */
|
/external/syslinux/memdisk/ |
setup.c | 246 uint8_t driveno; /* Drive no */ 478 /* Assume it's a floppy drive, guess a geometry */ 754 * Returns the drive number (which is then passed in %dl to the 920 /* Set up a drive parameter table */ 928 a 1.44 MB floppy drive */ 946 /* Set up an EDD drive parameter table */ 963 /* Floppy drive. Mark it as a removable device with 1053 printf("nopassany specified - we're the only drive of any kind\n"); 1061 printf("nopass specified - we're the only drive\n"); 1066 /* Query drive parameters of this type * [all...] |
/external/toolchain-utils/automation/clients/report/dejagnu/ |
report.py | 64 manifests: Manifest object list that will drive test result suppression.
|
/external/vboot_reference/cgpt/ |
cgpt.c | 45 printf("\nUsage: %s COMMAND [OPTIONS] DRIVE\n\n"
|
/external/vboot_reference/firmware/lib/include/ |
load_kernel_fw.h | 90 /* Drive number of boot device (0...N) */
|
/frameworks/native/cmds/installd/ |
otapreopt_script.sh | 19 # This script will run as a postinstall step to drive otapreopt.
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
OnDragInitiatedListener.java | 54 * the case in pointer drive drag and drop.)
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
FilesActivityDefaultsUiTest.java | 73 // Should also have Drive, but that requires pre-configuration of devices
|