Searched refs:substituted (Results 1 – 25 of 87) sorted by relevance
1234
/external/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea2.ll | 9 ; Test for fixup lea pre-emit pass. LEA instructions should be substituted for 11 ; precede the load within 5 instructions. An LEA should also be substituted for
|
D | atom-fixup-lea1.ll | 7 ; Test for the FixupLEAs pre-emit pass. An LEA should be substituted for the ADD
|
D | atom-fixup-lea3.ll | 6 ; An LEA should NOT be substituted for the ADD instruction
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
D | struct_macros.tmpl | 7 substituted with struct field names to refer to the input fields. 50 substituted with struct field names to refer to the input fields. 136 substituted with struct field names to refer to the output fields.
|
/external/curl/tests/ |
D | FILEFORMAT | 268 not running the test. Variables are substituted as in the <command> section. 274 to have failed. Variables are substituted as in the <command> section. 293 Variables are first substituted as in the <command> section. 379 Variables are substituted on the contents of the file as in the <command> 412 sent by the client Variables are substituted as in the <command> section. The 422 Variables are substituted as in the <command> section. The <strip> and 429 substituted as in the <command> section. 441 Variables are substituted as in the <command> section.
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | lit.cfg | 19 # substituted.
|
/external/llvm/cmake/modules/ |
D | GenerateVersionFromCVS.cmake | 9 # "SECOND" are substituted with the names specified in the input variables.
|
D | GetSVN.cmake | 12 # "SECOND" are substituted with the names specified in the input variables.
|
/external/libpng/scripts/ |
D | genchk.cmake.in | 11 # Variables substituted from CMakeLists.txt
|
D | genout.cmake.in | 11 # Variables substituted from CMakeLists.txt
|
D | gensrc.cmake.in | 11 # Variables substituted from CMakeLists.txt
|
/external/strace/m4/ |
D | ax_code_coverage.m4 | 16 # substituted in your Makefile; and $enable_code_coverage which can be 18 # and substituted, and corresponds to the value of the 22 # substituted.
|
D | ax_valgrind_check.m4 | 16 # Defines VALGRIND_CHECK_RULES which should be substituted in your 18 # output. VALGRIND_ENABLED is defined and substituted, and corresponds to
|
D | ax_prog_cc_for_build.m4 | 24 # substituted in the Makefile.
|
/external/curl/m4/ |
D | ax_code_coverage.m4 | 16 # substituted in your Makefile; and $enable_code_coverage which can be 18 # and substituted, and corresponds to the value of the 22 # substituted.
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 1718 token_list_t *substituted; in _glcpp_parser_expand_function() local 1759 substituted = _token_list_create(parser); in _glcpp_parser_expand_function() 1773 _token_list_append_list(substituted, expanded_argument); in _glcpp_parser_expand_function() 1779 _token_list_append(parser, substituted, new_token); in _glcpp_parser_expand_function() 1782 _token_list_append(parser, substituted, node->token); in _glcpp_parser_expand_function() 1789 _token_list_trim_trailing_space(substituted); in _glcpp_parser_expand_function() 1791 _glcpp_parser_apply_pastes(parser, substituted); in _glcpp_parser_expand_function() 1793 return substituted; in _glcpp_parser_expand_function()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | varsub.bat | 30 # substituted.
|
/external/clang/test/CodeGenObjC/ |
D | parameterized_classes.m | 4 // mainly verifies that CodeGen doesn't assert when substituted types
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 397 * If no entities need to be substituted. 404 * Whether general entities need to be substituted. 411 * Whether parameter entities need to be substituted. 418 * Both general and parameter entities need to be substituted.
|
/external/eigen/doc/ |
D | UsingIntelMKL.dox | 52 When doing so, a number of %Eigen's algorithms are silently substituted with calls to Intel MKL rou… 56 In addition you can choose which parts will be substituted by defining one or multiple of the follo…
|
D | UsingBlasLapackBackends.dox | 59 When doing so, a number of %Eigen's algorithms are silently substituted with calls to BLAS or LAPAC… 63 The breadth of %Eigen functionality that can be substituted is listed in the table below.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | select.ll | 37 ; (they should not be forward substituted in the machine code!) 59 ; A constant argument to a cast used only once should be forward substituted
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | NOTES | 16 independently and allowing either to be substituted with equivalent
|
/external/llvm/test/CodeGen/Generic/ |
D | select.ll | 37 ; (they should not be forward substituted in the machine code!) 59 ; A constant argument to a cast used only once should be forward substituted
|
/external/python/cpython2/Doc/library/ |
D | mailcap.rst | 39 *filename* is the filename to be substituted for ``%s`` in the command line; the
|
1234