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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
winmakemakefile.py 103 for moddefn in moddefns:
104 print "# Module", moddefn.name
105 for file in moddefn.sourceFiles:
113 extra = moddefn.GetCompilerOptions()
120 for modlib in moddefn.GetLinkerLibs():
  /external/python/cpython2/Tools/freeze/
winmakemakefile.py 103 for moddefn in moddefns:
104 print "# Module", moddefn.name
105 for file in moddefn.sourceFiles:
113 extra = moddefn.GetCompilerOptions()
120 for modlib in moddefn.GetLinkerLibs():
  /external/python/cpython3/Tools/freeze/
winmakemakefile.py 103 for moddefn in moddefns:
104 print("# Module", moddefn.name)
105 for file in moddefn.sourceFiles:
113 extra = moddefn.GetCompilerOptions()
120 for modlib in moddefn.GetLinkerLibs():

Completed in 74 milliseconds