Home
last modified time | relevance | path

Searched refs:goodfile (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dabtest.py152 goodfile = gooddir+"/"+c
155 if filecmp.cmp(goodfile, badfile):
160 testfiles.append(goodfile)
165 def check_functions_in_file(base, goodfile, badfile): argument
166 functions = extract_functions(goodfile)
168 warn("Couldn't find any function in %s, missing annotations?" % (goodfile,))
186 replace_function(goodfile, func, badfunctions[func], COMBINED)
227 goodfile = gooddir+"/"+config.file variable
229 check_functions_in_file(config.file, goodfile, badfile)
/external/llvm/utils/abtest/
Dabtest.py154 goodfile = gooddir+"/"+c
157 if filecmp.cmp(goodfile, badfile):
162 testfiles.append(goodfile)
167 def check_functions_in_file(base, goodfile, badfile): argument
168 functions = extract_functions(goodfile)
170 warn("Couldn't find any function in %s, missing annotations?" % (goodfile,))
188 replace_function(goodfile, func, badfunctions[func], COMBINED)
229 goodfile = gooddir+"/"+config.file variable
231 check_functions_in_file(config.file, goodfile, badfile)
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c99 char goodfile[1024]; /* name of our test file */ variable
319 fname, goodfile); in report_failure()
1119 goodfile[0] = 0; in main()
1225 strncpy(goodfile, optarg, sizeof(goodfile)); in main()
1226 strcat(goodfile, "/"); in main()
1275 strncat(goodfile, dirpath ? basename(fname) : fname, 256); in main()
1276 strcat(goodfile, ".fsxgood"); in main()
1277 fsxgoodfd = open(goodfile, O_RDWR | O_CREAT | O_TRUNC, 0666); in main()
1279 prterr(goodfile); in main()