Home
last modified time | relevance | path

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

123456

/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/python/cpython3/Doc/library/
Dpkgutil.rst65 This emulation is no longer needed, as the standard import mechanism
74 This emulation is no longer needed, as the standard import mechanism
89 on the package internal PEP 302 import emulation.
106 on the package internal PEP 302 import emulation.
121 on the package internal PEP 302 import emulation.
142 on the package internal PEP 302 import emulation.
163 on the package internal PEP 302 import emulation.
202 on the package internal PEP 302 import emulation.
Dpty.rst38 emulation code for generic Unix systems. Return a pair of file descriptors
/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/skia/site/dev/chrome/
Drepo.md9 This command does a minimal "just sync the DEPS" emulation of `gclient sync` for
/external/autotest/client/site_tests/ui_AppLauncher/
Dcontrol.daisy22 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.
Dcontrol.peppy22 This test makes use of keyboard emulation to bring up the launcher.
/external/skqp/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/libjpeg-turbo/
DChangeLog.md64 libjpeg-turbo with libjpeg v7 API/ABI emulation and the in-memory
71 built with libjpeg v7 API/ABI emulation. This was apparently a long-standing
72 bug that has existed since the introduction of libjpeg v7/v8 API/ABI emulation
78 using libjpeg v8 API/ABI emulation. It was supposed to be available with
79 libjpeg v7 API/ABI emulation as well but did not work properly due to a bug.
81 API/ABI emulation, since the behavior is entirely internal. Note that
798 libjpeg v6b or v7 emulation, so that programs can take advantage of these
951 13. The inclusion of libjpeg v7 and v8 emulation as well as arithmetic coding
953 jerror.h, and these were mistakenly enabled for all emulation modes, causing
958 based on whether libjpeg v7 or v8 emulation was enabled.
[all …]
DBUILDING.md90 libjpeg v6b (default), v7, or v8 emulation is enabled. If using Cygwin,
122 information about libjpeg v7 and v8 emulation.
127 When using libjpeg v6b or v7 API/ABI emulation, add `--without-mem-srcdst` to
638 v8 emulation is enabled.
680 depending on whether libjpeg v6b (default), v7, or v8 emulation is enabled.
714 v8 emulation is enabled.
730 information about libjpeg v7 and v8 emulation.
735 When using libjpeg v6b or v7 API/ABI emulation, add `-DWITH_MEM_SRCDST=0` to
/external/libcxx/cmake/
Dconfig-ix.cmake78 # TODO(compnerd) do we want to support an emulation layer that allows for the
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DSkinnedVertShader.vsh48 // emulation on some hardware so we "rotate" the vectors instead.
/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

123456