OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:renames
(Results
1 - 15
of
15
) sorted by null
/external/webkit/Tools/Scripts/
do-file-rename
72
my %
renames
= (
83
$f = "$1$
renames
{$2}" if $f =~ /^(.*\/)(\w+\.\w+)$/ && $
renames
{$2};
108
for my $from (keys %
renames
) {
109
$newContents =~ s/\b\Q$from\E(?!\w)/$
renames
{$from}/g; # this " unconfuses Xcode syntax highlighting
do-webcore-rename
98
my %
renames
= (
99
#
Renames
go here in the form of:
171
# Sort the keys of the
renames
hash in order of decreasing length. This
172
# handles the case where some of the
renames
are substrings of others;
174
my @sortedRenameKeys = sort { length($b) - length($a) } keys %
renames
;
183
# Find the longest key in %
renames
which matches this more permissive regexp.
186
#
renames
are substrings of others. The only reason we don't do this all the
187
# time is to avoid accidental file renamings for short, non-DOM
renames
.
190
$newFile = "$1$
renames
{$2}$3" if $file =~ /^(.*\/\w*)($key)(\w*\.\w+)$/;
196
$file = "$1$
renames
{$2}$3" if $file =~ /^(.*\/)(\w+)(\.\w+)$/ && $renames{$2}
[
all
...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode09.js
79
The method renameNode
renames
an existing node. When the specified node was created
documentrenamenode10.js
79
The method renameNode
renames
an existing node and raises a NAMESPACE_ERR
documentrenamenode11.js
79
The method renameNode
renames
an existing node and raises a NAMESPACE_ERR
documentrenamenode12.js
79
The method renameNode
renames
an existing node and raises a NAMESPACE_ERR
documentrenamenode13.js
79
The method renameNode
renames
an existing node and raises a NAMESPACE_ERR
documentrenamenode14.js
79
The method renameNode
renames
an existing node and raises a NAMESPACE_ERR
documentrenamenode19.js
79
The method renameNode
renames
an existing node and raises a NAMESPACE_ERR
documentrenamenode23.js
79
The method renameNode
renames
an existing node and raises a NOT_SUPPORTED_ERR
documentrenamenode24.js
79
The method renameNode
renames
an existing node and raises a NOT_SUPPORTED_ERR
/external/dexmaker/lib/
jarjar.jar
/prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js
[
all
...]
Completed in 992 milliseconds