OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diffName
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl
46
diffName
=> "simple: add svn:executable",
62
diffName
=> "simple: delete svn:executable",
78
diffName
=> "simple: add svn:mergeinfo",
94
diffName
=> "simple: delete svn:mergeinfo",
110
diffName
=> "simple: modified svn:mergeinfo",
130
diffName
=> "simple: modified svn:mergeinfo using SVN 1.4 syntax",
147
diffName
=> "simple: delete svn:executable using SVN 1.4 syntax",
163
diffName
=> "simple: add svn:executable using SVN 1.4 syntax",
182
diffName
=> "add svn:executable, followed by empty line and start of next diff",
200
diffName
=> "add svn:executable, followed by empty line and start of next diff using Windows line endings"
[
all
...]
parseSvnPropertyValue.pl
43
diffName
=> "singe-line '+' change",
52
diffName
=> "single-line '-' change",
61
diffName
=> "'Merged' change",
70
diffName
=> "'Reverse-merged' change",
79
diffName
=> "single-line '-' change followed by empty line with Unix line endings",
89
diffName
=> "single-line '-' change followed by empty line with Windows line endings",
100
diffName
=> "single-line '-' change followed by the next property",
110
diffName
=> "multi-line '+' change and start of binary patch",
123
diffName
=> "multi-line '+' change and start of binary patch with Windows line endings",
137
diffName
=> "multi-line '-' change followed by '+' single-line change"
[
all
...]
parseSvnDiffFooter.pl
46
diffName
=> "simple: add svn:executable",
63
diffName
=> "simple: add svn:mergeinfo",
79
diffName
=> "simple: delete svn:mergeinfo",
95
diffName
=> "simple: modified svn:mergeinfo",
112
diffName
=> "simple: delete svn:executable",
129
diffName
=> "simple: delete svn:executable using SVN 1.4 syntax",
149
diffName
=> "add svn:executable, followed by empty line and start of next diff",
168
diffName
=> "add svn:executable, followed by empty line and start of next property diff",
190
diffName
=> "add svn:executable, followed by empty line and start of binary contents",
209
diffName
=> "custom property followed by svn:executable, empty line and start of binary contents"
[
all
...]
parseDiffWithMockFiles.pl
103
diffName
=> "SVN: Patch with Unix line endings and IndexPath has Unix line endings",
117
diffName
=> "SVN: Patch with Windows line endings and IndexPath has Unix line endings",
131
diffName
=> "SVN: Patch with Windows line endings and IndexPath has Windows line endings",
145
diffName
=> "SVN: Patch with Unix line endings and IndexPath has Windows line endings",
159
diffName
=> "SVN: Patch with Unix line endings and nonexistent IndexPath",
173
diffName
=> "SVN: Patch with Windows line endings and nonexistent IndexPath",
190
diffName
=> "Git: Patch with Unix line endings and IndexPath has Unix line endings",
203
diffName
=> "Git: Patch with Windows line endings and IndexPath has Unix line endings",
216
diffName
=> "Git: Patch with Windows line endings and IndexPath has Windows line endings",
229
diffName
=> "Git: Patch with Unix line endings and IndexPath has Windows line endings"
[
all
...]
fixChangeLogPatch.pl
62
diffName
=> "fixChangeLogPatch: [no change] In-place change.",
89
diffName
=> "fixChangeLogPatch: [no change] Remove first entry.",
126
diffName
=> "fixChangeLogPatch: [no change] Remove entry in the middle.",
161
diffName
=> "fixChangeLogPatch: [no change] Far apart changes (i.e. more than one chunk).",
208
diffName
=> "fixChangeLogPatch: [no change] First line is new line.",
245
diffName
=> "fixChangeLogPatch: [no change] No date string.",
274
diffName
=> "fixChangeLogPatch: New entry inserted in middle.",
314
diffName
=> "fixChangeLogPatch: New entry inserted earlier in the file, but after an entry with the same author and date.",
354
diffName
=> "fixChangeLogPatch: Leading context includes first line.",
393
diffName
=> "fixChangeLogPatch: Leading context does not include first line."
[
all
...]
parseSvnDiffHeader.pl
43
diffName
=> "simple diff",
68
diffName
=> "new file",
93
diffName
=> "copied file",
119
diffName
=> "contains \\r\\n lines",
144
diffName
=> "contains path corrections",
173
diffName
=> "binary file",
207
my $testNameStart = "parseSvnDiffHeader(): $testCase->{
diffName
}: comparing";
parseGitDiffHeader.pl
36
diffName
=> "Modified file",
60
diffName
=> "new file",
86
diffName
=> "file deletion",
114
diffName
=> "using --no-prefix",
140
diffName
=> "copy (with similarity index 100%)",
164
diffName
=> "copy (with similarity index < 100%)",
189
diffName
=> "rename (with similarity index 100%)",
214
diffName
=> "rename (with similarity index < 100%)",
251
diffName
=> "rename (with executable bit change)",
286
diffName
=> "New binary file"
[
all
...]
parseDiffHeader.pl
53
diffName
=> "SVN: non-trivial copiedFromPath and sourceRevision values",
82
diffName
=> "Git: Non-zero executable bit",
108
my $testNameStart = "parseDiffHeader(): $testCase->{
diffName
}: comparing";
parseDiff.pl
37
diffName
=> "SVN: simple",
71
diffName
=> "SVN: binary file (isBinary true)",
107
diffName
=> "SVN: binary file (isBinary true) using Windows line endings",
145
diffName
=> "SVN: leading junk",
185
diffName
=> "SVN: copied file",
205
diffName
=> "SVN: two diffs",
236
diffName
=> "SVN: SVN diff followed by Git diff", # Should not recognize Git start
277
diffName
=> "SVN: file change diff with property change diff",
318
diffName
=> "SVN: file change diff, followed by property change diff on different file",
358
diffName
=> "SVN: property diff, followed by file change diff"
[
all
...]
/external/skia/gm/
gmmain.cpp
289
SkString
diffName
= make_filename(diffPath, "", name, ".diff.png");
290
fprintf(stderr, "Writing %s\n",
diffName
.c_str());
291
write_bitmap(
diffName
, diffBitmap);
Completed in 1078 milliseconds