Home
last modified time | relevance | path

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

1234

/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/v8/test/promises-aplus/
DREADME5 libraries. To run it in d8 shell, we provides some emulation functions in the
21 The emulation is not complete. Upgrading Promise/A+ tests will require
/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()
Dld.h1107 extern int ld_prepare_state (const char *emulation);
/external/autotest/client/site_tests/ui_AppLauncher/
Dcontrol.peppy23 This test makes use of keyboard emulation to bring up the launcher.
Dcontrol.daisy23 This test makes use of keyboard emulation to bring up the launcher.
Dcontrol.link23 This test makes use of keyboard emulation to bring up the launcher.
/external/skia/site/dev/chrome/
Drepo.md11 This command does a minimal "just sync the DEPS" emulation of gclient sync for
/external/valgrind/memcheck/tests/x86/
Dpushfpopf_s.S30 # because Vex does an emulation-warning check on the popfl,
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
DCHANGELOG.md31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
/external/libjpeg-turbo/
DBUILDING.txt106 libjpeg v6b (default), v7, or v8 emulation is enabled. If using Cygwin,
139 on libjpeg v7 and v8 emulation.
145 When using libjpeg v6b or v7 API/ABI emulation, add --without-mem-srcdst to the
569 v8 emulation is enabled.
608 depending on whether libjpeg v6b (default), v7, or v8 emulation is enabled.
637 v8 emulation is enabled.
655 on libjpeg v7 and v8 emulation.
661 When using libjpeg v6b or v7 API/ABI emulation, add -DWITH_MEM_SRCDST=0 to the
DChangeLog.txt441 libjpeg v6b or v7 emulation, so that programs can take advantage of these
597 [13] The inclusion of libjpeg v7 and v8 emulation as well as arithmetic coding
599 jerror.h, and these were mistakenly enabled for all emulation modes, causing
604 based on whether libjpeg v7 or v8 emulation was enabled.
643 cinfo->image_width and cinfo->image_height if libjpeg v7 or v8 emulation was
646 emulation.
691 [1] Added emulation of the libjpeg v7 and v8 APIs and ABIs. See
708 when the library is built with libjpeg v6b emulation.
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/chromium-trace/catapult/third_party/flot/
DFAQ.md6 depends on the browser. The excanvas emulation used for IE (built with
DREADME.md34 do the emulation. Although Flash can be a bit slower to load than VML,
/external/llvm/lib/Target/AMDGPU/
DCaymanInstructions.td56 // RECIP_UINT emulation for Cayman
/external/opencv3/cmake/
DFindCUDA.cmake119 # you are in emulation mode or not.
123 # whether you are in emulation mode or not.
269 # CUDA_CUFFT_LIBRARIES -- Device or emulation library for the Cuda FFT
272 # CUDA_CUBLAS_LIBRARIES -- Device or emulation library for the Cuda BLAS
440 # Set whether we are using emulation or device mode.
738 # If we are using emulation mode and we found the cudartemu library then use
763 # Disable emulation for v3.1 onward
1081 set(nvcc_flags ${nvcc_flags} --device-emulation -D_DEVICEEMU -g)
/external/valgrind/none/tests/
Dcmdline1.stdout.exp112 --show-emwarns=no|yes show warnings about emulation limits? [no]
Dcmdline2.stdout.exp112 --show-emwarns=no|yes show warnings about emulation limits? [no]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DREADME.md115 size of web-animations-next-lite as small as possible, the style emulation
/external/libusb-compat/
DChangeLog163 Add emulation info to pkg-config file
/external/libevent/
Dconfigure.ac758 dnl fail even with Linux emulation working as designed.
760 dnl to a NetBSD host with Linux emulation working.

1234