Searched refs:emulations (Results 1 – 25 of 30) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/ |
D | lit.cfg.py | 261 emulations = fields[2].split() 262 if 'elf_x86_64' not in emulations: 264 if 'elf32ppc' in emulations:
|
/external/libcups/cups/ |
D | ppd.c | 153 for (i = ppd->num_emulations, emul = ppd->emulations; i > 0; i --, emul ++) in ppdClose() 159 ppd_free(ppd->emulations); in ppdClose() 1217 if ((ppd->emulations = calloc((size_t)count, sizeof(ppd_emul_t))) == NULL) in _ppdOpen() 1226 for (nameptr = ppd->emulations[i].name; in _ppdOpen() 1229 if (nameptr < (ppd->emulations[i].name + sizeof(ppd->emulations[i].name) - 1)) in _ppdOpen() 1243 if (!strcmp(keyword + 14, ppd->emulations[i].name)) in _ppdOpen() 1245 ppd->emulations[i].start = string; in _ppdOpen() 1254 if (!strcmp(keyword + 13, ppd->emulations[i].name)) in _ppdOpen() 1256 ppd->emulations[i].stop = string; in _ppdOpen()
|
D | ppd.h | 308 ppd_emul_t *emulations; /* Emulations and the code to invoke them */ member
|
/external/llvm/test/ |
D | lit.cfg | 394 # check that the used emulations are supported. 395 emu_line = [l for l in ld_out.split('\n') if 'supported emulations' in l] 402 emulations = fields[2].split() 403 if 'elf_x86_64' not in emulations: 405 if 'elf32ppc' in emulations:
|
/external/freetype/docs/ |
D | INSTALL.UNIX | 2 library on Unix systems. This also works for emulations like Cygwin
|
/external/u-boot/board/sandbox/ |
D | README.sandbox | 174 U-Boot sandbox supports these emulations:
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1506 On VT100s and their software emulations, such as X terminal emulators, there are 1532 emulations such as X terminals. When there is no graphic available, curses
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1556 On VT100s and their software emulations, such as X terminal emulators, there are 1582 emulations such as X terminals. When there is no graphic available, curses
|
/external/python/cpython3/Doc/faq/ |
D | design.rst | 630 "stub" emulations of the external interface. The :mod:`doctest` and
|
/external/python/cpython2/Doc/faq/ |
D | design.rst | 665 "stub" emulations of the external interface. The :mod:`doctest` and
|
/external/u-boot/ |
D | README | 730 emulations (like "cu"), but may as well just take
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 1393 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/speex/m4/ |
D | libtool.m4 | 1406 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 1393 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 1406 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 1442 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/lmfit/m4/ |
D | libtool.m4 | 1406 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/openssh/ |
D | ChangeLog | 5499 emulations. bz#2511, patch by Alex Wilson.
|
/external/libevent/m4/ |
D | libtool.m4 | 1469 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/libpng/scripts/ |
D | libtool.m4 | 1469 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/curl/m4/ |
D | libtool.m4 | 1468 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/ImageMagick/m4/ |
D | libtool.m4 | 1469 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/pcre/dist2/m4/ |
D | libtool.m4 | 1469 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/expat/m4/ |
D | libtool.m4 | 1469 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
/external/iperf3/ |
D | aclocal.m4 | 1483 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
12