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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-file-rename 71 my %renames = (
82 $f = "$1$renames{$2}" if $f =~ /^(.*\/)(\w+\.\w+)$/ && $renames{$2};
107 for my $from (keys %renames) {
108 $newContents =~ s/\b\Q$from\E(?!\w)/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
do-webcore-rename 97 my %renames = (
98 # Renames go here in the form of:
176 # Sort the keys of the renames hash in order of decreasing length. This
177 # handles the case where some of the renames are substrings of others;
179 my @sortedRenameKeys = sort { length($b) - length($a) } keys %renames;
188 # Find the longest key in %renames which matches this more permissive regexp.
191 # renames are substrings of others. The only reason we don't do this all the
192 # time is to avoid accidental file renamings for short, non-DOM renames.
195 $newFile = "$1$renames{$2}$3" if $file =~ /^(.*\/\w*)($key)(\w*\.\w+)$/;
201 $file = "$1$renames{$2}$3" if $file =~ /^(.*\/)(\w+)(\.\w+)$/ && $renames{$2}
    [all...]
  /build/tools/releasetools/
ota_from_target_files 609 renames = {}
628 sf = ClosestFileMatch(tf, matching_file_cache, renames)
631 renames[sf.name] = tf
661 if sf.name in renames:
662 del renames[sf.name]
805 i not in renames] +
895 if len(renames) > 0:
898 for src in renames:
899 print "Renaming " + src + " to " + renames[src].name
900 script.RenameFile(src, renames[src].name
    [all...]
  /external/chromium_org/tools/grit/grit/node/
misc.py 55 renames = []
66 renames.append((grd_filename, new_grd_filename))
68 for grd_filename, new_grd_filename in renames:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 188 renames=[],
191 if renames and not self._can_rename:
194 self._renames = renames
832 unpacker = unpackerClass(arg, dir="/", renames=install_renames)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 181 def renames(old, new): function
182 """renames(old, new)
207 __all__.extend(["makedirs", "removedirs", "renames"])
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 942 // TODO(dominicc): Remove this line once Custom Elements renames
955 // TODO(dominicc): Remove these lines once Custom Elements renames
1032 // TODO(dominicc): Remove these lines once Custom Elements renames
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js 262 * using a compilation pass that renames property names beware that using this
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 281 milliseconds