Searched
full:drive (Results
326 -
350 of
1471) sorted by null
<<11121314151617181920>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
posixpath.py | 99 # Split a pathname into a drive specification and the rest of the
100 # path. Useful on DOS/Windows/NT; on Unix, the drive is always empty.
103 """Split a pathname into drive and path. On Posix, drive is always
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs32.S | 69 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
97 movb $8, %ah # ah = 8 - Get Drive Parameters Function
99 int $0x13 # Get Drive Parameters
255 movb PhysicalDrive(%bp), %dl # dl = Drive Number
|
bs32.asm | 67 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
96 mov ah,8 ; ah = 8 - Get Drive Parameters Function
98 int 13h ; Get Drive Parameters
253 mov dl,byte ptr [bp+PhysicalDrive] ; dl = Drive Number
|
/external/autotest/client/site_tests/hardware_SsdDetection/ |
hardware_SsdDetection.py | 15 # Keep a list of boards that are expected to ship with hard drive.
|
/external/autotest/server/site_tests/desktopui_CrashyRebootServer/ |
desktopui_CrashyRebootServer.py | 19 to drive the device into the desired states.
|
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
hardware_MemoryIntegrity.py | 93 Use ram drive and hardware_Storage fio verify feature to verify the
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S1ParametersGenerator.java | 12 * digest used to drive it.
|
/external/curl/lib/ |
file.c | 211 something that looks like a drive at the beginning of 213 slash in all cases, paths without drive letters end up 217 Some browsers accept | instead of : as the drive letter 222 with a drive letter.
|
/external/kernel-headers/original/uapi/sound/ |
emu10k1.h | 189 #define A_EXTIN_OPT_SPDIF_L 0x04 /* audigy drive Optical SPDIF - left */ 191 #define A_EXTIN_LINE2_L 0x08 /* audigy drive line2/mic2 - left */ 195 #define A_EXTIN_AUX2_L 0x0c /* audigy drive aux2 - left */ 203 #define A_EXTOUT_HEADPHONE_L 0x04 /* headphone audigy drive left */
|
/external/ltp/testcases/kernel/device-drivers/agp/user_space/ |
tagp_ki.c | 20 * This file will include user space functions that will drive
|
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/ |
tmod_ki.c | 20 * This file will include user space functions that will drive
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
pci-exp-tests-HOWTO | 31 (\ltp\testcases\kernel\device-drivers\pci\user_tpci\user_tpci.c) which will drive the kernel
|
/external/ltp/testcases/kernel/fs/fs_inod/ |
fs_inod_readme.txt | 53 hard drive. There is no error checking for this, so beware.
|
/external/lzma/CPP/Common/ |
Wildcard.h | 101 k_FullPath, // drive prefix as Prefix, remain path in Tree
|
/external/lzma/CPP/Windows/ |
FileFind.cpp | 357 C:\ - OK, if there is such drive,
358 D:\ - ERROR_PATH_NOT_FOUND, if there is no such drive,
430 FChar drive[4] = { path[4], ':', '\\', 0 };
local 432 if (NSystem::MyGetDiskFreeSpace(drive, clusterSize, totalSize, freeSize))
|
/external/perfetto/docs/ |
running.md | 17 A command line utility client that drive the trace and save back
|
/external/python/cpython2/Lib/idlelib/ |
config-main.def | 39 # specific because of path separators, drive specs etc.
|
/external/python/cpython2/Lib/ |
posixpath.py | 101 # Split a pathname into a drive specification and the rest of the 102 # path. Useful on DOS/Windows/NT; on Unix, the drive is always empty. 105 """Split a pathname into drive and path. On Posix, drive is always
|
/external/python/cpython3/Lib/idlelib/ |
config-main.def | 46 # platform specific because of path separators, drive specs etc.
|
/external/python/cpython3/Lib/ |
posixpath.py | 130 # Split a pathname into a drive specification and the rest of the 131 # path. Useful on DOS/Windows/NT; on Unix, the drive is always empty. 134 """Split a pathname into drive and path. On Posix, drive is always
|
/external/skia/tools/skiaserve/tester/ |
tester.py | 40 # A simple class to drive testing
|
/external/skqp/tools/skiaserve/tester/ |
tester.py | 40 # A simple class to drive testing
|
/external/swiftshader/third_party/subzero/src/ |
IceInstrumentation.h | 13 /// Instrumentation is an abstract class used to drive the instrumentation
|
/external/syslinux/bios/com32/cmenu/ |
complex.c32 | |
/external/syslinux/com32/cmenu/ |
test2.menu | 82 info="Mount the cdrom drive?"
|
Completed in 646 milliseconds
<<11121314151617181920>>