Searched refs:synonyms (Results 1 – 25 of 29) sorted by relevance
12
/external/v8/tools/ |
D | arguments.js | 31 var synonyms = [arg]; 35 synonyms.push(synArg); 39 print(' ' + synonyms.join(', ').padEnd(20) + " " + dispatch[2]);
|
/external/toybox/toys/pending/ |
D | stty.c | 122 } synonyms[] = { variable 387 for (j=0;j<ARRAY_LEN(synonyms);j++) { in do_stty() 388 if (!strcmp(synonyms[j].from, arg)) { in do_stty() 389 arg = synonyms[j].to; in do_stty()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 203 static void *synonyms; variable 271 if (tfind (newp, &synonyms, compare_syn) != NULL) 275 else if (tsearch ( newp, &synonyms, compare_syn) == NULL) 814 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg()
|
D | ChangeLog | 209 * i386_parse.y (fillin_arg): Expand synonyms before concatening to
|
/external/swiftshader/third_party/subzero/docs/ |
D | README.rst | 99 ``0``, ``-1``, and ``m1``. Levels ``-1`` and ``m1`` are synonyms, and
|
/external/swiftshader/third_party/subzero/ |
D | README.rst | 99 ``0``, ``-1``, and ``m1``. Levels ``-1`` and ``m1`` are synonyms, and
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 200 deprecated synonyms `no_sanitize_address` and `no_address_safety_analysis`) to
|
/external/toybox/www/doc/ |
D | mount.txt | 23 flags are just synonyms for adding option flags (for example
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1784 // test: We accept "testX <reg>, <mem>" and "testX <mem>, <reg>" as synonyms. 1790 // xchg: We accept "xchgX <reg>, <mem>" and "xchgX <mem>, <reg>" as synonyms. 1796 // xchg: We accept "xchgX <reg>, %eax" and "xchgX %eax, <reg>" as synonyms.
|
/external/python/cpython3/Doc/library/ |
D | typing.rst | 40 ``Vector`` and ``List[float]`` will be treated as interchangeable synonyms::
|
D | tkinter.rst | 431 Some options, like ``bg`` are synonyms for common options with long names
|
D | curses.rst | 1803 is not possible. The following synonyms are supported where possible:
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 441 Some options, like ``bg`` are synonyms for common options with long names
|
D | curses.rst | 1755 is not possible. The following synonyms are supported where possible:
|
/external/python/cpython3/Doc/howto/ |
D | unicode.rst | 245 example, ``'latin-1'``, ``'iso_8859_1'`` and ``'8859``' are all synonyms for
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 282 synonyms for the same encoding.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3047 // test: We accept "testX <reg>, <mem>" and "testX <mem>, <reg>" as synonyms. 3057 // xchg: We accept "xchgX <reg>, <mem>" and "xchgX <mem>, <reg>" as synonyms. 3067 // xchg: We accept "xchgX <reg>, %eax" and "xchgX %eax, <reg>" as synonyms.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3438 // test: We accept "testX <reg>, <mem>" and "testX <mem>, <reg>" as synonyms. 3448 // xchg: We accept "xchgX <reg>, <mem>" and "xchgX <mem>, <reg>" as synonyms. 3458 // xchg: We accept "xchgX <reg>, %eax" and "xchgX %eax, <reg>" as synonyms.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 974 HelpText<"Do not treat C++ operator name keywords as synonyms for operators">,
|
/external/freetype/docs/ |
D | CHANGES | 2502 were synonyms in FreeType's BDF and PCF interface. This has
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 5049 % Define two synonyms:
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 5049 % Define two synonyms:
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 6479 % Define two environment synonyms (#1 and #2) for an environment.
|
/external/libffi/ |
D | texinfo.tex | 6479 % Define two environment synonyms (#1 and #2) for an environment.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
12