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

  /external/skia/tools/
skdiff.h 270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
skdiff.cpp 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { function
skdiff_utils.cpp 154 compute_diff(drp, dmp, colorThreshold);
  /external/clang/tools/clang-format/
git-clang-format 242 """Calls compute_diff() followed by extract_lines()."""
243 diff_process = compute_diff(commit, files)
253 def compute_diff(commit, files): function

Completed in 7333 milliseconds