Searched
full:drive (Results
476 -
500 of
1471) sorted by null
<<11121314151617181920>>
/external/gptfdisk/ |
gpt.h | 24 // smallest Advanced Format drive I know of is 320GB in size
|
/external/harfbuzz_ng/ |
CMakeLists.txt | 531 # Nasty issue: We need to make drive letters lower case, 534 STRING(SUBSTRING "${f}" 0 1 drive) 536 if (drive MATCHES "[A-Z]") 537 STRING(TOLOWER ${drive} drive_lower)
|
RELEASING.md | 36 a. Put contents of [this](https://drive.google.com/open?id=0B3_fQkxDZZXXbWltRGd5bjVrUDQ) on your `~/.local/i686-w64-mingw32`,
|
/external/icu/icu4c/source/test/intltest/ |
numberformattesttuple.h | 77 * field means and how the data drive tests work, please see
|
/external/kernel-headers/original/uapi/linux/ |
edd.h | 8 * BIOS Enhanced Disk Drive Services
|
pmu.h | 48 #define PMU_POW0_HARD_DRIVE 0x04 /* Hard drive power (on wallstreet/lombard ?) */
|
/external/libchrome/base/message_loop/ |
message_pump.h | 93 // used to drive animations, for example.
|
/external/libexif/libexif/canon/ |
mnote-canon-tag.c | 60 {MNOTE_CANON_TAG_SETTINGS_1, 4, N_("Drive Mode")},
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 101 {MNOTE_PENTAX2_TAG_DRIVE_MODE, "DriveMode", N_("Drive Mode"), ""},
|
/external/libjpeg-turbo/ |
jcapistd.c | 54 /* Ready for application to drive first pass through jpeg_write_scanlines
|
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
tmod.c | 83 * a user space program can drive the test functions
|
/external/mockito/src/main/java/org/mockito/exceptions/misusing/ |
PotentialStubbingProblem.java | 16 * intended to drive cleaner tests and better productivity with Mockito mocks.
|
/external/perfetto/ |
README.md | 64 allowing to nest multiple layers of tracing and drive then with the same
|
/external/protobuf/js/binary/ |
writer_test.js | 33 * practice BinaryWriter is used to drive the Decoder and Reader test cases,
|
/external/python/cpython2/PC/os2vacpp/ |
readme.txt | 74 os.bootdrive # Drive that System Booted From e.g. "C:"
|
/external/python/cpython3/Doc/library/ |
glob.rst | 61 have special characters in it. Special characters in drive/UNC
|
/external/python/cpython3/Lib/test/ |
test_ntpath.py | 436 # (or any other volume root). The drive-relative 439 drive, path = ntpath.splitdrive(sys.executable) 441 self.assertFalse(ntpath.ismount(drive.lower())) 442 self.assertFalse(ntpath.ismount(drive.upper()))
|
/external/skia/site/dev/sheriffing/ |
gpu.md | 28 The wrangler should always prioritize dealing with incoming bugs. The balance of a wrangler's time should be spent divided as seen fit between 2) and 3). It is expected that as much as possible a wrangler puts normal work on pause and focuses on wrangler tasks for the full week. It is ok (and encouraged) to take a deep dive on one particular facet of the wrangler duties and drive it as far as possible during wrangler week (while staying on top of incoming bugs).
|
/external/skqp/site/dev/sheriffing/ |
gpu.md | 28 The wrangler should always prioritize dealing with incoming bugs. The balance of a wrangler's time should be spent divided as seen fit between 2) and 3). It is expected that as much as possible a wrangler puts normal work on pause and focuses on wrangler tasks for the full week. It is ok (and encouraged) to take a deep dive on one particular facet of the wrangler duties and drive it as far as possible during wrangler week (while staying on top of incoming bugs).
|
/external/syslinux/com32/elflink/ldlinux/ |
chainboot.c | 140 regs.edx.l = sdi->rr.r.edx.b[0]; /* Drive number -> DL */
|
/external/syslinux/com32/gpllib/disk/ |
labels.c | 245 strlcpy(buffer, "Disk Manager 6.0 Dynamic Drive Overlay", buffer_size); 248 strlcpy(buffer, "EZ-Drive", buffer_size); 336 strlcpy(buffer, "OS/2 hidden C: drive", buffer_size); 405 strlcpy(buffer, "DCE376 logical drive", buffer_size);
|
mbrs.c | 128 * @d: driveinfo struct describing the drive
|
/external/syslinux/gpxe/src/ |
Makefile | 98 @$(ECHO) 'where /dev/fd0 is your floppy drive. This will erase any'
|
/external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/ |
Interpreter.java | 25 * Driver class to drive model inference with TensorFlow Lite.
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
toco_flags.proto | 35 // TocoFlags encodes extra parameters that drive tooling operations, that
|
Completed in 779 milliseconds
<<11121314151617181920>>