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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
173 class BinHex:
179 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
256 def binhex(inp, out): function
257 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
259 ofp = BinHex(finfo, out)
311 'Premature EOF on binhex file'
316 raise Error, 'Premature EOF on binhex file'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
172 class BinHex:
178 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
250 def binhex(inp, out): function
251 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
253 ofp = BinHex(finfo, out)
305 'Premature EOF on binhex file'
310 raise Error, 'Premature EOF on binhex file'
    [all...]
  /external/python/cpython2/Lib/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
173 class BinHex:
179 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
256 def binhex(inp, out): function
257 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
259 ofp = BinHex(finfo, out)
311 'Premature EOF on binhex file'
316 raise Error, 'Premature EOF on binhex file
    [all...]
  /external/python/cpython3/Lib/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
139 class BinHex:
148 ofp.write(b'(This file must be converted with BinHex 4.0)\r\r:')
233 def binhex(inp, out): function
234 """binhex(infilename, outfilename): create binhex-encoded copy of a file"""
236 ofp = BinHex(finfo, out)
285 raise Error('Premature EOF on binhex file'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
172 class BinHex:
178 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
250 def binhex(inp, out): function
251 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
253 ofp = BinHex(finfo, out)
305 'Premature EOF on binhex file'
310 raise Error, 'Premature EOF on binhex file
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
172 class BinHex:
178 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
250 def binhex(inp, out): function
251 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
253 ofp = BinHex(finfo, out)
305 'Premature EOF on binhex file'
310 raise Error, 'Premature EOF on binhex file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
172 class BinHex:
178 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
250 def binhex(inp, out): function
251 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
253 ofp = BinHex(finfo, out)
305 'Premature EOF on binhex file'
310 raise Error, 'Premature EOF on binhex file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 1 """Macintosh binhex compression/decompression.
4 binhex(inputfilename, outputfilename)
29 __all__ = ["binhex","hexbin","Error"]
172 class BinHex:
178 ofp.write('(This file must be converted with BinHex 4.0)\n\n:')
250 def binhex(inp, out): function
251 """(infilename, outfilename) - Create binhex-encoded copy of a file"""
253 ofp = BinHex(finfo, out)
305 'Premature EOF on binhex file'
310 raise Error, 'Premature EOF on binhex file
    [all...]

Completed in 502 milliseconds