Searched refs:substituted (Results 1 – 25 of 106) sorted by relevance
12345
/external/brotli/ |
D | configure.ac | 3 dnl Actual version is substituted by bootstrap
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea2.ll | 10 ; Test for fixup lea pre-emit pass. LEA instructions should be substituted for 12 ; 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 | 8 ; An LEA should NOT be substituted for the ADD instruction
|
/external/virglrenderer/build-aux/ |
D | ax_code_coverage.m4 | 14 # Also defines CODE_COVERAGE_RULES which should be substituted in your 16 # configure output. CODE_COVERAGE_ENABLED is defined and substituted, and 21 # substituted.
|
/external/curl/tests/ |
D | FILEFORMAT | 270 not running the test. Variables are substituted as in the <command> section. 276 to have failed. Variables are substituted as in the <command> section. 295 Variables are first substituted as in the <command> section. 386 Variables are substituted on the contents of the file as in the <command> 419 sent by the client Variables are substituted as in the <command> section. The 429 Variables are substituted as in the <command> section. The <strip> and 436 substituted as in the <command> section. 448 Variables are substituted as in the <command> section.
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | lit.cfg | 19 # substituted.
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | GenerateVersionFromCVS.cmake | 9 # "SECOND" are substituted with the names specified in the input variables.
|
/external/llvm/cmake/modules/ |
D | GenerateVersionFromCVS.cmake | 9 # "SECOND" are substituted with the names specified in the input variables.
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | struct_macros.tmpl | 9 substituted with struct field names to refer to the input fields. 98 substituted with struct field names to refer to the output fields.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RegexReplace.pbtxt | 14 The rewrite string to be substituted for the `pattern` expression where it is
|
/external/libpng/scripts/ |
D | genchk.cmake.in | 11 # Variables substituted from CMakeLists.txt
|
D | genout.cmake.in | 11 # Variables substituted from CMakeLists.txt
|
/external/harfbuzz_ng/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/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
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 1735 token_list_t *substituted; in _glcpp_parser_expand_function() local 1776 substituted = _token_list_create(parser); in _glcpp_parser_expand_function() 1790 _token_list_append_list(substituted, expanded_argument); in _glcpp_parser_expand_function() 1796 _token_list_append(parser, substituted, new_token); in _glcpp_parser_expand_function() 1799 _token_list_append(parser, substituted, node->token); in _glcpp_parser_expand_function() 1806 _token_list_trim_trailing_space(substituted); in _glcpp_parser_expand_function() 1808 _glcpp_parser_apply_pastes(parser, substituted); in _glcpp_parser_expand_function() 1810 return substituted; in _glcpp_parser_expand_function()
|
/external/clang/test/CodeGenObjC/ |
D | parameterized_classes.m | 4 // mainly verifies that CodeGen doesn't assert when substituted types
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | varsub.bat | 30 # substituted.
|
/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.
|
12345