Searched refs:test_dat (Results 1 – 2 of 2) sorted by relevance
/external/lz4/tests/ |
D | test-lz4-versions.py | 23 test_dat = 'test_dat' variable 67 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 100 proc(['./lz4c.' + tag, '-1fz', test_dat, test_dat + '_1_64_' + tag + '.lz4']) 101 proc(['./lz4c.' + tag, '-9fz', test_dat, test_dat + '_9_64_' + tag + '.lz4']) 102 proc(['./lz4c32.' + tag, '-1fz', test_dat, test_dat + '_1_32_' + tag + '.lz4']) 103 proc(['./lz4c32.' + tag, '-9fz', test_dat, test_dat + '_9_32_' + tag + '.lz4']) 146 if not filecmp.cmp(dec, test_dat):
|
/external/zstd/tests/ |
D | test-zstd-versions.py | 29 test_dat = 'test_dat' variable 161 if not filecmp.cmp(file_dec, test_dat): 191 if not filecmp.cmp(file_dec, test_dat): 215 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 275 dict_compress_sample(tag, test_dat) 278 compress_sample(tag, test_dat)
|