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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/OvmfPkg/
README 166 -drive if=pflash,format=raw,unit=0,file=OVMF_CODE.fd,readonly=on \
167 -drive if=pflash,format=raw,unit=1,file=copy_of_OVMF_VARS.fd \
238 takes priority over other drivers that could possibly drive the card too:
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 300 /* drive coef is given as int.frac */
304 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \
307 ((int32_t)(audio)) * ((int32_t)(drive)) \
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 291 /* drive coef is given as int.frac */
295 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \
298 ((int32_t)(audio)) * ((int32_t)(drive)) \
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 135 # is thus relative to the CWD on that drive. So we work around
158 (drive, path) = os.path.splitdrive(pathname)
164 (drive, path) = os.path.splitdrive(pathname)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 135 # is thus relative to the CWD on that drive. So we work around
158 (drive, path) = os.path.splitdrive(pathname)
164 (drive, path) = os.path.splitdrive(pathname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 135 # is thus relative to the CWD on that drive. So we work around
158 (drive, path) = os.path.splitdrive(pathname)
164 (drive, path) = os.path.splitdrive(pathname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 135 # is thus relative to the CWD on that drive. So we work around
158 (drive, path) = os.path.splitdrive(pathname)
164 (drive, path) = os.path.splitdrive(pathname)
  /external/curl/tests/python_dependencies/impacket/
nt_errors.py 133 0x400A0004: ("STATUS_CTX_CDM_CONNECT","The Client Drive Mapping Service has connected on Terminal Connection."),
134 0x400A0005: ("STATUS_CTX_CDM_DISCONNECT","The Client Drive Mapping Service has disconnected on Terminal Connection."),
229 0xC0000012: ("STATUS_WRONG_VOLUME","{Wrong Volume} The wrong volume is in the drive. Insert volume %hs into drive %hs."),
230 0xC0000013: ("STATUS_NO_MEDIA_IN_DEVICE","{No Disk} There is no disk in the drive. Insert a disk into drive %hs."),
231 0xC0000014: ("STATUS_UNRECOGNIZED_MEDIA","{Unknown Disk Format} The disk in drive %hs is not formatted properly. Check the disk, and reformat it, if needed."),
    [all...]
  /external/python/cpython2/PC/os2emx/
README.os2emx 214 of the drive where you want Python to live.
459 support as wide a variety of input variations (drive remappings,
464 implements the following drive letter conversions for the home_directory and
582 19. os.chdir() uses EMX's _chdir2(), which supports changing both drive
584 which returns drive as well as path.
  /external/syslinux/bios/com32/gpllib/
libgpl.elf 
  /external/syslinux/efi32/com32/gpllib/
libgpl.elf 
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 62 * \a\b\c.txt --> "\" --> current drive absolute
63 * C:a\b\c.txt --> "C:" --> drive relative
383 * (*) Note that the Windows relative drive prefix is unreliable when
472 * \a\b\c.txt --> "\" --> current drive absolute
473 * C:a\b\c.txt --> "C:" --> drive relative
599 * \a\b\c.txt --> "\" --> current drive absolute
600 * C:a\b\c.txt --> "C:" --> drive relative
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ide.c 520 // For some Hard Drive, it takes some time to get
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
VirtioBlk.c 491 driver can drive the device.
623 NextDevStat |= VSTAT_DRIVER; // step 3 -- we know how to drive it
901 @param[in] DeviceHandle The supported device to drive.
    [all...]
  /external/python/cpython3/Doc/library/
zipfile.rst 275 If a member filename is an absolute path, a drive/UNC sharepoint and
347 *arcname* (by default, this will be the same as *filename*, but without a drive
513 with any drive letter and leading path separators removed.
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Path.inc 167 // a drive letter or in UNC format.
184 // a drive letter or in UNC format.
649 next += 2; // skip drive letter
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
regstr.h     [all...]
  /build/soong/third_party/zip/
struct.go 72 // It must be a relative path: it must not start with a drive
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java 88 "Drive out to the vista point and watch the sunrise at 6am", "sunrise.jpg"));
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
PL180Mci.c 464 // Enable MCICMD push-pull drive
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
Part.c 350 // Some systems try to hide drive space with thier INT 13h driver
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyBlock.c 230 // Set the drive motor on
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.h 254 @param[in] DriveStrength The value for drive length group.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 69 // Some systems try to hide drive space with their INT 13h driver
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c 722 SubstringEq (OfwNode[FirstNonBridge + 1].DriverName, "drive") &&
728 // /pci@i0cf8/ide@1,1/drive@0/disk@0
774 SubstringEq (OfwNode[FirstNonBridge + 1].DriverName, "drive") &&
780 // /pci@i0cf8/pci8086,2922@1f,2/drive@1/disk@0
    [all...]

Completed in 597 milliseconds

<<21222324252627282930>>