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

  /external/chromium_org/chrome/test/chromedriver/
embed_extension_in_cpp.py 29 zipper.write(f, os.path.basename(f), zipfile.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:
  /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...]
  /external/chromium_org/third_party/jinja2/
environment.py 658 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED
660 stored=ZIP_STORED)[zip])
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 459 if (zip_info.compress_type == zipfile.ZIP_STORED or
  /build/tools/releasetools/
common.py     [all...]

Completed in 437 milliseconds