HomeSort by relevance Sort by last modified time
    Searched full:drive (Results 101 - 125 of 1471) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaObjC/
conditional-expr-8.m 40 - (void)drive;
  /external/python/cpython2/Lib/test/
test_cd.py 15 # require that you have a CD and a CD ROM drive
  /external/python/cpython3/Lib/
ntpath.py 102 # Same drive in different case
118 # Split a path in a drive specification (a drive letter followed by a
122 """Split a pathname into drive/UNC sharepoint and relative path specifiers.
130 If the path contained a drive letter, drive_or_unc will contain everything
137 Paths cannot contain both a drive letter and a UNC path.
153 # vvvvvvvvvvvvvvvvvvvv drive letter or UNC path
182 Paths containing drive letters never have a UNC part.
187 drive, path = splitdrive(p)
188 if len(drive) == 2
    [all...]
  /external/syslinux/dos/
int2526.S 23 * Usage: int int25_read_sector(drive, dio)
24 * Usage: int int26_write_sector(drive, dio)
38 decw %ax /* AL = drive number (0 = A:) */
63 decw %ax /* AL = drive number (0 = A:) */
  /external/syslinux/gpxe/src/arch/i386/image/
bootsector.c 55 * @v drive Drive number to pass to boot sector
59 unsigned int drive ) {
102 "d" ( drive )
  /packages/apps/Car/Launcher/res/values/
strings.xml 18 <string name="title_text">Let\'s Drive</string>
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macurl2path.py 86 for path in ["drive:",
87 "drive:dir:",
88 "drive:dir:file",
89 "drive:file",
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cd.py 16 # require that you have a CD and a CD ROM drive
  /prebuilts/gdb/linux-x86/lib/python2.7/
macurl2path.py 86 for path in ["drive:",
87 "drive:dir:",
88 "drive:dir:file",
89 "drive:file",
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cd.py 16 # require that you have a CD and a CD ROM drive
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macurl2path.py 86 for path in ["drive:",
87 "drive:dir:",
88 "drive:dir:file",
89 "drive:file",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cd.py 16 # require that you have a CD and a CD ROM drive
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macurl2path.py 86 for path in ["drive:",
87 "drive:dir:",
88 "drive:dir:file",
89 "drive:file",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cd.py 16 # require that you have a CD and a CD ROM drive
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
GenericBdsStrings.uni 25 #string STR_DESCRIPTION_HARDDRIVE #language en-US "EFI Hard Drive"
26 #language fr-FR "fr-FR: EFI Hard Drive"
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
PlatformBdsStrings.uni 25 #string STR_DESCRIPTION_HARDDRIVE #language en-US "EFI Hard Drive"
26 #language fr-FR "fr-FR: EFI Hard Drive"
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
GenericBdsStrings.uni 25 #string STR_DESCRIPTION_HARDDRIVE #language en-US "EFI Hard Drive"
26 #language fr-FR "fr-FR: EFI Hard Drive"
  /external/vboot_reference/cgpt/
cmd_create.c 15 printf("\nUsage: %s create [OPTIONS] DRIVE\n\n"
20 " both on DRIVE\n"
cmd_legacy.c 15 printf("\nUsage: %s legacy [OPTIONS] DRIVE\n\n"
20 " both on DRIVE\n"
cmd_repair.c 15 printf("\nUsage: %s repair [OPTIONS] DRIVE\n\n"
20 " both on DRIVE\n"
  /external/webrtc/webrtc/base/
pathutils.cc 228 bool Pathname::GetDrive(char* drive, uint32_t bytes) const {
229 return GetDrive(drive, bytes, folder_);
233 bool Pathname::GetDrive(char* drive,
241 memcpy(drive, pathname.c_str(), 3);
242 drive[3] = 0;
244 return (isalpha(drive[0]) &&
245 drive[1] == ':' &&
246 drive[2] == '\\');
  /external/kernel-headers/original/uapi/linux/
fdreg.h 32 #define STATUS_BUSYMASK 0x0F /* drive busy mask */
39 #define ST0_DS 0x03 /* drive select mask */
65 #define ST3_DS 0x08 /* drive is double-sided */
67 #define ST3_RY 0x20 /* drive is ready */
69 #define ST3_FT 0x80 /* Drive Fault */
97 #define FD_DRIVESPEC 0x8e /* drive specification: Access to the
fd.h 121 /* get drive type: 5 1/4 or 3 1/2 */
125 * Drive parameters (user modifiable)
171 * Auto-detection. Each drive type has eight formats which are
177 int checkfreq; /* how often should the drive be checked for disk
179 int native_format; /* native format of this drive */
195 /* set/get drive parameters */
199 * Current drive state (not directly modifiable by user, readonly)
229 unsigned long last_checked; /* when was the drive last checked for a disk
238 /* get drive state: GET returns the cached state, POLL polls for new state */
280 * position of these drive heads. By allowing suc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fdreg.h 31 #define STATUS_BUSYMASK 0x0F /* drive busy mask */
38 #define ST0_DS 0x03 /* drive select mask */
64 #define ST3_DS 0x08 /* drive is double-sided */
66 #define ST3_RY 0x20 /* drive is ready */
68 #define ST3_FT 0x80 /* Drive Fault */
96 #define FD_DRIVESPEC 0x8e /* drive specification: Access to the
fd.h 120 /* get drive type: 5 1/4 or 3 1/2 */
124 * Drive parameters (user modifiable)
170 * Auto-detection. Each drive type has eight formats which are
176 int checkfreq; /* how often should the drive be checked for disk
178 int native_format; /* native format of this drive */
193 /* set/get drive parameters */
197 * Current drive state (not directly modifiable by user, readonly)
227 unsigned long last_checked; /* when was the drive last checked for a disk
236 /* get drive state: GET returns the cached state, POLL polls for new state */
278 * position of these drive heads. By allowing suc
    [all...]

Completed in 741 milliseconds

1 2 3 45 6 7 8 91011>>