Home
last modified time | relevance | path

Searched refs:emulation (Results 1 – 25 of 116) sorted by relevance

12345

/external/elfutils/libebl/
Deblopenbackend.c52 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()
Deblbackendname.c41 return ebl != NULL ? ebl->emulation : gettext ("No backend"); in ebl_backend_name()
DlibeblP.h45 const char *emulation; member
Dlibebl.h67 extern Ebl *ebl_openbackend_emulation (const char *emulation);
/external/syslinux/txt/
Disolinux.txt25 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/
Disolinux.txt15 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/
Dld.c226 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/
Dszbuild.py431 emulation = {
438 ).format(ld=ld, emulation=emulation, partial=obj_partial,
/external/autotest/client/site_tests/ui_AppLauncher/
Dcontrol.daisy22 This test makes use of keyboard emulation to bring up the launcher.
Dcontrol.peppy22 This test makes use of keyboard emulation to bring up the launcher.
Dcontrol.link22 This test makes use of keyboard emulation to bring up the launcher.
/external/skia/site/dev/chrome/
Drepo.md9 This command does a minimal "just sync the DEPS" emulation of gclient sync for
/external/autotest/client/cros/input_playback/
DREADME15 - Record device properties for emulation:
/external/valgrind/memcheck/tests/x86/
Dpushfpopf_s.S30 # because Vex does an emulation-warning check on the popfl,
/external/syslinux/core/lwip/doc/
Dsys_arch.txt5 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/
Dpty.rst35 emulation code for generic Unix systems. Return a pair of file descriptors
/external/ImageMagick/Magick++/
DINSTALL9 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/
Dconfig-ix.cmake62 # TODO(compnerd) do we want to support an emulation layer that allows for the
/external/libjpeg-turbo/
DBUILDING.md91 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
DREADME-turbo.txt235 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/
DSkinnedVertShader.vsh48 // emulation on some hardware so we "rotate" the vectors instead.
/external/openssh/
DTODO31 - More platforms for for setproctitle() emulation (testing needed)
/external/python/cpython2/PC/os2emx/
DREADME.os2emx534 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/
DSparc.td49 "Use software emulation for floating point">;
/external/mdnsresponder/mDNSWindows/
DREADME.txt49 DNSServiceDiscovery is an obsolete emulation layer that sits on top of

12345