Searched refs:substitutions (Results 1 - 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTestingConfig.py35 substitutions = [],
66 environment, substitutions, unsupported, on_clone,
74 self.substitutions = list(substitutions)
87 self.environment, self.substitutions,
101 self.substitutions = list(self.substitutions)
H A DTestRunner.py412 # We use #_MARKER_# to hide %% while we do the other substitutions.
413 substitutions = [('%%', '#_MARKER_#')]
414 substitutions.extend(test.config.substitutions)
415 substitutions.extend([('%s', sourcepath),
457 # Apply substitutions to the script. Allow full regular
461 # Apply substitutions
462 for a,b in substitutions:
517 # Parse the test script, normalizing slashes in substitutions on Windows
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py8 def configure_file(input_path, output_path, substitutions):
9 """configure_file(input_path, output_path, substitutions) -> bool
12 by replacing variables in the file with those given in the substitutions
15 The substitutions list should be given as a list of tuples (regex string,
33 # Perform the substitutions.
34 for regex_string,replacement in substitutions:
H A Dmain.py977 substitutions = [ variable
998 result = configutil.configure_file(inpath, outpath, substitutions)
/external/llvm/utils/lit/lit/
H A DTestingConfig.py67 substitutions = [],
120 environment, substitutions, unsupported,
129 self.substitutions = list(substitutions)
149 self.substitutions = list(self.substitutions)
H A DTestRunner.py618 # We use #_MARKER_# to hide %% while we do the other substitutions.
619 substitutions = []
620 substitutions.extend([('%%', '#_MARKER_#')])
621 substitutions.extend(test.config.substitutions)
622 substitutions.extend([('%s', sourcepath),
631 substitutions.extend([
641 substitutions.extend([
649 substitutions.extend([
656 return substitutions
[all...]
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DMangler.cpp71 std::map<std::string, unsigned>::iterator I = substitutions.find(thistypeStr.str());
72 if (I == substitutions.end())
112 substitutions[m_stream.str().substr(fpos + 1)] = seqId++;
114 substitutions[m_stream.str().substr(fpos)] = seqId++;
130 substitutions[m_stream.str().substr(index)] = seqId++;
166 std::map<std::string, unsigned> substitutions; member in class:SPIR::MangleVisitor
/external/toolchain-utils/automation/common/
H A Djob.py103 def _FormatCommand(cmd, substitutions):
104 for pattern, replacement in substitutions:
110 substitutions = [
118 substitutions.append(('$SECONDARY_MACHINES[%d]' % num, machine.hostname
121 return self._FormatCommand(str(self.command), substitutions)
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.h106 substitutions);
H A Dhlo_evaluator.cc2171 substitutions) {
2174 auto it = substitutions.find(operand);
2175 if (it == substitutions.end()) {
/external/toolchain-utils/dejagnu/
H A Dgdb_dejagnu.py136 substitutions = dict({
142 for pat, sub in substitutions.items():
156 substitutions = dict({
161 for pat, sub in substitutions.items():
H A Drun_dejagnu.py214 substitutions = dict({
220 for pat, sub in substitutions.items():
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dvarsub.bat67 # Do variable substitutions, and output line
H A DdumpICUrules.bat269 # ignore CVS keyword substitutions
381 # ignore CVS keyword substitutions
/external/toolchain-utils/automation/clients/report/dejagnu/
H A Dsummary.py57 substitutions = [
64 for pattern, replacement in substitutions:
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1505 unsigned int count = substitutions.len;
1508 const FeatureTableSubstitutionRecord &record = substitutions.array[i];
1520 substitutions.sanitize (c, this));
1526 substitutions;
1528 DEFINE_SIZE_ARRAY (6, substitutions);
1539 substitutions.sanitize (c, base));
1546 substitutions;
1576 return (this+record.substitutions).find_substitute (feature_index);
/external/libcxx/utils/libcxx/test/
H A Dformat.py121 substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir,
123 script = lit.TestRunner.applySubstitutions(script, substitutions)
H A Dconfig.py1037 sub = self.config.substitutions
1039 # Configure compiler substitutions
1042 # Configure flags substitutions
1071 # Configure exec prefix substitutions.
1074 # Configure not program substitutions
/external/python/cpython3/Tools/msi/
H A Dbuildrelease.bat12 rem The following substitutions will be applied to the release URI:
22 rem The following substitutions will be applied to the download URL:
230 echo The following substitutions will be applied to the download URL:
/external/libvncserver/webclients/novnc/include/
H A Dkeyboard.js7 var substitutions = {
16 var sub = substitutions[cp];
/external/toolchain-utils/cros_utils/
H A Dmisc.py47 def ApplySubs(string, *substitutions):
48 for pattern, replacement in substitutions:
/external/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py176 substitutions = {
198 for i, j in substitutions.items():
/external/libchrome/base/strings/
H A Dstring_util.cc943 size_t substitutions = subst.size(); local
944 DCHECK_LT(substitutions, 10U);
979 if (index < substitutions)
/external/kotlinc/lib/
H A Dkotlin-annotation-processing.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-annotation-processing.kotlin_module ...
/external/ImageMagick/www/api/
H A Dproperty.php250 <p>Single letter substitutions will only happen if the character before the percent is NOT a number. But braced substitutions will always be performed. This prevents the typical usage of percent in a interpreted geometry argument from being substituted when the percent is a geometry flag.</p>

Completed in 595 milliseconds

12