OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:renames
(Results
1 - 25
of
198
) sorted by null
1
2
3
4
5
6
7
8
/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
/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
221
* A method visitor that
renames
all references from an old class name to a new class name.
226
* Creates a method visitor that
renames
all references from a given old name to a given new
/external/chromium_org/third_party/angle_dx11/src/compiler/
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/mesa3d/src/mapi/mapi/
u_current.h
9
/* ugly
renames
to match glapi.h */
/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
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/libgcc/config/arm/
bpabi-lib.h
1
/* Configuration file for ARM BPABI targets, library
renames
.
60
/* These
renames
are needed on ARMv6M. Other targets get them from
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/libgcc/config/arm/
bpabi-lib.h
1
/* Configuration file for ARM BPABI targets, library
renames
.
60
/* These
renames
are needed on ARMv6M. Other targets get them from
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/libgcc/config/arm/
bpabi-lib.h
1
/* Configuration file for ARM BPABI targets, library
renames
.
60
/* These
renames
are needed on ARMv6M. Other targets get them from
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/libgcc/config/arm/
bpabi-lib.h
1
/* Configuration file for ARM BPABI targets, library
renames
.
60
/* These
renames
are needed on ARMv6M. Other targets get them from
/external/chromium_org/chrome/renderer/extensions/
safe_builtins.h
34
// NOTE(kalman): VS2010 won't compile "GetObject", it mysteriously
renames
it
/external/chromium_org/net/disk_cache/
cache_util.h
35
//
Renames
cache directory synchronously and fires off a background cleanup
/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/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/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterGlobalContext.h
62
// - In the translated source that ANGLE returns, ANGLE
renames
the author's "main" function to "css_main".
Completed in 2037 milliseconds
1
2
3
4
5
6
7
8