Searched refs:compute_diff (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { function
H A Dskdiff_utils.cpp136 compute_diff(drp, dmp, colorThreshold);
/external/skia/tools/
H A Dskdiff.h270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { function
H A Dskdiff_utils.cpp152 compute_diff(drp, dmp, colorThreshold);
/external/clang/tools/clang-format/
H A Dgit-clang-format245 """Calls compute_diff() followed by extract_lines()."""
246 diff_process = compute_diff(commit, files)
256 def compute_diff(commit, files): function

Completed in 293 milliseconds