Searched refs:substitution (Results 1 – 25 of 138) sorted by relevance
123456
/external/compiler-rt/cmake/Modules/ |
D | BuiltinTests.cmake | 12 foreach(substitution ${substitutions}) 13 if(substitution STREQUAL "<CMAKE_C_COMPILER>") 16 elseif(substitution STREQUAL "<OBJECT>") 20 elseif(substitution STREQUAL "<SOURCE>") 23 elseif(substitution STREQUAL "<FLAGS>") 27 string(REPLACE "${substitution}" "" test_compile_command
|
/external/libexif/m4m/ |
D | gp-check-shell-environment.m4 | 18 # make sure $() command substitution works 19 AC_MSG_CHECKING([for POSIX sh \$() command substitution])
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | file_equiv.txt | 9 …does the substitution when ever the matchpathcon function is called. Tools like restorecon/rpm/ud…
|
/external/swiftshader/third_party/LLVM/test/ |
D | lit.site.cfg.in | 12 # Support substitution of the tools_dir with user parameters. This is
|
D | lit.cfg | 211 substitution = re.sub(r"^(\\)?((\| )?)\W+b([0-9A-Za-z-_]+)\\b\W*$", 215 substitution_ext = substitution + ext 217 substitution = substitution_ext 219 config.substitutions.append((pattern, substitution))
|
/external/clang/utils/perf-training/ |
D | order-files.lit.site.cfg.in | 11 # Support substitution of the tools and libs dirs with user parameters. This is
|
D | lit.site.cfg.in | 11 # Support substitution of the tools and libs dirs with user parameters. This is
|
/external/llvm/test/Unit/ |
D | lit.site.cfg.in | 12 # Support substitution of the tools_dir and build_mode with user parameters.
|
D | lit.site.cfg | 15 # Support substitution of the tools_dir and build_mode with user parameters.
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 15 # so try to apply substitution.
|
/external/clang/test/Unit/ |
D | lit.site.cfg.in | 15 # Support substitution of the tools_dir, libs_dirs, and build_mode with user
|
/external/swiftshader/third_party/LLVM/test/Unit/ |
D | lit.site.cfg.in | 12 # Support substitution of the tools_dir and build_mode with user parameters.
|
/external/libxml2/result/schemas/ |
D | element-err_0_0.err | 7 …alue 'flute' is not valid. Expected is '(#all | List of (extension | restriction | substitution))'. 17 …alue 'flute' is not valid. Expected is '(#all | List of (extension | restriction | substitution))'.
|
/external/curl/m4/ |
D | xc-translit.m4 | 30 dnl Normal shell expansion and substitution takes place 84 dnl Normal shell expansion and substitution takes place
|
/external/clang/test/ |
D | lit.site.cfg.in | 25 # Support substitution of the tools and libs dirs with user parameters. This is
|
/external/curl/tests/data/ |
D | test1056 | 58 # The data section doesn't do variable substitution, so we must assert this
|
D | test1028 | 50 # The data section doesn't do variable substitution, so we must assert this
|
D | test1055 | 41 # The data section doesn't do variable substitution, so we must assert this
|
D | test309 | 64 # The data section doesn't do variable substitution, so we must assert this
|
/external/compiler-rt/test/ |
D | lit.common.configured.in | 33 # apply substitution.
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 35 "In order to specify a charset substitution character (for ucnv_setSubstChars()),\n" 40 "In order to specify a substitution string (for ucnv_setSubstString()),\n" 41 "add an '=' to the callback string followed by the substitution string.\n" 42 "For example, for a Sub callback with no option and a substitution string\n" 404 // empty segment (using substitution and stop) 469 // empty segment (using substitution and stop) 557 // empty segment 1 (using substitution and stop) 572 // empty segment 2 (using substitution and stop) 603 // empty segment 1 (using substitution and stop) 618 // empty segment 2 & legal redundant switches (using substitution and stop) [all …]
|
/external/llvm/test/ |
D | lit.site.cfg.in | 42 # Support substitution of the tools_dir with user parameters. This is
|
D | lit.site.cfg | 45 # Support substitution of the tools_dir with user parameters. This is
|
/external/icu/icu4c/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 21 # The substitution character is not documented in the Unicode file. 35 # See the ietf-charsets list email "Re: GSM 03.38 substitution character?"
|
/external/llvm/tools/llvm-config/ |
D | CMakeLists.txt | 11 # Compute the substitution values for various items.
|
123456