/external/skia/site/dev/present/ |
pathops.md | 27 ## [Path Ops Inverse Fill Illustration](https://drive.google.com/file/d/0BwoLUwz9PYkHLWpsaXd0UDdaN00/view?usp=sharing)
|
/external/skqp/site/dev/present/ |
pathops.md | 27 ## [Path Ops Inverse Fill Illustration](https://drive.google.com/file/d/0BwoLUwz9PYkHLWpsaXd0UDdaN00/view?usp=sharing)
|
/external/valgrind/docs/internals/ |
qemu-aarch64-linux-HOWTO.txt | 33 -drive file=disk6G.img,if=none,id=blk -device virtio-blk-device,drive=blk \ 88 -cpu cortex-a57 -m 1024 -drive file=disk6G.img,if=none,id=blk \ 89 -device virtio-blk-device,drive=blk -net user,hostfwd=tcp::5555-:22 \
|
/external/vboot_reference/firmware/lib/ |
gpt_misc.c | 17 * Allocate and read GPT data from the drive. 45 /* Read primary header from the drive, skipping the protective MBR */ 69 /* Read secondary header from the end of the drive */ 99 * Write any changes for the GPT data back to the drive, then free the buffers.
|
/sdk/eclipse/monitor/ |
monitor.bat | 19 rem Change current directory and drive to where the script is, to avoid
|
/test/vts/drivers/hal/replayer/ |
VtsHidlHalReplayer.h | 29 // the HAL drive.
|
/toolchain/binutils/binutils-2.27/gprof/ |
search_list.h | 27 since colon is part of drive letter spec. */
|
/external/python/cpython2/Doc/library/ |
cd.rst | 57 the hardware inventory is consulted to locate a CD-ROM drive. The *mode*, if 83 The drive is ready for operation loaded with an audio CD. 88 The drive does not have a CD loaded. 93 The drive is loaded with a CD-ROM. Subsequent play or read operations will 104 The drive is in CD player mode playing an audio CD through its audio jacks. 109 The drive is in CD layer mode with play paused. 141 Unlocks the eject button on the CD-ROM drive permitting the user to eject the 149 flow of data from the CD-ROM drive. 160 Ejects the caddy from the CD-ROM drive. 165 Returns information pertaining to the current state of the CD-ROM drive. Th [all...] |
/external/syslinux/com32/hdt/ |
hdt-menu-disk.c | 63 * @drive_info: driveinfo struct describing the drive on which the partition 246 for (int drive = 0x80; drive < 0xff; drive++) { 247 if (!hardware->disk_info[drive - 0x80].cbios) 251 hardware, drive - 0x80);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileSystemUtils.java | 37 * <li>Get the free space on a drive 111 * Returns the free space on a drive or volume by invoking 128 * @return the amount of free drive space on the drive or volume 143 * Returns the free space on a drive or volume in kilobytes by invoking 160 * @return the amount of free drive space on the drive or volume in kilobytes 172 * Returns the free space on a drive or volume in a cross-platform manner. 184 * @return the amount of free drive space on the drive or volum [all...] |
/external/autotest/client/site_tests/platform_CrosDisksRename/ |
platform_CrosDisksRename.py | 32 # a removable drive and test disk renaming for different file system 85 raise error.TestFail("Failed to rename the drive")
|
/external/libdrm/man/ |
drmModeGetResources.xml | 86 position information. CRTCs drive encoders, which are responsible for 101 used to drive a particular encoder.</para>
|
/external/ltp/testcases/kernel/fs/fs_maim/ |
maimparts | 23 # to run thru and then rips the drive into a defined number of 39 # part is the number of partitions to split the drive into (max is 4)
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
WindowsFakeFileSystem.java | 26 * <li>An absolute path starts with a drive specifier (e.g. 'a:' or 'c:') followed
71 * paths, a path is valid if it starts with a drive specifier followed by
|
/external/python/cpython2/Lib/ |
glob.py | 53 # drive or UNC path. Prevent an infinite recursion if a drive or UNC path
|
/external/syslinux/libfat/ |
fat.h | 43 le8_t bsDriveNumber; /* Drive number */ 64 le8_t bsDriveNumber; /* Drive number */
|
/external/vboot_reference/firmware/include/ |
gpt.h | 69 * GPT header defines how many partitions exist on a drive and sectors managed. 70 * For every drive device, there are 2 headers, primary and secondary. Most of
|
/external/webrtc/webrtc/base/ |
win32filesystem.cc | 387 char drive[4]; local 390 if (path.GetDrive(drive, sizeof(drive))) { 391 drive16 = ToUtf16(drive); 399 // use the current drive if NULL is passed as the drive name. 405 LOG(LS_VERBOSE) << "Remote or unknown drive: " << drive;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
filenames.h | 4 drive letter brain-damage at the beginning of an absolute file name, 63 /* Remove the drive spec from F, assuming HAS_DRIVE_SPEC (f).
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
glob.py | 48 # drive or UNC path. Prevent an infinite recursion if a drive or UNC path
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
glob.py | 48 # drive or UNC path. Prevent an infinite recursion if a drive or UNC path
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 305 // On windows, we have to set the -D option for the compiler to avoid having a drive 308 t.Skip("avoid dealing with relative paths/drive letters on windows") 383 // On windows, we have to set the -D option for the compiler to avoid having a drive 386 t.Skip("avoid dealing with relative paths/drive letters on windows") 421 // On windows, we have to set the -D option for the compiler to avoid having a drive 424 t.Skip("avoid dealing with relative paths/drive letters on windows") 442 // On windows, we have to set the -D option for the compiler to avoid having a drive 445 t.Skip("avoid dealing with relative paths/drive letters on windows")
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 305 // On windows, we have to set the -D option for the compiler to avoid having a drive 308 t.Skip("avoid dealing with relative paths/drive letters on windows") 383 // On windows, we have to set the -D option for the compiler to avoid having a drive 386 t.Skip("avoid dealing with relative paths/drive letters on windows") 421 // On windows, we have to set the -D option for the compiler to avoid having a drive 424 t.Skip("avoid dealing with relative paths/drive letters on windows") 442 // On windows, we have to set the -D option for the compiler to avoid having a drive 445 t.Skip("avoid dealing with relative paths/drive letters on windows")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
glob.py | 48 # drive or UNC path. Prevent an infinite recursion if a drive or UNC path
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
glob.py | 48 # drive or UNC path. Prevent an infinite recursion if a drive or UNC path
|