/external/adhd/scripts/audio_tuning/frontend/ |
google_drive_picker.js | 12 /* Initialize a Google Drive picker after Google client API is loaded. */ 20 /* Initializes a Google Drive picker and loads drive API and picker API.*/ 26 gapi.client.load('drive', 'v2'); 49 scope: 'https://www.googleapis.com/auth/drive.readonly', 67 /* Request the file using drive API once a file is picked. */ 72 var request = gapi.client.drive.files.get({fileId: id});
|
/external/lzma/CPP/Windows/ |
FileName.h | 20 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"
45 // bool IsDrivePath_SuperAllowed(CFSTR s) throw(); // first chars are drive chars like "a:\" or "\\?\a:\"
46 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw(); // exact drive root path "a:\" or "\\?\a:\"
48 bool IsDrivePath2(const wchar_t *s) throw(); // first 2 chars are drive chars like "a:"
49 // bool IsDriveName2(const wchar_t *s) throw(); // is drive name like "a:"
54 bool IsDrivePath2(CFSTR s) throw(); // first 2 chars are drive chars like "a:"
55 // bool IsDriveName2(CFSTR s) throw(); // is drive name like "a:"
|
/external/ltp/testcases/commands/eject/ |
eject_check_tray.c | 23 * Description: This program checks the status of the cdrom drive, it will 37 * 1 - No disk in the drive. 39 * 3 - CD drive not ready. 40 * 4 - CD disk in drive & drive closed.
|
/external/python/cpython3/Lib/msilib/ |
text.py | 85 ('MenuAllLocal', 'Entire feature will be installed on local hard drive'), 88 ('MenuLocal', 'Will be installed on local hard drive'), 94 ('SelAbsentLocal', 'This feature will be installed on the local hard drive'), 99 ('SelAdvertiseLocal', 'This feature will be installed on your local hard drive'), 104 ('SelCDLocal', 'This feature will change from run from CD state to be installed on the local hard drive'), 105 ('SelChildCostNeg', 'This feature frees up [1] on your hard drive.'), 106 ('SelChildCostPos', 'This feature requires [1] on your hard drive.'), 109 ('SelLocalAdvertise', 'This feature will be removed from your local hard drive, but will be set to be installed when required'), 110 ('SelLocalCD', 'This feature will be removed from your local hard drive, but will be still available to run from CD'), 111 ('SelLocalLocal', 'This feature will remain on you local hard drive'), [all...] |
/device/linaro/bootloader/edk2/DuetPkg/ |
ReadMe.txt | 32 2). Insert a floppy disk to drive
33 3). run "CreateBootDisk.bat floppy a: FAT12 IA32" if floppy drive is a: disk and Arch to boot is IA32.
35 run "CreateBootDisk.bat floppy a: FAT12 X64" if floppy drive is a: disk and Arch to boot is X64.
39 3). run "CreateBootDisk.bat usb e: FAT16 IA32" if usb drive is e: and FAT format is FAT16 and Arch to boot is IA32.
40 or "CreateBootDisk.bat usb e: FAT16 X64" if usb drive is e: and FAT format is FAT16 and Arch to boot is X64.
41 or "CreateBootDisk.bat usb e: FAT32 IA32" if usb drive is e: and FAT format is FAT32 and Arch to boot is IA32.
42 or "CreateBootDisk.bat usb e: FAT32 X64" if usb drive is e: and FAT format is FAT32 and Arch to boot is X64.
44 5). run "CreateBootDisk.bat usb e: FAT16 IA32 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot is IA32.
45 or "CreateBootDisk.bat usb e: FAT16 X64 step2" if usb drive is e: and FAT format is FAT16 and Arch to boot is X64.
46 or "CreateBootDisk.bat usb e: FAT32 IA32 step2" if usb drive is e: and FAT format is FAT32 and Arch to boot is IA32. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
nturl2path.py | 14 # No drive specifier, just convert slashes
27 drive = comp[0][-1].upper()
28 path = drive + ':'
47 # No drive specifier, just convert slashes and quote the name
60 drive = urllib.quote(comp[0].upper())
62 path = '///' + drive + ':'
|
/external/python/cpython2/Lib/ |
nturl2path.py | 16 # No drive specifier, just convert slashes 29 drive = comp[0][-1].upper() 30 path = drive + ':' 49 # No drive specifier, just convert slashes and quote the name 62 drive = urllib.quote(comp[0].upper()) 64 path = '///' + drive + ':'
|
/external/python/cpython3/Lib/ |
nturl2path.py | 16 # No drive specifier, just convert slashes 29 drive = comp[0][-1].upper() 31 path = drive + ':' 49 # No drive specifier, just convert slashes and quote the name 62 drive = urllib.parse.quote(comp[0].upper()) 64 path = '///' + drive + ':'
|
/external/syslinux/com32/gplinclude/disk/ |
geom.h | 38 * 2 removable drive 40 * 4 drive has change-line support (required if drive >= 80h is removable) 41 * 5 drive can be locked (required if drive >= 80h is removable) 46 uint32_t cylinders; /* number of physical cylinders on drive */ 47 uint32_t heads; /* number of physical heads on drive */ 49 uint64_t sectors; /* total number of sectors on drive */ 198 int legacy_type; /* Drive type (AT/PS2 floppies only) */ 207 * Format of Phoenix Enhanced Disk Drive Spec translated drive parameter table [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
nturl2path.py | 14 # No drive specifier, just convert slashes 27 drive = comp[0][-1].upper() 28 path = drive + ':' 47 # No drive specifier, just convert slashes and quote the name 60 drive = urllib.quote(comp[0].upper()) 62 path = '///' + drive + ':'
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
nturl2path.py | 14 # No drive specifier, just convert slashes 27 drive = comp[0][-1].upper() 28 path = drive + ':' 47 # No drive specifier, just convert slashes and quote the name 60 drive = urllib.quote(comp[0].upper()) 62 path = '///' + drive + ':'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nturl2path.py | 14 # No drive specifier, just convert slashes 27 drive = comp[0][-1].upper() 28 path = drive + ':' 47 # No drive specifier, just convert slashes and quote the name 60 drive = urllib.quote(comp[0].upper()) 62 path = '///' + drive + ':'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nturl2path.py | 14 # No drive specifier, just convert slashes 27 drive = comp[0][-1].upper() 28 path = drive + ':' 47 # No drive specifier, just convert slashes and quote the name 60 drive = urllib.quote(comp[0].upper()) 62 path = '///' + drive + ':'
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
BiosInt13.c | 130 @param Drive Legacy drive.
138 IN BIOS_LEGACY_DRIVE *Drive
148 Regs.H.DL = Drive->Number;
150 DEBUG ((DEBUG_INIT, "Int13GetDeviceParameters: INT 13 08 DL=%02x : CF=%d AH=%02x\n", Drive->Number, CarryFlag, Regs.H.AH));
152 Drive->ErrorCode = Regs.H.AH;
156 if (Drive->Floppy) {
158 Drive->AtapiFloppy = TRUE;
160 Drive->MaxHead = Regs.H.DH;
161 Drive->MaxSector = Regs.H.CL; [all...] |
BiosBlkIo.c | 625 @param Drive Legacy drive.
632 IN BIOS_LEGACY_DRIVE *Drive,
644 if (Drive->EddVersion == EDD_VERSION_30) {
648 Status = BuildEdd30DevicePath (BaseDevicePath, Drive, DevicePath);
660 VendorNode.LegacyDriveLetter = Drive->Number;
669 @param Drive Legacy drive.
679 IN BIOS_LEGACY_DRIVE *Drive,
690 Controller = (UINT32) Drive->Parameters.InterfacePath.Pci.Controller; [all...] |
/external/vboot_reference/cgpt/ |
cgpt_prioritize.c | 95 struct drive drive; local 109 if (CGPT_OK != DriveOpen(params->drive_name, &drive, O_RDWR, 113 if (GPT_SUCCESS != (gpt_retval = GptSanityCheck(&drive.gpt))) { 119 max_part = GetNumberOfEntries(&drive); 129 if (!IsKernel(&drive, PRIMARY, index)) { 138 if (IsKernel(&drive, PRIMARY, i)) 146 if (!IsKernel(&drive, PRIMARY, i)) 149 priority = GetPriority(&drive, PRIMARY, i); 194 SetPriority(&drive, PRIMARY [all...] |
/external/syslinux/com32/gpllib/disk/ |
geom.c | 52 * DL = drive (80h-FFh) 67 * Note: the Phoenix Enhanced Disk Drive Specification v1.0 uses version 2.0 of 73 * 1 removable drive controller functions (AH=45h,46h,48h,49h,INT 15/AH=52h) 75 * 2 enhanced disk drive (EDD) functions (AH=48h,AH=4Eh) supported 76 * extended drive parameter table is valid (see #00273,#00278) 99 return -1; /* Drive does not exist? */ 105 * INT 13 - IBM/MS INT 13 Extensions - GET DRIVE PARAMETERS 107 * DL = drive (80h-FFh) 108 * DS:SI -> buffer for drive parameters 116 * same geometry as drive 80h; as a workaround, scan through dis [all...] |
/external/autotest/client/site_tests/hardware_StorageFio/ |
control.vendor | 14 - Trim the drive 21 - Trim the drive 28 - Trim the drive 32 - Trim the drive
|
/external/python/cpython2/Lib/test/ |
test_py_compile.py | 19 # on different drives. Therefore we need to switch to the drive where 21 drive = os.path.splitdrive(self.source_path)[0] 22 if drive: 23 os.chdir(drive)
|
/external/syslinux/bios/dosutil/ |
copybs.com | 3 ? 0?!???= s?&?? 1?? ?? ?;?I< v? <ar/<zw+,a???$?I<:u??I< w??I< v?????
?I< w?????z0?????´2?! ?u\?W?????>? s??? ? ?????1???%Xr3??? ?<?!r,??P?????@?!r;?u[?>?!r? L?!?K??j???R?? ?!Z? ?!?L?! Usage: copybs <drive>: <filename>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_py_compile.py | 19 # on different drives. Therefore we need to switch to the drive where 21 drive = os.path.splitdrive(self.source_path)[0] 22 if drive: 23 os.chdir(drive)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_py_compile.py | 19 # on different drives. Therefore we need to switch to the drive where 21 drive = os.path.splitdrive(self.source_path)[0] 22 if drive: 23 os.chdir(drive)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 19 # on different drives. Therefore we need to switch to the drive where 21 drive = os.path.splitdrive(self.source_path)[0] 22 if drive: 23 os.chdir(drive)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 19 # on different drives. Therefore we need to switch to the drive where 21 drive = os.path.splitdrive(self.source_path)[0] 22 if drive: 23 os.chdir(drive)
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
control | 7 PURPOSE = "Test USB drive file-based operations" 18 This test requires a USB drive inserted before the test begins. 19 It also needs a single partition on the drive, the file system type is not
|