/external/elfutils/src/libebl/ |
D | eblopenbackend.c | 52 const char *emulation; member 255 openbackend (elf, emulation, machine) in openbackend() argument 257 const char *emulation; 288 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0) 289 || (emulation == NULL && machines[cnt].em == machine)) 292 result->emulation = machines[cnt].emulation; 384 result->emulation = "<unknown>"; 424 ebl_openbackend_emulation (const char *emulation) in ebl_openbackend_emulation() argument 426 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
|
D | eblbackendname.c | 42 return ebl != NULL ? ebl->emulation : gettext ("No backend");
|
D | libeblP.h | 45 const char *emulation; member
|
D | libebl.h | 54 extern Ebl *ebl_openbackend_emulation (const char *emulation);
|
/external/v8/test/promises-aplus/ |
D | README | 5 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/src/ |
D | ld.c | 227 static const char *emulation; variable 339 err = ld_prepare_state (emulation); in main() 585 if (emulation != NULL) in parse_opt_1st() 587 emulation = arg; in parse_opt_1st() 1071 if (emulation != NULL) in determine_output_format() 1073 ld_state.ebl = ebl_openbackend_emulation (emulation); in determine_output_format()
|
D | ld.h | 1107 extern int ld_prepare_state (const char *emulation);
|
D | ldgeneric.c | 180 ld_prepare_state (const char *emulation) in ld_prepare_state() argument 231 if (emulation == NULL) in ld_prepare_state() 233 emulation = ebl_backend_name (ld_state.ebl); in ld_prepare_state() 234 assert (emulation != NULL); in ld_prepare_state() 236 size_t emulation_len = strlen (emulation); in ld_prepare_state() 241 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so"); in ld_prepare_state() 252 strcpy (mempcpy (initname, emulation, emulation_len), "_ld_init"); in ld_prepare_state()
|
/external/skia/site/dev/chrome/ |
D | repo.md | 11 This command does a minimal "just sync the DEPS" emulation of gclient sync for
|
/external/valgrind/memcheck/tests/x86/ |
D | pushfpopf_s.S | 30 # because Vex does an emulation-warning check on the popfl,
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/ |
D | CHANGELOG.md | 31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
|
/external/openssh/ |
D | TODO | 31 - More platforms for for setproctitle() emulation (testing needed)
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | parse-events.l | 147 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
|
/external/llvm/lib/Target/R600/ |
D | CaymanInstructions.td | 56 // RECIP_UINT emulation for Cayman
|
/external/valgrind/none/tests/ |
D | cmdline1.stdout.exp | 115 --show-emwarns=no|yes show warnings about emulation limits? [no]
|
D | cmdline2.stdout.exp | 115 --show-emwarns=no|yes show warnings about emulation limits? [no]
|
/external/libusb-compat/ |
D | ChangeLog | 163 Add emulation info to pkg-config file
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 111 LANGOPT(TraditionalCPP , 1, 0, "traditional CPP emulation")
|
/external/sonic/doc/ |
D | index.md | 141 a higher or lower pitch, then enable the vocal chord emulation mode for pitch
|
/external/google-breakpad/m4/ |
D | ax_pthread.m4 | 118 # which is a program returning the flags for the Pth emulation library.
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 326 Fix semaphore emulation, spin-wait intrinsics on Windows 577 * Better autotools emulation (--prefix, --libdir, DESTDIR)
|
/external/mesa3d/m4/ |
D | ax_pthread.m4 | 124 # which is a program returning the flags for the Pth emulation library.
|
/external/pcre/dist/m4/ |
D | ax_pthread.m4 | 124 # which is a program returning the flags for the Pth emulation library.
|
/external/harfbuzz_ng/m4/ |
D | ax_pthread.m4 | 124 # which is a program returning the flags for the Pth emulation library.
|
/external/google-breakpad/src/testing/gtest/m4/ |
D | acx_pthread.m4 | 100 # which is a program returning the flags for the Pth emulation library.
|