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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencodec.py 360 def marshalmap(name,map,marshalfile):
365 f = open(marshalfile,'wb')
382 marshalfile = name + '.mapping'
385 dirprefix + marshalfile)
392 marshalmap(mappathname, map, dirprefix + marshalfile)
  /external/python/cpython2/Tools/unicode/
gencodec.py 360 def marshalmap(name,map,marshalfile):
365 f = open(marshalfile,'wb')
382 marshalfile = name + '.mapping'
385 dirprefix + marshalfile)
392 marshalmap(mappathname, map, dirprefix + marshalfile)
  /external/python/cpython3/Tools/unicode/
gencodec.py 366 def marshalmap(name,map,marshalfile):
371 f = open(marshalfile,'wb')
388 marshalfile = name + '.mapping'
391 dirprefix + marshalfile))
398 marshalmap(mappathname, map, dirprefix + marshalfile)

Completed in 247 milliseconds