/external/elfutils/libebl/ |
D | eblopenbackend.c | 52 const char *emulation; member 257 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() argument 287 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0) in openbackend() 288 || (emulation == NULL && machines[cnt].em == machine)) in openbackend() 291 result->emulation = machines[cnt].emulation; in openbackend() 387 result->emulation = "<unknown>"; in openbackend() 425 ebl_openbackend_emulation (const char *emulation) in ebl_openbackend_emulation() argument 427 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
|
D | eblbackendname.c | 41 return ebl != NULL ? ebl->emulation : gettext ("No backend"); in ebl_backend_name()
|
D | libeblP.h | 45 const char *emulation; member
|
D | libebl.h | 67 extern Ebl *ebl_openbackend_emulation (const char *emulation);
|
/external/syslinux/txt/ |
D | isolinux.txt | 25 Torito CD-ROMs in "no emulation" mode. This avoids the need to create 26 an "emulation disk image" with limited space (for "floppy emulation") 27 or compatibility problems (for "hard disk emulation".)
|
/external/syslinux/doc/ |
D | isolinux.txt | 15 Torito CD-ROMs in "no emulation" mode. This avoids the need to create 16 an "emulation disk image" with limited space (for "floppy emulation") 17 or compatibility problems (for "hard disk emulation".)
|
/external/elfutils/src/ |
D | ld.c | 226 static const char *emulation; variable 333 err = ld_prepare_state (emulation); in main() 579 if (emulation != NULL) in parse_opt_1st() 581 emulation = arg; in parse_opt_1st() 1112 if (emulation != NULL) in determine_output_format() 1114 ld_state.ebl = ebl_openbackend_emulation (emulation); in determine_output_format()
|
/external/swiftshader/third_party/subzero/pydir/ |
D | szbuild.py | 431 emulation = { 438 ).format(ld=ld, emulation=emulation, partial=obj_partial,
|
/external/autotest/client/site_tests/ui_AppLauncher/ |
D | control.daisy | 22 This test makes use of keyboard emulation to bring up the launcher.
|
D | control.peppy | 22 This test makes use of keyboard emulation to bring up the launcher.
|
D | control.link | 22 This test makes use of keyboard emulation to bring up the launcher.
|
/external/skia/site/dev/chrome/ |
D | repo.md | 9 This command does a minimal "just sync the DEPS" emulation of gclient sync for
|
/external/autotest/client/cros/input_playback/ |
D | README | 15 - Record device properties for emulation:
|
/external/valgrind/memcheck/tests/x86/ |
D | pushfpopf_s.S | 30 # because Vex does an emulation-warning check on the popfl,
|
/external/syslinux/core/lwip/doc/ |
D | sys_arch.txt | 5 The operating system emulation layer provides a common interface 20 the OS emulation layer must provide several header files defining 167 Additional files required for the "OS support" emulation layer:
|
/external/python/cpython2/Doc/library/ |
D | pty.rst | 35 emulation code for generic Unix systems. Return a pair of file descriptors
|
/external/ImageMagick/Magick++/ |
D | INSTALL | 9 UNIX and under the Cygwin UNIX-emulation environment for Windows. Standards 159 Unix-emulation environment for Windows NT. Obtain and install Cgywin from
|
/external/libcxx/cmake/ |
D | config-ix.cmake | 62 # TODO(compnerd) do we want to support an emulation layer that allows for the
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 91 libjpeg v6b (default), v7, or v8 emulation is enabled. If using Cygwin, 123 information on libjpeg v7 and v8 emulation. 128 When using libjpeg v6b or v7 API/ABI emulation, add `--without-mem-srcdst` to 544 v8 emulation is enabled. 587 depending on whether libjpeg v6b (default), v7, or v8 emulation is enabled. 620 v8 emulation is enabled. 636 information on libjpeg v7 and v8 emulation. 641 When using libjpeg v6b or v7 API/ABI emulation, add `-DWITH_MEM_SRCDST=0` to
|
D | README-turbo.txt | 235 API/ABI emulation in order to use the in-memory source/destination managers, 250 emulation and from 7.0.0 to 7.1.0 if using libjpeg v7 API/ABI emulation.
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | SkinnedVertShader.vsh | 48 // emulation on some hardware so we "rotate" the vectors instead.
|
/external/openssh/ |
D | TODO | 31 - More platforms for for setproctitle() emulation (testing needed)
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 534 than use the emulation in os.py. 608 - EMX provides not satisfactory mount point emulation, so "ismount" 616 EMX select() emulation, possibly in concert with bugs in the TCP/IP 622 implemented a crude Python emulation, in the file 626 The emulation copies the source file in binary mode, and will fail if 628 There are no guarantees to thread safety with this emulation - beware! 630 The emulation was written to support a link() based file locking system
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 49 "Use software emulation for floating point">;
|
/external/mdnsresponder/mDNSWindows/ |
D | README.txt | 49 DNSServiceDiscovery is an obsolete emulation layer that sits on top of
|