Searched refs:diff_cmd (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 50 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/ |
D | test-diff-filter.cc | 816 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()
|
D | test-read-write.cc | 258 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()
|
D | test-diff-pkg.cc | 729 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()
|
D | test-diff-suppr.cc | 2125 const std::string diff_cmd = in perform() local 2127 if (system(diff_cmd.c_str())) in perform()
|
/external/autotest/client/site_tests/graphics_Sanity/ |
D | graphics_Sanity.py | 133 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/ |
D | lint-hunks.py | 85 diff_cmd = DIFF_CMD + [args[0] + "^!"] 87 diff_cmd = DIFF_INDEX_CMD 96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
|
/external/libaom/libaom/tools/ |
D | lint-hunks.py | 87 diff_cmd = DIFF_CMD + [args[0] + "^!"] 89 diff_cmd = DIFF_INDEX_CMD 98 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
|