Searched refs:wdiff (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | base.py | 708 def _format_wdiff_output_as_html(self, wdiff): argument 709 wdiff = cgi.escape(wdiff) 710 wdiff = wdiff.replace(self._WDIFF_DEL, "<span class=del>") 711 wdiff = wdiff.replace(self._WDIFF_ADD, "<span class=add>") 712 wdiff = wdiff.replace(self._WDIFF_END, "</span>") 715 html += "<pre>%s</pre>" % wdiff 740 wdiff = self._executive.run_command(command, decode_output=False, 742 return self._format_wdiff_output_as_html(wdiff)
|
D | base_unittest.py | 115 wdiff = port._run_wdiff(actual.name, expected.name) 117 self.assertEqual(wdiff, expected_wdiff) 120 wdiff = port.wdiff_text(actual.name, expected.name) 121 self.assertEqual(wdiff, expected_wdiff)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_result_writer.py | 194 wdiff = self._port.wdiff_text(expected_filename, actual_filename) 196 fs.write_binary_file(wdiff_filename, wdiff)
|
/external/elfutils/ |
D | ABOUT-NLS | 237 wdiff | [] [] [] [] | 340 wdiff | [] [] [] [] [] | 443 wdiff | [] [] [] [] | 546 wdiff | [] [] [] [] | 17
|
/external/bison/ |
D | ABOUT-NLS | 274 wdiff | [] [] [] [] | 377 wdiff | [] [] [] [] [] | 480 wdiff | [] [] [] [] | 583 wdiff | [] [] [] [] | 17
|
D | ChangeLog | 10525 * lib/readpipe.c: New, from wdiff.
|
/external/e2fsprogs/ |
D | ABOUT-NLS | 247 wdiff | [] [] [] [] [] [] | 321 wdiff | [] [] [] | 395 wdiff | [] [] [] [] [] | 14
|
/external/webkit/Tools/ |
D | ChangeLog | 593 only show pretty-diff/wdiff if they were generated 6090 * BuildSlaveSupport/win/kill-old-processes: Add wdiff.exe to the kill list.
|
D | ChangeLog-2010-05-24 | 3347 wdiff_text throws ScriptError because wdiff returns non-zero when files differ 3350 wdiff returns 0 when files are the same, 1 when they differ. 3586 - Change wdiff back to using run_command now that we believe it 3706 There are no tests for the (restored) wdiff code. wdiff does not 3716 - Various patch reverts relating to wdiff 6637 - Catch failures similar to how wdiff code path does. 14694 Fix handling of check_wdiff_install when wdiff isn't installed.
|