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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_binhex.py 2 """Test script for the binhex C module
4 Uses the mechanism of the python binhex module
7 import binhex namespace
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_binhex.py 2 """Test script for the binhex C module
4 Uses the mechanism of the python binhex module
7 import binhex namespace
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binhex.py 2 """Test script for the binhex C module
4 Uses the mechanism of the python binhex module
7 import binhex namespace
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binhex.py 2 """Test script for the binhex C module
4 Uses the mechanism of the python binhex module
7 import binhex namespace
33 binhex.binhex(self.fname1, self.fname2)
35 binhex.hexbin(self.fname2, self.fname1)
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 61 define 43 binhex vendor_encapsulated_options
78 define 60 binhex vendor_class_identifier
79 define 61 binhex dhcp_client_identifier
95 define 77 binhex user_class
133 embed binhex:8 replay
134 embed binhex information
197 define 123 binhex geoconf
200 define 124 binhex vivco
240 define 144 binhex geoloc
263 define 208 binhex pxelinux_magi
    [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 331 milliseconds