HomeSort by relevance Sort by last modified time
    Searched refs:ZIP_STORED (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/catapult/devil/devil/utils/
zip_utils.py 24 zip_file.write(dir_path, dir_arc_path, zipfile.ZIP_STORED)
  /external/libmojo/third_party/catapult/devil/devil/utils/
zip_utils.py 22 zip_file.write(dir_path, dir_arc_path, zipfile.ZIP_STORED)
  /build/make/tools/releasetools/
test_common.py 48 expected_compress_type=zipfile.ZIP_STORED):
97 zipfile.ZIP_STORED)
120 zipfile.ZIP_STORED)
166 zipfile.ZIP_STORED)
205 "compress_type": zipfile.ZIP_STORED,
238 "compress_type": zipfile.ZIP_STORED,
248 "compress_type": zipfile.ZIP_STORED,
ota_from_target_files 369 compress_type=zipfile.ZIP_STORED)
550 compress_type=zipfile.ZIP_STORED)
    [all...]
ota_from_target_files.py 369 compress_type=zipfile.ZIP_STORED)
550 compress_type=zipfile.ZIP_STORED)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py 117 self.zip_test(f, zipfile.ZIP_STORED)
145 self.zip_open_test(f, zipfile.ZIP_STORED)
149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
182 self.zip_random_open_test(f, zipfile.ZIP_STORED)
188 with zipfile.ZipFile(f, 'w', zipfile.ZIP_STORED) as zipfp:
250 self.zip_readline_read_test(f, zipfile.ZIP_STORED)
254 self.zip_readline_test(f, zipfile.ZIP_STORED)
258 self.zip_readlines_test(f, zipfile.ZIP_STORED)
262 self.zip_iterlines_test(f, zipfile.ZIP_STORED)
314 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp
    [all...]
test_zipfile64.py 83 self.zipTest(f, zipfile.ZIP_STORED)
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
60 compression = ZIP_STORED
136 if self.compression != ZIP_STORED:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py 117 self.zip_test(f, zipfile.ZIP_STORED)
145 self.zip_open_test(f, zipfile.ZIP_STORED)
149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
182 self.zip_random_open_test(f, zipfile.ZIP_STORED)
188 with zipfile.ZipFile(f, 'w', zipfile.ZIP_STORED) as zipfp:
250 self.zip_readline_read_test(f, zipfile.ZIP_STORED)
254 self.zip_readline_test(f, zipfile.ZIP_STORED)
258 self.zip_readlines_test(f, zipfile.ZIP_STORED)
262 self.zip_iterlines_test(f, zipfile.ZIP_STORED)
314 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp
    [all...]
test_zipfile64.py 83 self.zipTest(f, zipfile.ZIP_STORED)
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
60 compression = ZIP_STORED
136 if self.compression != ZIP_STORED:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 117 self.zip_test(f, zipfile.ZIP_STORED)
145 self.zip_open_test(f, zipfile.ZIP_STORED)
149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
182 self.zip_random_open_test(f, zipfile.ZIP_STORED)
188 with zipfile.ZipFile(f, 'w', zipfile.ZIP_STORED) as zipfp:
250 self.zip_readline_read_test(f, zipfile.ZIP_STORED)
254 self.zip_readline_test(f, zipfile.ZIP_STORED)
258 self.zip_readlines_test(f, zipfile.ZIP_STORED)
262 self.zip_iterlines_test(f, zipfile.ZIP_STORED)
314 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp
    [all...]
test_zipfile64.py 83 self.zipTest(f, zipfile.ZIP_STORED)
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
60 compression = ZIP_STORED
136 if self.compression != ZIP_STORED:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 117 self.zip_test(f, zipfile.ZIP_STORED)
145 self.zip_open_test(f, zipfile.ZIP_STORED)
149 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
182 self.zip_random_open_test(f, zipfile.ZIP_STORED)
188 with zipfile.ZipFile(f, 'w', zipfile.ZIP_STORED) as zipfp:
250 self.zip_readline_read_test(f, zipfile.ZIP_STORED)
254 self.zip_readline_test(f, zipfile.ZIP_STORED)
258 self.zip_readlines_test(f, zipfile.ZIP_STORED)
262 self.zip_iterlines_test(f, zipfile.ZIP_STORED)
314 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp
    [all...]
test_zipfile64.py 83 self.zipTest(f, zipfile.ZIP_STORED)
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
60 compression = ZIP_STORED
136 if self.compression != ZIP_STORED:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipfile.py 110 self.zip_test(f, zipfile.ZIP_STORED)
138 self.zip_open_test(f, zipfile.ZIP_STORED)
142 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
175 self.zip_random_open_test(f, zipfile.ZIP_STORED)
181 with zipfile.ZipFile(f, 'w', zipfile.ZIP_STORED) as zipfp:
243 self.zip_readline_read_test(f, zipfile.ZIP_STORED)
247 self.zip_readline_test(f, zipfile.ZIP_STORED)
251 self.zip_readlines_test(f, zipfile.ZIP_STORED)
255 self.zip_iterlines_test(f, zipfile.ZIP_STORED)
307 with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
    [all...]
test_zipfile64.py 83 self.zipTest(f, zipfile.ZIP_STORED)
test_zipimport.py 18 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED
60 compression = ZIP_STORED
136 if self.compression != ZIP_STORED:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
37 ZIP_STORED = 0
308 self.compress_type = ZIP_STORED # Type of compression for the file
527 elif self._compress_type != ZIP_STORED:
671 if self._compress_type == ZIP_STORED:
712 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
717 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
726 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
731 if compression == ZIP_STORED:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
37 ZIP_STORED = 0
308 self.compress_type = ZIP_STORED # Type of compression for the file
527 elif self._compress_type != ZIP_STORED:
667 if self._compress_type == ZIP_STORED:
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
727 if compression == ZIP_STORED:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
37 ZIP_STORED = 0
308 self.compress_type = ZIP_STORED # Type of compression for the file
527 elif self._compress_type != ZIP_STORED:
667 if self._compress_type == ZIP_STORED:
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
727 if compression == ZIP_STORED:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
37 ZIP_STORED = 0
308 self.compress_type = ZIP_STORED # Type of compression for the file
527 elif self._compress_type != ZIP_STORED:
667 if self._compress_type == ZIP_STORED:
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
727 if compression == ZIP_STORED:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 17 __all__ = ["BadZipfile", "error", "ZIP_STORED", "ZIP_DEFLATED", "is_zipfile",
37 ZIP_STORED = 0
308 self.compress_type = ZIP_STORED # Type of compression for the file
527 elif self._compress_type != ZIP_STORED:
667 if self._compress_type == ZIP_STORED:
708 z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False)
713 compression: ZIP_STORED (no compression) or ZIP_DEFLATED (requires zlib).
722 def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=False):
727 if compression == ZIP_STORED:
    [all...]

Completed in 635 milliseconds

1 2