HomeSort by relevance Sort by last modified time
    Searched refs:renames (Results 1 - 13 of 13) 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 542 renames = {}
559 sf = ClosestFileMatch(tf, matching_file_cache, renames)
562 renames[sf.name] = tf
671 i not in renames] +
758 if len(renames) > 0:
761 for src in renames:
762 print "Renaming " + src + " to " + renames[src].name
763 script.RenameFile(src, renames[src].name)
    [all...]
  /external/chromium_org/tools/grit/grit/node/
misc.py 56 renames = []
62 renames.append((grd_filename, new_grd_filename))
64 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/browser/resources/file_manager/js/
file_copy_manager.js 548 * @return {string} Path after renames.
554 // x\y -> x (1)\y -- no more renames inside the new directory, so
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 
  /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 433 milliseconds