/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestingConfig.py | 166 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/ |
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/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/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/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/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/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_8.fea | 7 # Having no context for a reverse chaining substitution rule
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/ |
D | lit.site.cfg.in | 10 # Support substitution of the tools_dir with user parameters.
|
/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/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/swiftshader/third_party/LLVM/test/ |
D | lit.site.cfg.in | 12 # Support substitution of the tools_dir with user parameters. This is
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Unit/ |
D | lit.site.cfg.py.in | 12 # Support substitution of the tools_dir and build_mode with user parameters.
|
/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/clang/test/Unit/ |
D | lit.site.cfg.in | 15 # Support substitution of the tools_dir, libs_dirs, and build_mode with user
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 15 # so try to apply substitution.
|
/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/curl/tests/data/ |
D | test1245 | 40 # The data section doesn't do variable substitution, so we must assert this
|
/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 …]
|