| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| macpath.py | 78 """Split a pathname into a drive specification and the rest of the 79 path. Useful on DOS/Windows/NT; on the Mac, the drive is always 81 syntactic and semantic oddities as DOS drive letters, such as there 82 being a separate current directory per drive)."""
|
| /sdk/apkbuilder/etc/ |
| apkbuilder.bat | 23 rem Change current directory and drive to where the script is, to avoid
|
| /sdk/hierarchyviewer/etc/ |
| hierarchyviewer1.bat | 23 rem Change current directory and drive to where the script is, to avoid
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| DiskInfo.h | 189 /// Return the results of the Inquiry command to a drive in InquiryData. Data
194 /// Return the results of the Identify command to a drive in IdentifyData. Data
199 /// Return the results of the Request Sense command to a drive in SenseData. Data
|
| /external/syslinux/com32/gpllib/disk/ |
| msdos.c | 36 * @drive_info: driveinfo struct describing the drive 108 * @drive_info: driveinfo struct describing the drive 137 * @d: driveinfo struct describing the drive
|
| /external/vboot_reference/cgpt/ |
| cmd_add.c | 15 printf("\nUsage: %s add [OPTIONS] DRIVE\n\n" 20 " both on DRIVE\n" 178 Error("missing drive argument\n");
|
| cmd_find.c | 15 printf("\nUsage: %s find [OPTIONS] [DRIVE]\n\n" 16 "Find a partition by its UUID or label. With no specified DRIVE\n" 21 " both on DRIVE\n"
|
| /frameworks/base/libs/hwui/ |
| PathTessellator.h | 73 * @param transform The transform the path is to be drawn with, used to drive stretch-aware path 87 * @param transform The transform the points will be drawn with, used to drive stretch-aware 102 * @param transform The transform the points will be drawn with, used to drive stretch-aware
|
| /prebuilts/go/darwin-x86/src/path/filepath/ |
| path_windows.go | 35 // with drive letter 129 // First element is drive letter without terminating slash. 130 // Keep path relative to current directory on that drive.
|
| /prebuilts/go/linux-x86/src/path/filepath/ |
| path_windows.go | 35 // with drive letter 129 // First element is drive letter without terminating slash. 130 // Keep path relative to current directory on that drive.
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| EdkIIWorkspace.py | 48 (Drive, Path) = os.path.splitdrive(self.WorkspaceDir)
49 if Drive == '':
50 (Drive, CwdPath) = os.path.splitdrive(self.CurrentWorkingDir)
51 if Drive != '':
52 self.WorkspaceDir = Drive + Path
54 self.WorkspaceDir = Drive.upper() + Path
|
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest-filepath_test.cc | 398 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. 399 for (char drive = 'Z'; drive >= 'A'; drive--) 400 if (_chdrive(drive - 'A' + 1) == -1) { 402 non_drive[0] = drive;
|
| /external/googletest/googletest/test/ |
| gtest-filepath_test.cc | 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. 386 for (char drive = 'Z'; drive >= 'A'; drive--) 387 if (_chdrive(drive - 'A' + 1) == -1) { 389 non_drive[0] = drive;
|
| /external/protobuf/gtest/test/ |
| gtest-filepath_test.cc | 394 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. 395 for (char drive = 'Z'; drive >= 'A'; drive--) 396 if (_chdrive(drive - 'A' + 1) == -1) { 398 non_drive[0] = drive;
|
| /external/syslinux/core/ |
| diskboot.inc | 44 DriveNumber equ StackBuf-4 ; Drive number 122 push dx ; Save drive number (in DL) 179 ; The drive number and possibly partition information was passed to us 224 ; Get disk drive parameters (don't trust the superblock.) Don't do this for 226 ; what the *drive* supports, not about the *media*. Fortunately floppy disks 229 ; DL == drive # still
|
| /external/v8/testing/gtest/test/ |
| gtest-filepath_test.cc | 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. 386 for (char drive = 'Z'; drive >= 'A'; drive--) 387 if (_chdrive(drive - 'A' + 1) == -1) { 389 non_drive[0] = drive;
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest-filepath_test.cc | 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. 386 for (char drive = 'Z'; drive >= 'A'; drive--) 387 if (_chdrive(drive - 'A' + 1) == -1) { 389 non_drive[0] = drive;
|
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
| gtest-filepath_test.cc | 385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. 386 for (char drive = 'Z'; drive >= 'A'; drive--) 387 if (_chdrive(drive - 'A' + 1) == -1) { 389 non_drive[0] = drive;
|
| /device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
| Mbr.asm | 90 mov ah,8 ; AH = 8 - Get Drive Parameters Function
92 int 13h ; Get Drive Parameters
150 mov dl, byte ptr [bp + PhysicalDrive] ; Drive number
|
| /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/ |
| WinNtBusDriver.h | 33 <F>ixed - Fixed disk like a hard drive.
49 <drive letter>:<F | R><O | W>;<block count>;<block size>[!...]
54 Thus a 20 MB emulated hard drive would look like:
|
| /external/python/cpython3/Doc/library/ |
| pathlib.rst | 130 previous drive setting:: 268 (note how the drive and local root are regrouped in a single part) 276 .. data:: PurePath.drive 278 A string representing the drive letter or name, if any:: 280 >>> PureWindowsPath('c:/Program Files/').drive 282 >>> PureWindowsPath('/Program Files/').drive 284 >>> PurePosixPath('/etc').drive 289 >>> PureWindowsPath('//host/share/foo.txt').drive 310 The concatenation of the drive and root:: 367 A string representing the final path component, excluding the drive an [all...] |
| /external/vboot_reference/tests/ |
| vboot_api_kernel_tests.c | 58 .name = "first removable drive", 88 .name = "second removable drive", 106 .name = "first fixed drive",
|
| /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/ |
| PL341Dmc.h | 275 #define DDR_EMR_ODS_MASK 0x00000002 // DDR2 Output Drive Strength
283 // Output Drive Strength Values:
284 #define DDR_EMR_ODS_FULL 0x0 // DDR2 Full Drive Strength
285 #define DDR_EMR_ODS_HALF 0x1 // DDR2 Half Drive Strength
|
| /external/adhd/scripts/audio_tuning/frontend/ |
| audio.html | 24 <input type=button id='google_drive_pick_file' value='Select File from Google Drive' disable> </input>
|
| /external/autotest/client/site_tests/desktopui_CrashyReboot/ |
| desktopui_CrashyReboot.py | 17 """Drive device to handle a too-crashy UI.
|