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

  /external/chromium_org/third_party/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 152 compute_diff(drp, dmp, colorThreshold);
  /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 152 compute_diff(drp, dmp, colorThreshold);
  /external/clang/tools/clang-format/
git-clang-format 245 """Calls compute_diff() followed by extract_lines()."""
246 diff_process = compute_diff(commit, files)
256 def compute_diff(commit, files): function

Completed in 236 milliseconds