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

  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 381 iconfile = None variable in class:AppBuilder
518 if self.iconfile is not None:
519 iconbase = os.path.basename(self.iconfile)
521 self.files.append((self.iconfile, pathjoin(resdir, iconbase)))
818 --iconfile=FILE filename of the icon (an .icns file) to be used
857 "exclude=", "include=", "package=", "strip", "iconfile=",
890 elif opt == '--iconfile':
891 builder.iconfile = arg
    [all...]
buildtools.py 334 builder.iconfile = icnsname
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 381 iconfile = None variable in class:AppBuilder
518 if self.iconfile is not None:
519 iconbase = os.path.basename(self.iconfile)
521 self.files.append((self.iconfile, pathjoin(resdir, iconbase)))
818 --iconfile=FILE filename of the icon (an .icns file) to be used
857 "exclude=", "include=", "package=", "strip", "iconfile=",
890 elif opt == '--iconfile':
891 builder.iconfile = arg
    [all...]
buildtools.py 334 builder.iconfile = icnsname
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 381 iconfile = None variable in class:AppBuilder
518 if self.iconfile is not None:
519 iconbase = os.path.basename(self.iconfile)
521 self.files.append((self.iconfile, pathjoin(resdir, iconbase)))
818 --iconfile=FILE filename of the icon (an .icns file) to be used
857 "exclude=", "include=", "package=", "strip", "iconfile=",
890 elif opt == '--iconfile':
891 builder.iconfile = arg
    [all...]
buildtools.py 334 builder.iconfile = icnsname
  /external/python/cpython2/Lib/idlelib/
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py     [all...]

Completed in 123 milliseconds