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

  /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/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/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/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 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 649 milliseconds