HomeSort by relevance Sort by last modified time
    Searched refs:wdiff (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-diff.c 82 [COMPUTE_WEIGHTED_DIFF] = "wdiff",
152 pr_debug("compute wdiff w1(%" PRId64 ") w2(%" PRId64 ")\n",
159 pr_err("Failed: wrong weight data, use 'wdiff:w1,w2'\n");
216 "(use 'delta','ratio' or 'wdiff')\n", str);
252 pair->diff.wdiff = new_period * compute_wdiff_w2 -
255 return pair->diff.wdiff;
487 s64 l = left->diff.wdiff;
488 s64 r = right->diff.wdiff;
706 "delta,ratio,wdiff:w1,w2 (default delta)",
789 s64 wdiff; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 68 s64 wdiff; member in struct:hist_entry_diff
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 198 # to gracefully handle cases where wdiff is not installed,
201 # wdiff, assume it's not available. This will leak one
203 # wdiff would be run.
348 # It's okay if pretty patch and wdiff aren't available, but we will at least log messages.
426 # Don't need to log here since this is the port choosing not to use wdiff.
443 return 'wdiff is not installed; please install it to generate word-by-word diffs.'
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer.py 109 FILENAME_SUFFIX_WDIFF = "-wdiff.html"
205 # Shell out to wdiff to get colored inline diffs.
207 wdiff = self._port.wdiff_text(expected_filename, actual_filename)
209 self._write_file(wdiff_filename, wdiff)

Completed in 458 milliseconds