HomeSort by relevance Sort by last modified time
    Searched full:renames (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/Linker/
LinkOnce.ll 1 ; This fails because the linker renames the non-opaque type not the opaque
2003-01-30-LinkerRename.ll 1 ; This fails because the linker renames the external symbol not the internal
2003-01-30-LinkerTypeRename.ll 1 ; This fails because the linker renames the non-opaque type not the opaque
2003-04-23-LinkOnceLost.ll 1 ; This fails because the linker renames the non-opaque type not the opaque
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
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...]
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
  /external/libpng/scripts/
prefix.dfn 15 /* The configuration information *before* the additional of symbol renames,
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
RenameClassAdapter.java 22 * This class visitor renames a class from a given old name to a given new name.
38 * Creates a class visitor that renames a class from a given old name to a given new name.
60 * Renames an internal type name, e.g. "com.package.MyClass".
AbstractClassAdapter.java 51 * Renames a type descriptor, e.g. "Lcom.package.MyClass;"
63 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
87 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
115 * Renames a method descriptor, i.e. applies renameType to all arguments and to the
141 * Renames the ClassSignature handled by ClassVisitor.visit
157 * Renames the FieldTypeSignature handled by ClassVisitor.visitField
232 * A method visitor that renames all references from an old class name to a new class name.
237 * Creates a method visitor that renames all references from a given old name to a given new
  /external/chromium_org/third_party/angle/src/compiler/translator/
RenameFunction.h 13 // Renames a function, including its declaration and any calls to it.
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.h 9 /* ugly renames to match glapi.h */
  /external/chromium_org/tools/git/
mass-rename.sh 7 # a rename. Expects "git diff --cached -M" to list a bunch of renames.
mass-rename.py 8 a rename. Expects "git diff --cached -M" to list a bunch of renames.
  /external/mesa3d/src/mapi/mapi/
u_current.h 9 /* ugly renames to match glapi.h */
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainProcessor.java 29 private final Map<String, String> renames = new HashMap<String, String>(); field in class:MainProcessor
78 String renamed = renames.get(name);
96 renames.put(name, struct.name);
  /external/chromium_org/third_party/sqlite/src/test/
vtab_alter.test 65 # Try to rename an echo table that renames its base table. Make
92 # Cause an error to occur when the echo module renames its
  /external/chromium_org/extensions/renderer/
safe_builtins.h 34 // NOTE(kalman): VS2010 won't compile "GetObject", it mysteriously renames it
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 15 * refactoring that renames method x() to y() update the String constant "x()").
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
RenameClassAdapterTest.java 50 * Renames a type, e.g. "Lcom.package.My;"
81 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
91 * Renames an internal type name, e.g. "com.package.MyClass".
105 * Renames a method descriptor, i.e. applies renameType to all arguments and to the
  /external/chromium_org/net/disk_cache/
cache_util.h 35 // Renames cache directory synchronously and fires off a background cleanup
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
ext2tdb-rename 9 +/* ext2fs tdb renames */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 1 """Fix incompatible renames
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 1 """Fix incompatible renames
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_flash_file.idl 34 /* Renames a module-local file. The return value is the ppapi error, PP_OK if
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 40 * This function renames registers in an attempt to get the code close to

Completed in 1073 milliseconds

1 2 3 4 5 6 7