Searched refs:test_dat (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-versions.py | 24 test_dat = 'test_dat' variable 94 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 130 proc(['./lz4c.' + tag, '-1fz', test_dat, test_dat + '_1_64_' + tag + '.lz4']) 131 proc(['./lz4c.' + tag, '-9fz', test_dat, test_dat + '_9_64_' + tag + '.lz4']) 132 proc(['./lz4c32.' + tag, '-1fz', test_dat, test_dat + '_1_32_' + tag + '.lz4']) 133 proc(['./lz4c32.' + tag, '-9fz', test_dat, test_dat + '_9_32_' + tag + '.lz4']) 176 if not filecmp.cmp(dec, test_dat):
|
/aosp_15_r20/external/zstd/tests/ |
H A D | test-zstd-versions.py | 29 test_dat = 'test_dat' variable 193 if not filecmp.cmp(file_dec, test_dat): 214 if not filecmp.cmp(file_dec, test_dat): 233 shutil.copy2(base_dir + '/' + test_dat_src, tmp_dir + '/' + test_dat) 297 dict_compress_sample(tag, test_dat) 300 compress_sample(tag, test_dat)
|