HomeSort by relevance Sort by last modified time
    Searched refs:substitutions (Results 1 - 10 of 10) sorted by null

  /external/openssh/
fixpaths 12 die $0: nothing to do - no substitutions listed!
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 41 private final Map<ITypeVariableDefinition, ITypeReference> substitutions; field in class:ClassProjection
46 this.substitutions = mapping;
88 interfaze, substitutions));
111 methods.add(new MethodProjection(m, substitutions));
147 .getSuperClass(), substitutions);
171 return "(" + SigClassDefinition.toString(this) + " : " + substitutions
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 8 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:
main.py 867 substitutions = [ variable
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 905 String.vsprintf = function(format, substitutions)
907 return String.format(format, substitutions, String.standardFormatters, "", function(a, b) { return a + b; }).formattedResult;
910 String.format = function(format, substitutions, formatters, initialValue, append)
912 if (!format || !substitutions || !substitutions.length)
913 return { formattedResult: append(initialValue, format), unusedSubstitutions: substitutions };
917 return "String.format(\"" + format + "\", \"" + substitutions.join("\", \"") + "\")";
947 if (token.substitutionIndex >= substitutions.length) {
948 // If there are not enough substitutions for the current substitutionIndex
950 error("not enough substitution arguments. Had " + substitutions.length + " but needed " + (token.substitutionIndex + 1) + ", so substitution was skipped.")
    [all...]
DOMBreakpointsSidebarPane.js 105 var substitutions = [typeLabel, linkifiedNode];
114 substitutions.push(targetNode);
119 substitutions.push(targetNode);
137 WebInspector.formatLocalized(message, substitutions, formatters, "", append);
  /external/llvm/utils/lit/lit/
TestRunner.py 346 # We use #_MARKER_# to hide %% while we do the other substitutions.
347 substitutions = list(extra_substitutions)
348 substitutions.extend([('%%', '#_MARKER_#')])
349 substitutions.extend(test.config.substitutions)
350 substitutions.extend([('%s', sourcepath),
398 # Apply substitutions to the script. Allow full regular
402 # Apply substitutions
403 for a,b in substitutions:
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 177 __attribute__((used)) static const interpose_substitution substitutions[] variable
  /external/chromium/base/
string_util.cc 837 size_t substitutions = subst.size(); local
838 DCHECK(substitutions < 10);
873 if (index < substitutions)
    [all...]
  /ndk/build/core/
init.mk 378 # paths through simple substitutions. It's really a series of nested patsubst

Completed in 118 milliseconds