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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makeconfig.py 8 def makeconfig(infp, outfp, modules, with_ifdef=0): function
42 print 'usage: python makeconfig.py config.c.in outputfile',
53 makeconfig(infp, outfp, sys.argv[3:])
freeze.py 101 import makeconfig
452 makeconfig.makeconfig(infp, outfp, builtins)
  /external/python/cpython2/Tools/freeze/
makeconfig.py 8 def makeconfig(infp, outfp, modules, with_ifdef=0): function
42 print 'usage: python makeconfig.py config.c.in outputfile',
53 makeconfig(infp, outfp, sys.argv[3:])
freeze.py 101 import makeconfig
452 makeconfig.makeconfig(infp, outfp, builtins)
  /external/python/cpython3/Tools/freeze/
makeconfig.py 9 def makeconfig(infp, outfp, modules, with_ifdef=0): function
41 print('usage: python makeconfig.py config.c.in outputfile', end=' ')
52 makeconfig(infp, outfp, sys.argv[3:])
freeze.py 101 import makeconfig
452 makeconfig.makeconfig(infp, outfp, builtins)

Completed in 601 milliseconds