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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
binhex.py 407 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
411 if filecrc != self.crc:
413 %(self.crc, filecrc)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
binhex.py 401 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
405 if filecrc != self.crc:
407 %(self.crc, filecrc)
  /external/python/cpython2/Lib/
binhex.py 407 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
411 if filecrc != self.crc:
413 %(self.crc, filecrc)
  /external/python/cpython3/Lib/
binhex.py 379 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
383 if filecrc != self.crc:
385 % (self.crc, filecrc))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 401 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
405 if filecrc != self.crc:
407 %(self.crc, filecrc)
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 401 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
405 if filecrc != self.crc:
407 %(self.crc, filecrc)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 401 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
405 if filecrc != self.crc:
407 %(self.crc, filecrc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 401 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
405 if filecrc != self.crc:
407 %(self.crc, filecrc)

Completed in 113 milliseconds