Searched refs:badfile (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | abtest.py | 151 badfile = baddir+"/"+c 154 testfiles.append(badfile) 155 if filecmp.cmp(goodfile, badfile): 165 def check_functions_in_file(base, goodfile, badfile): argument 170 badfunctions = dict(extract_functions(badfile)) 172 warn("Couldn't find any function in %s, missing annotations?" % (badfile,)) 228 badfile = baddir+"/"+config.file variable 229 check_functions_in_file(config.file, goodfile, badfile)
|
/external/llvm/utils/abtest/ |
D | abtest.py | 153 badfile = baddir+"/"+c 156 testfiles.append(badfile) 157 if filecmp.cmp(goodfile, badfile): 167 def check_functions_in_file(base, goodfile, badfile): argument 172 badfunctions = dict(extract_functions(badfile)) 174 warn("Couldn't find any function in %s, missing annotations?" % (badfile,)) 230 badfile = baddir+"/"+config.file variable 231 check_functions_in_file(config.file, goodfile, badfile)
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 1504 badfile = zf.testzip() 1505 if badfile: 1506 print("The following enclosed file is corrupted: {!r}".format(badfile))
|
/external/python/cpython2/Lib/ |
D | zipfile.py | 1502 badfile = zf.testzip() 1503 if badfile: 1504 print("The following enclosed file is corrupted: {!r}".format(badfile))
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 2117 badfile = zf.testzip() 2118 if badfile: 2119 print("The following enclosed file is corrupted: {!r}".format(badfile))
|