/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/cronet/buildtools/third_party/libc++/trunk/utils/libcxx/test/ |
D | config.py | 12 def _getSubstitution(substitution, config): argument 14 if orig == substitution: 16 raise ValueError('Substitution {} is not in the config.'.format(substitution))
|
D | dsl.py | 495 def __init__(self, key, substitution): argument 497 self._getSub = lambda config: substitution(config) if callable(substitution) else substitution
|
/external/armnn/src/backends/backendsCommon/ |
D | OptimizationViews.cpp | 58 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/ |
D | ShaderSubstitution.md | 1 # 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/ |
D | oss-fuzz-51295_0_0.err | 1 …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/ |
D | OptimizationViews.hpp | 38 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/ |
D | TypeInference.java | 532 Substitution substitution = Substitution.empty(); in boundSetup() local 534 … substitution = 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/ |
D | url_rewrite.proto | 93 // `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/ |
D | lit.cfg | 20 substitution = re.sub(r"^(\\)?((\| )?)\W+b([0-9A-Za-z-_]+)\\b\W*$", 23 config.substitutions.append((tool, substitution))
|
/external/angle/build/apple/ |
D | plist_util.py | 217 for substitution in args.substitution: 218 key, value = substitution.split('=', 1)
|
/external/cronet/build/apple/ |
D | plist_util.py | 217 for substitution in args.substitution: 218 key, value = substitution.split('=', 1)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RegexReplace.pbtxt | 20 description: "The text after applying pattern match and rewrite substitution." 27 substitution is only made for the first `pattern` match.
|
/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/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | cppComplexExpr.vert.out | 10 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/ |
D | cppComplexExpr.vert.out | 10 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/ |
D | yaml_hl.py | 84 for index, weight1, weight2, substitution in markers: 91 chunks.append(substitution)
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.04.txt | 28 generated using a custom substitution script, instead of relying on 30 files; in addition, the custom substitution script is much faster.
|
/external/freetype/docs/ |
D | MAKEPP | 5 option --norc-substitution to have it work correctly.
|
/external/fonttools/Tests/feaLib/data/ |
D | GSUB_error.fea | 2 # Note that this is not a valid substitution, this test is made to trigger an error.
|
D | GSUB_8.fea | 7 # Having no context for a reverse chaining substitution rule
|
/external/llvm/test/Unit/ |
D | lit.site.cfg.in | 12 # Support substitution of the tools_dir and build_mode with user parameters.
|
/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
|