Home
last modified time | relevance | path

Searched refs:diffName (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DparseSvnProperty.pl47 diffName => "simple: add svn:executable",
63 diffName => "simple: delete svn:executable",
79 diffName => "simple: add svn:mergeinfo",
95 diffName => "simple: delete svn:mergeinfo",
111 diffName => "simple: modified svn:mergeinfo",
131 diffName => "simple: modified svn:mergeinfo using SVN 1.4 syntax",
148 diffName => "simple: delete svn:executable using SVN 1.4 syntax",
164 diffName => "simple: add svn:executable using SVN 1.4 syntax",
183 diffName => "simple: add svn:executable using SVN 1.7 syntax",
201 diffName => "simple: delete svn:executable using SVN 1.7 syntax",
[all …]
DparseDiff.pl37 diffName => "SVN: simple",
72 diffName => "SVN: binary file (isBinary true)",
108 diffName => "SVN: binary file (isBinary true) using Windows line endings",
146 diffName => "SVN: leading junk",
187 diffName => "SVN: copied file",
207 diffName => "SVN: two diffs",
239 diffName => "SVN: SVN diff followed by Git diff", # Should not recognize Git start
281 diffName => "SVN: file change diff with property change diff",
323 diffName => "SVN: file change diff, followed by property change diff on different file",
364 diffName => "SVN: property diff, followed by file change diff",
[all …]
DparseSvnPropertyValue.pl44 diffName => "singe-line '+' change",
53 diffName => "single-line '-' change",
62 diffName => "'Merged' change",
71 diffName => "'Reverse-merged' change",
80 diffName => "single-line '-' change followed by empty line with Unix line endings",
90 diffName => "single-line '-' change followed by empty line with Windows line endings",
101 diffName => "single-line '-' change followed by the next property",
111 diffName => "multi-line '+' change and start of binary patch",
124 diffName => "multi-line '+' change and start of binary patch with Windows line endings",
138 diffName => "multi-line '-' change followed by '+' single-line change",
[all …]
DparseSvnDiffFooter.pl47 diffName => "simple: add svn:executable",
64 diffName => "simple: add svn:mergeinfo",
80 diffName => "simple: delete svn:mergeinfo",
96 diffName => "simple: modified svn:mergeinfo",
113 diffName => "simple: delete svn:executable",
130 diffName => "simple: delete svn:executable using SVN 1.4 syntax",
150 diffName => "add svn:executable, followed by empty line and start of next diff",
169 diffName => "add svn:executable, followed by empty line and start of next property diff",
191 diffName => "add svn:executable, followed by empty line and start of binary contents",
210diffName => "custom property followed by svn:executable, empty line and start of binary contents",
[all …]
DparseGitDiffHeader.pl36 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 …]
DfixChangeLogPatch.pl62 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.",
314diffName => "fixChangeLogPatch: New entry inserted earlier in the file, but after an entry with th…
354 diffName => "fixChangeLogPatch: Leading context includes first line.",
393 diffName => "fixChangeLogPatch: Leading context does not include first line.",
[all …]
DparseDiffWithMockFiles.pl132 diffName => "SVN: Patch with Unix line endings and IndexPath has Unix line endings",
147 diffName => "SVN: Patch with Windows line endings and IndexPath has Unix line endings",
162 diffName => "SVN: Patch with Windows line endings and IndexPath has Windows line endings",
177 diffName => "SVN: Patch adds Windows newline to EOF and IndexPath has Windows line endings",
217 diffName => "SVN: Patch adds Mac newline to EOF and IndexPath has Mac line endings",
247 diffName => "SVN: Patch with Unix line endings and IndexPath has Windows line endings",
262 diffName => "SVN: Patch with Unix line endings and nonexistent IndexPath",
277 diffName => "SVN: Patch with Windows line endings and nonexistent IndexPath",
295 diffName => "Git: Patch with Unix line endings and IndexPath has Unix line endings",
309 diffName => "Git: Patch with Windows line endings and IndexPath has Unix line endings",
[all …]
DparseSvnDiffHeader.pl44 diffName => "simple diff",
69 diffName => "new file",
94 diffName => "new file with spaces in its name",
119 diffName => "copied file",
145 diffName => "contains \\r\\n lines",
170 diffName => "contains path corrections",
199 diffName => "binary file",
231 diffName => "binary file using SVN 1.7 syntax",
DparseDiffHeader.pl53 diffName => "SVN: non-trivial copiedFromPath and sourceRevision values",
82 diffName => "Git: Non-zero executable bit",
/external/chromium_org/third_party/skia/tools/
Dskdiff_utils.cpp100 SkString diffName (filename); in filename_to_derived_filename() local
101 const char* cstring = diffName.c_str(); in filename_to_derived_filename()
103 diffName.remove(dotOffset, diffName.size() - dotOffset); in filename_to_derived_filename()
104 diffName.append(suffix); in filename_to_derived_filename()
108 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
109 return diffName; in filename_to_derived_filename()
/external/skia/tools/
Dskdiff_utils.cpp116 SkString diffName (filename); in filename_to_derived_filename() local
117 const char* cstring = diffName.c_str(); in filename_to_derived_filename()
119 diffName.remove(dotOffset, diffName.size() - dotOffset); in filename_to_derived_filename()
120 diffName.append(suffix); in filename_to_derived_filename()
124 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
125 return diffName; in filename_to_derived_filename()