Home
last modified time | relevance | path

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

1234567

/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
/external/u-boot/board/emulation/qemu-x86/
DMAINTAINERS4 F: board/emulation/qemu-x86/
11 F: board/emulation/qemu-x86/
DKconfig7 default "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.
/external/u-boot/board/sandbox/
DREADME.sandbox52 U-Boot will start on your computer, showing a sandbox emulation of the serial
76 sandbox with LCD and keyboard emulation, using something like:
100 As mentioned above, -l causes the LCD emulation window to be shown.
116 Memory emulation is supported, with the size set by CONFIG_SYS_SDRAM_SIZE.
125 at 0 and extending to the size of the emulation.
273 Sandbox supports SPI and SPI flash emulation.
281 device - SPI device emulation name
297 Since this is a full SPI emulation (rather than just flash), you can
327 U-Boot can use raw disk images for block device emulation. To e.g. list
/external/u-boot/board/emulation/qemu-arm/
DMAINTAINERS4 F: board/emulation/qemu-arm/
/external/u-boot/arch/arm/mach-qemu/
DKconfig4 default "emulation"
/external/u-boot/drivers/usb/emul/
DKconfig2 bool "Support for USB device emulation"
/external/swiftshader/third_party/subzero/pydir/
Dszbuild.py431 emulation = {
438 ).format(ld=ld, emulation=emulation, partial=obj_partial,
/external/u-boot/arch/arm/mach-davinci/include/mach/
Dda8xx-usb.h33 dv_reg emulation; member
/external/u-boot/drivers/usb/musb/
Dam35x.h34 u32 emulation; member
/external/autotest/client/site_tests/ui_AppLauncher/
Dcontrol.link22 This test makes use of keyboard emulation to bring up the launcher.
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.
/external/skqp/site/dev/chrome/
Drepo.md10 The second command does a minimal "just sync the DEPS" emulation of `gclient
/external/skia/site/dev/chrome/
Drepo.md10 The second command does a minimal "just sync the DEPS" emulation of `gclient
/external/u-boot/board/emulation/
DKconfig28 source "board/emulation/qemu-x86/Kconfig"
/external/autotest/client/cros/input_playback/
DREADME15 - Record device properties for emulation:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparc.td25 "Use software emulation for integer multiply and divide">;
61 "Use software emulation for floating point">;
/external/u-boot/drivers/adc/
DKconfig26 This enables driver for Sandbox ADC device emulation.
/external/u-boot/arch/x86/cpu/ivybridge/
DKconfig54 emulation (which would be very slow).
/external/u-boot/doc/SPI/
DREADME.sandbox-spi4 U-Boot supports SPI and SPI flash emulation in sandbox. This must be enabled
/external/skia/infra/skqp/docker/android-skqp/
DDockerfile9 # Of course, this Docker image can also do that, it's just a bit heavier for "emulation only"

1234567