Home
last modified time | relevance | path

Searched refs:BRO_ARGS (Results 1 – 2 of 2) sorted by relevance

/external/brotli/python/tests/
Dbro_test.py12 BRO_ARGS = _test_utils.BRO_ARGS variable
30 args = BRO_ARGS + ['-f', '-d', '-i', test_data, '-o', temp_uncompressed]
35 args = BRO_ARGS + ['-d']
62 args = BRO_ARGS + ['-f', '-d']
69 args = BRO_ARGS + ['-f']
79 args = BRO_ARGS
D_test_utils.py18 BRO_ARGS = [python_exe, bro_path] variable