Home
last modified time | relevance | path

Searched refs:compute_diff (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/tools/clang-format/
H A Dgit-clang-format265 diff_process = compute_diff(commits, files)
275 def compute_diff(commits, files): function
/aosp_15_r20/external/bcc/scripts/
H A Dgit-clang-format267 diff_process = compute_diff(commits, files)
277 def compute_diff(commits, files): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
Dgit-clang-format318 diff_process = compute_diff(commits, files, staged, diff_common_commit)
328 def compute_diff(commits, files, staged, diff_common_commit): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/
Dgit-clang-format318 diff_process = compute_diff(commits, files, staged, diff_common_commit)
328 def compute_diff(commits, files, staged, diff_common_commit): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/bin/
Dgit-clang-format318 diff_process = compute_diff(commits, files, staged, diff_common_commit)
328 def compute_diff(commits, files, staged, diff_common_commit): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/
Dgit-clang-format318 diff_process = compute_diff(commits, files, staged, diff_common_commit)
328 def compute_diff(commits, files, staged, diff_common_commit): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/
Dgit-clang-format318 diff_process = compute_diff(commits, files, staged, diff_common_commit)
328 def compute_diff(commits, files, staged, diff_common_commit): function
/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff.h270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
H A Dskdiff_utils.cpp173 compute_diff(drp, dmp, colorThreshold); in create_and_write_diff_image()
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff() function