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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
822 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
825 self._start_disk -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
825 self._start_disk -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
818 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
818 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
818 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
169 data = fpin.read(sizeEndCentDir64Locator)
170 if len(data) != sizeEndCentDir64Locator:
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
818 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 114 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
162 fpin.seek(offset - sizeEndCentDir64Locator, 2)
168 data = fpin.read(sizeEndCentDir64Locator)
177 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
772 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
    [all...]
  /external/python/cpython3/Lib/
zipfile.py 148 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator)
196 fpin.seek(offset - sizeEndCentDir64Locator, 2)
202 data = fpin.read(sizeEndCentDir64Locator)
203 if len(data) != sizeEndCentDir64Locator:
213 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipfile.py     [all...]
  /external/python/cpython2/Lib/test/
test_zipfile.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /external/python/cpython3/Lib/test/
test_zipfile.py     [all...]

Completed in 791 milliseconds