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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 60 _ECD_COMMENT_SIZE = 7
249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 59 _ECD_COMMENT_SIZE = 7
241 if endrec[_ECD_COMMENT_SIZE] == len(comment):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 60 _ECD_COMMENT_SIZE = 7
249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 60 _ECD_COMMENT_SIZE = 7
249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 60 _ECD_COMMENT_SIZE = 7
249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 60 _ECD_COMMENT_SIZE = 7
249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
    [all...]

Completed in 42 milliseconds