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

1 2

  /external/v8/build/config/mac/
gen_plist.py 37 def InterpolateList(values, substitutions):
38 """Interpolates variable references into |value| using |substitutions|.
42 substitutions: a mapping of variable names to values
46 by their value in |substitutions| or None if any of the variable has no
51 interpolated = InterpolateValue(value, substitutions)
58 def InterpolateString(value, substitutions):
59 """Interpolates variable references into |value| using |substitutions|.
63 substitutions: a mapping of variable names to values
67 value in |substitutions| or None if any of the variable has no substitution.
72 if variable not in substitutions
    [all...]
  /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 977 substitutions = [ variable
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 437 # We use #_MARKER_# to hide %% while we do the other substitutions.
438 substitutions = []
439 substitutions.extend([('%%', '#_MARKER_#')])
440 substitutions.extend(test.config.substitutions)
441 substitutions.extend([('%s', sourcepath),
450 substitutions.extend([
457 return substitutions
459 def applySubstitutions(script, substitutions):
460 """Apply substitutions to the script. Allow full regular expression syntax
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
asg.s 6 .sslist ; list line substitutions
  /ndk/build/tools/
build-docs.sh 59 SUBST_PROGRAM=$ANDROID_NDK_ROOT/docs/tools/ndk-markdown-substitutions.py
97 # Apply custom substitutions.
  /external/v8/tools/gyp/pylib/gyp/
mac_tool.py 418 substitutions, overrides = self._InstallProvisioningProfile(
421 entitlements, substitutions, overrides)
441 A tuple containing two dictionary: variables substitutions and values
451 substitutions = self._GetSubstitutions(bundle_identifier, team_id + '.')
452 return substitutions, provisioning_data['Entitlements']
562 """Constructs a dictionary of variable substitutions for Entitlements.plist.
569 Dictionary of substitutions to apply when generating Entitlements.plist.
588 def _InstallEntitlements(self, entitlements, substitutions, overrides):
598 substitutions: dictionary, variable substitutions
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 63 # Do variable substitutions, and output line
dumpICUrules.bat 265 # ignore CVS keyword substitutions
377 # ignore CVS keyword substitutions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
clast.h 95 struct clast_stmt * substitutions; member in struct:clast_user_stmt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 95 struct clast_stmt * substitutions; member in struct:clast_user_stmt
  /external/ImageMagick/www/api/
property.php 250 <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>
  /external/libchrome/base/strings/
string_util.cc 890 size_t substitutions = subst.size(); local
929 if (index < substitutions)
    [all...]
  /external/libvncserver/webclients/novnc/include/
keyboard.js 7 var substitutions = {
16 var sub = substitutions[cp];
  /external/v8/test/webkit/resources/
json2-es5-compat.js 192 meta = { // table of character substitutions
  /external/libcxx/test/libcxx/test/
config.py 647 sub = self.config.substitutions
650 # Configure flags substitutions
669 # Configure exec prefix substitutions.
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 646 sub = self.config.substitutions
649 # Configure flags substitutions
668 # Configure exec prefix substitutions.
    [all...]
  /ndk/build/core/
init.mk 399 # paths through simple substitutions. It's really a series of nested patsubst
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 

Completed in 422 milliseconds

1 2