Home
last modified time | relevance | path

Searched refs:substitution (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestingConfig.py166 def __init__(self, substitution): argument
167 self.substitution = substitution
170 return self.substitution
173 return self.substitution
176 return len(self.substitution)
179 return self.substitution.__getitem__(item)
/external/compiler-rt/cmake/Modules/
DBuiltinTests.cmake12 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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DTypeInference.java532 Substitution substitution = Substitution.empty(); in boundSetup() local
534substitution = substitution.withPair(typeParameterDeclarations.get(j), inferenceVariables.get(j)); in boundSetup()
536 ResolvedType TWithSubstitutions = substitution.apply(T); in boundSetup()
673 … private ResolvedType typeWithSubstitution(ResolvedType originalType, Substitution substitution) { in typeWithSubstitution() argument
674 return substitution.apply(originalType); in typeWithSubstitution()
/external/swiftshader/third_party/subzero/crosstest/
Dlit.cfg20 substitution = re.sub(r"^(\\)?((\| )?)\W+b([0-9A-Za-z-_]+)\\b\W*$",
23 config.substitutions.append((tool, substitution))
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RegexReplace.pbtxt20 description: "The text after applying pattern match and rewrite substitution."
27 substitution is only made for the first `pattern` match.
/external/libexif/m4m/
Dgp-check-shell-environment.m418 # make sure $() command substitution works
19 AC_MSG_CHECKING([for POSIX sh \$() command substitution])
/external/selinux/python/sepolicy/sepolicy/help/
Dfile_equiv.txt9 …does the substitution when ever the matchpathcon function is called. Tools like restorecon/rpm/ud…
/external/deqp-deps/glslang/Test/baseResults/
DcppComplexExpr.vert.out10 ERROR: 0:87: 'macro expansion' : End of line in macro substitution: foobar
14 ERROR: 0:92: 'macro expansion' : End of line in macro substitution: foobar
18 ERROR: 0:99: 'macro expansion' : End of line in macro substitution: foobar
22 ERROR: 0:101: 'macro expansion' : End of line in macro substitution: foobar
/external/e2fsprogs/doc/RelNotes/
Dv1.04.txt28 generated using a custom substitution script, instead of relying on
30 files; in addition, the custom substitution script is much faster.
/external/freetype/docs/
DMAKEPP5 option --norc-substitution to have it work correctly.
/external/fonttools/Tests/feaLib/data/
DGSUB_8.fea7 # Having no context for a reverse chaining substitution rule
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/
Dlit.site.cfg.in10 # Support substitution of the tools_dir with user parameters.
/external/llvm/test/Unit/
Dlit.site.cfg.in12 # Support substitution of the tools_dir and build_mode with user parameters.
Dlit.site.cfg15 # Support substitution of the tools_dir and build_mode with user parameters.
/external/clang/utils/perf-training/
Dorder-files.lit.site.cfg.in11 # Support substitution of the tools and libs dirs with user parameters. This is
Dlit.site.cfg.in11 # Support substitution of the tools and libs dirs with user parameters. This is
/external/swiftshader/third_party/LLVM/test/
Dlit.site.cfg.in12 # Support substitution of the tools_dir with user parameters. This is
/external/swiftshader/third_party/llvm-7.0/llvm/test/Unit/
Dlit.site.cfg.py.in12 # Support substitution of the tools_dir and build_mode with user parameters.
/external/swiftshader/third_party/LLVM/test/Unit/
Dlit.site.cfg.in12 # Support substitution of the tools_dir and build_mode with user parameters.
/external/clang/test/Unit/
Dlit.site.cfg.in15 # Support substitution of the tools_dir, libs_dirs, and build_mode with user
/external/compiler-rt/unittests/
Dlit.common.unit.configured.in15 # so try to apply substitution.
/external/libxml2/result/schemas/
Delement-err_0_0.err7 …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/
Dxc-translit.m430 dnl Normal shell expansion and substitution takes place
84 dnl Normal shell expansion and substitution takes place
/external/curl/tests/data/
Dtest124540 # The data section doesn't do variable substitution, so we must assert this
/external/icu/icu4c/source/test/testdata/
Dconversion.txt35 "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 …]

12345678910