OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeletion
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm
639
#
isDeletion
: the value 1 if the diff is a file deletion.
672
my $
isDeletion
;
687
$
isDeletion
= 1 if $1 eq "deleted file";
736
$header{
isDeletion
} = $
isDeletion
if $
isDeletion
;
932
#
isDeletion
: the value 1 if the diff is known from the header to be a deletion.
[
all
...]
svn-unapply
156
$deletion = 1 if ($diffHashRef->{
isDeletion
} || $patch =~ /\n@@ .* \+0,0 @@/);
svn-apply
254
my $isFileDeletion = $diffHashRef->{
isDeletion
};
329
$deletion = 1 if ($diffHashRef->{
isDeletion
} || $patch =~ /\n@@ .* \+0,0 @@/);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl
108
isDeletion
=> 1,
339
isDeletion
=> 1,
470
isDeletion
=> 1,
parseDiff.pl
1084
isDeletion
=> 1,
1162
isDeletion
=> 1,
1192
isDeletion
=> 1,
1235
isDeletion
=> 1,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 65 milliseconds