Searched refs:Plist (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dplistlib.py26 Generate Plist example:
47 Parse Plist example:
57 "Plist", "Data", "Dict"
59 # Note: the Plist and Dict classes have been deprecated.
331 class Plist(_InternalDict): class in inherits:_InternalDict
339 warn("The Plist class is deprecated, use the readPlist() and "
341 super(Plist, self).__init__(**kwargs)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dplistlib.py26 Generate Plist example:
47 Parse Plist example:
57 "Plist", "Data", "Dict"
59 # Note: the Plist and Dict classes have been deprecated.
331 class Plist(_InternalDict): class in inherits:_InternalDict
339 warn("The Plist class is deprecated, use the readPlist() and "
341 super(Plist, self).__init__(**kwargs)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dplistlib.py26 Generate Plist example:
47 Parse Plist example:
57 "Plist", "Data", "Dict"
59 # Note: the Plist and Dict classes have been deprecated.
331 class Plist(_InternalDict): class in inherits:_InternalDict
339 warn("The Plist class is deprecated, use the readPlist() and "
341 super(Plist, self).__init__(**kwargs)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dplistlib.py26 Generate Plist example:
47 Parse Plist example:
57 "Plist", "Data", "Dict"
59 # Note: the Plist and Dict classes have been deprecated.
331 class Plist(_InternalDict): class in inherits:_InternalDict
339 warn("The Plist class is deprecated, use the readPlist() and "
341 super(Plist, self).__init__(**kwargs)
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A Dbundlebuilder.py40 from plistlib import Plist namespace
85 plist = Plist(CFBundleDevelopmentRegion = "English",
897 builder.plist = Plist.fromFile(arg)
H A Dbuildtools.py332 builder.plist = plistlib.Plist.fromFile(plistname)
H A Dpimp.py393 plistdata = plistlib.Plist.fromFile(fp)
467 plist = plistlib.Plist(**plistdata)
H A Dgensuitemodule.py132 plist = plistlib.Plist.fromFile(plistfile)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dbundlebuilder.py40 from plistlib import Plist namespace
85 plist = Plist(CFBundleDevelopmentRegion = "English",
897 builder.plist = Plist.fromFile(arg)
H A Dbuildtools.py332 builder.plist = plistlib.Plist.fromFile(plistname)
H A Dpimp.py393 plistdata = plistlib.Plist.fromFile(fp)
467 plist = plistlib.Plist(**plistdata)
H A Dgensuitemodule.py132 plist = plistlib.Plist.fromFile(plistfile)

Completed in 259 milliseconds