HomeSort by relevance Sort by last modified time
    Searched refs:temp_uncompressed (Results 1 - 5 of 5) sorted by null

  /external/brotli/python/tests/
decompress_test.py 20 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
22 self.assertFilesMatch(temp_uncompressed, original)
25 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
26 with open(temp_uncompressed, 'wb') as out_file:
decompressor_test.py 26 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
28 self.assertFilesMatch(temp_uncompressed, original)
31 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
32 with open(temp_uncompressed, 'wb') as out_file:
bro_test.py 24 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
26 self.assertFilesMatch(temp_uncompressed, original)
29 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
30 args = BRO_ARGS + ['-f', '-d', '-i', test_data, '-o', temp_uncompressed]
34 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
36 with open(temp_uncompressed, 'wb') as out_file:
59 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
63 args.extend(['-i', temp_compressed, '-o', temp_uncompressed])
65 self.assertFilesMatch(temp_uncompressed, original)
compress_test.py 19 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
22 with open(temp_uncompressed, 'wb') as out_file:
25 self.assertFilesMatch(temp_uncompressed, original)
compressor_test.py 22 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
25 with open(temp_uncompressed, 'wb') as out_file:
28 self.assertFilesMatch(temp_uncompressed, original)

Completed in 78 milliseconds