Home
last modified time | relevance | path

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

12345678910>>...13

/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/cronet/buildtools/third_party/libc++/trunk/utils/libcxx/test/
Dconfig.py12 def _getSubstitution(substitution, config): argument
14 if orig == substitution:
16 raise ValueError('Substitution {} is not in the config.'.format(substitution))
Ddsl.py495 def __init__(self, key, substitution): argument
497 self._getSub = lambda config: substitution(config) if callable(substitution) else substitution
/external/armnn/src/backends/backendsCommon/
DOptimizationViews.cpp58 for (auto& substitution : m_SuccesfulOptimizations) in Validate() local
61 const SubgraphView& replacement = substitution.m_ReplacementSubgraph; in Validate()
62 const SubgraphView& old = substitution.m_SubstitutableSubgraph; in Validate()
/external/angle/doc/
DShaderSubstitution.md1 # Shader substitution
23 be written to, and, in the case of shader substitution, read from. For
37 ## ESSL shader dumping and substitution
42 only be written to disk if they were not loaded from disk via substitution,
65 ## Translated shader dumping and substitution
99 the shaders in the substitution directory, make a new directory and copy in
/external/libxml2/result/schemas/
Doss-fuzz-51295_0_0.err1 …r : element decl. 'e': The element declaration 'e' defines a circular substitution group to elemen…
2 …r : element decl. 'e': The element declaration 'e' defines a circular substitution group to elemen…
/external/armnn/include/armnn/backends/
DOptimizationViews.hpp38 void AddSubstitution(SubstitutionPair&& substitution) in AddSubstitution() argument
40 m_SuccesfulOptimizations.emplace_back(substitution); in AddSubstitution()
/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/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/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/angle/build/apple/
Dplist_util.py217 for substitution in args.substitution:
218 key, value = substitution.split('=', 1)
/external/cronet/build/apple/
Dplist_util.py217 for substitution in args.substitution:
218 key, value = substitution.split('=', 1)
/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/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/python/pyyaml/examples/yaml-highlight/
Dyaml_hl.py84 for index, weight1, weight2, substitution in markers:
91 chunks.append(substitution)
/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_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/test/Unit/
Dlit.site.cfg.in12 # 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

12345678910>>...13