Home
last modified time | relevance | path

Searched refs:diff_cmd (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
100 snprintf(diff_cmd, sizeof(diff_cmd), in test_btf_dump_case()
106 err = system(diff_cmd); in test_btf_dump_case()
109 out_file, err, diff_cmd)) in test_btf_dump_case()
/external/libabigail/tests/
Dtest-diff-filter.cc816 string diff_cmd; member
886 diff_cmd = cmd; in perform()
941 if (!t->diff_cmd.empty()) in main()
942 if (system(t->diff_cmd.c_str()) == -1) in main()
943 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-read-write.cc258 string diff_cmd, error_message; member
341 diff_cmd = cmd; in perform()
397 if (!t->diff_cmd.empty()) in main()
398 if (system(t->diff_cmd.c_str()) == -1) in main()
399 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-diff-pkg.cc729 string diff_cmd; member
920 if (!t->diff_cmd.empty()) in main()
921 if (system(t->diff_cmd.c_str()) == -1) in main()
922 cerr << "execution of '" << t->diff_cmd << "' failed\n"; in main()
Dtest-diff-suppr.cc2125 const std::string diff_cmd = in perform() local
2127 if (system(diff_cmd.c_str())) in perform()
/external/autotest/client/site_tests/graphics_Sanity/
Dgraphics_Sanity.py133 diff_cmd = 'perceptualdiff -verbose %s %s'
134 utils.system(diff_cmd % (screenshot1_reference, screenshot1_resized))
135 utils.system(diff_cmd % (screenshot2_reference, screenshot2_resized))
/external/libvpx/libvpx/tools/
Dlint-hunks.py85 diff_cmd = DIFF_CMD + [args[0] + "^!"]
87 diff_cmd = DIFF_INDEX_CMD
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
/external/libaom/libaom/tools/
Dlint-hunks.py87 diff_cmd = DIFF_CMD + [args[0] + "^!"]
89 diff_cmd = DIFF_INDEX_CMD
98 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)