Home
last modified time | relevance | path

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

12345678910>>...12

/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/llvm-project/llvm/utils/lit/lit/
DTestingConfig.py177 def __init__(self, substitution): argument
178 self.substitution = substitution
181 return self.substitution
184 return self.substitution
187 return len(self.substitution)
190 return self.substitution.__getitem__(item)
/external/llvm-project/compiler-rt/lib/crt/
DCMakeLists.txt37 foreach(substitution ${substitutions})
38 if(substitution STREQUAL "<CMAKE_C_COMPILER>")
41 elseif(substitution STREQUAL "<OBJECT>")
44 elseif(substitution STREQUAL "<SOURCE>")
47 elseif(substitution STREQUAL "<FLAGS>")
51 string(REPLACE "${substitution}" "" test_compile_command
/external/llvm-project/clang/test/SemaTemplate/
Dcxx2a-constraint-exprs.cpp30 …expected-error@-1{{substitution into constraint expression resulted in a non-constant expression}}…
37 … expected-error@-1{{substitution into constraint expression resulted in a non-constant expression}}
44 …expected-error@-1{{substitution into constraint expression resulted in a non-constant expression}}…
50 … expected-error@-1{{substitution into constraint expression resulted in a non-constant expression}}
/external/llvm-project/libcxx/utils/libcxx/test/
Dnewconfig.py9 def _getSubstitution(substitution, config): argument
11 if orig == substitution:
13 raise ValueError('Substitution {} is not in the config.'.format(substitution))
Ddsl.py360 def __init__(self, key, substitution): argument
362 self._getSub = lambda config: substitution(config) if callable(substitution) else substitution
/external/llvm-project/compiler-rt/cmake/Modules/
DBuiltinTests.cmake55 foreach(substitution ${substitutions})
56 if(substitution STREQUAL "<CMAKE_C_COMPILER>")
59 elseif(substitution STREQUAL "<OBJECT>")
63 elseif(substitution STREQUAL "<SOURCE>")
66 elseif(substitution STREQUAL "<FLAGS>")
70 string(REPLACE "${substitution}" "" test_compile_command
/external/llvm-project/clang/test/Analysis/
Danalyzer_test.py41 def executeWithAnalyzeSubstitution(self, test, litConfig, substitution): argument
43 test.config.substitutions.append(('%analyze', substitution))
/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/openscreen/cast/cast_core/api/v2/
Durl_rewrite.proto93 // `substitution`.
94 // - `pattern` and `substitution` must be set.
95 // - `substitution` must be a valid
99 string substitution = 2; field
/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/llvm-project/llvm/test/TableGen/
Dintrinsic-pointer-to-any.td5 // substitution handling code in the Intrinsic Emitter, and didn't consider this
7 // to ensure that the substitution being processed was correctly replaced.
/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/angle/third_party/vulkan-deps/glslang/src/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/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/freetype/docs/
DMAKEPP5 option --norc-substitution to have it work correctly.
/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/fonttools/Tests/feaLib/data/
DGSUB_error.fea2 # Note that this is not a valid substitution, this test is made to trigger an error.
DGSUB_8.fea7 # Having no context for a reverse chaining substitution rule
/external/llvm-project/llvm/test/Transforms/
Dlit.local.cfg6 # the default substitution of FileCheck will replace it to its full path.
/external/llvm-project/lldb/test/Shell/Commands/
Dcommand-regex-unalias.test5 # CHECK: Enter one or more sed substitution commands in the form
Dcommand-regex-delete.test5 # CHECK: Enter one or more sed substitution commands in the form
/external/llvm-project/llvm/test/Analysis/
Dlit.local.cfg6 # the default substitution of FileCheck will replace it to its full path.

12345678910>>...12