Searched defs:bz2 (Results 1 - 3 of 3) sorted by relevance
/external/autotest/server/site_tests/telemetry_AFDOGenerate/ |
H A D | telemetry_AFDOGenerate.py | 26 import bz2 namespace 275 """Given a file name, return bz2 compressed name. 279 return name + '.bz2' 283 """Compresses specified file with bz2. 293 with bz2.BZ2File(dest, 'w') as out:
|
/external/autotest/client/site_tests/graphics_dEQP/ |
H A D | graphics_dEQP.py | 5 import bz2 namespace 116 if (not '.Pass.bz2' in subset_file and 119 bz2.BZ2File(subset_file).read().splitlines()) 147 bz2.BZ2File(subset_file).read().splitlines()) 205 subset_name = '%s.%s.bz2' % (test_filter, subset) 218 test_cases = bz2.BZ2File(subset_path).read().splitlines()
|
/external/libgdx/gdx/jni/gdx2d/ |
H A D | jpgd.cpp | 99 const int bz1 = atmp0 + atmp3, bz2 = atmp1 + atmp2, bz3 = atmp0 + atmp2, bz4 = atmp1 + atmp3; local 103 const int az2 = MULTIPLY(bz2, - FIX_2_562915447); 175 const int bz1 = atmp0 + atmp3, bz2 = atmp1 + atmp2, bz3 = atmp0 + atmp2, bz4 = atmp1 + atmp3; local 179 const int az2 = MULTIPLY(bz2, - FIX_2_562915447);
|
Completed in 173 milliseconds