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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
plistlib.py 7 To write out a plist file, use the writePlist(rootObject, pathOrFile)
8 function. 'rootObject' is the top level object, 'pathOrFile' is a
11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
68 def readPlist(pathOrFile):
69 """Read a .plist file. 'pathOrFile' may either be a file name or a
74 if isinstance(pathOrFile, (str, unicode)):
75 pathOrFile = open(pathOrFile)
78 rootObject = p.parse(pathOrFile)
    [all...]
  /external/python/cpython2/Lib/
plistlib.py 7 To write out a plist file, use the writePlist(rootObject, pathOrFile)
8 function. 'rootObject' is the top level object, 'pathOrFile' is a
11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
68 def readPlist(pathOrFile):
69 """Read a .plist file. 'pathOrFile' may either be a file name or a
74 if isinstance(pathOrFile, (str, unicode)):
75 pathOrFile = open(pathOrFile)
78 rootObject = p.parse(pathOrFile)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
plistlib.py 7 To write out a plist file, use the writePlist(rootObject, pathOrFile)
8 function. 'rootObject' is the top level object, 'pathOrFile' is a
11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
68 def readPlist(pathOrFile):
69 """Read a .plist file. 'pathOrFile' may either be a file name or a
74 if isinstance(pathOrFile, (str, unicode)):
75 pathOrFile = open(pathOrFile)
78 rootObject = p.parse(pathOrFile)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
plistlib.py 7 To write out a plist file, use the writePlist(rootObject, pathOrFile)
8 function. 'rootObject' is the top level object, 'pathOrFile' is a
11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
68 def readPlist(pathOrFile):
69 """Read a .plist file. 'pathOrFile' may either be a file name or a
74 if isinstance(pathOrFile, (str, unicode)):
75 pathOrFile = open(pathOrFile)
78 rootObject = p.parse(pathOrFile)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 7 To write out a plist file, use the writePlist(rootObject, pathOrFile)
8 function. 'rootObject' is the top level object, 'pathOrFile' is a
11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
68 def readPlist(pathOrFile):
69 """Read a .plist file. 'pathOrFile' may either be a file name or a
74 if isinstance(pathOrFile, (str, unicode)):
75 pathOrFile = open(pathOrFile)
78 rootObject = p.parse(pathOrFile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 7 To write out a plist file, use the writePlist(rootObject, pathOrFile)
8 function. 'rootObject' is the top level object, 'pathOrFile' is a
11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
68 def readPlist(pathOrFile):
69 """Read a .plist file. 'pathOrFile' may either be a file name or a
74 if isinstance(pathOrFile, (str, unicode)):
75 pathOrFile = open(pathOrFile)
78 rootObject = p.parse(pathOrFile)
    [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 452 def dump(self, pathOrFile):
468 plist.write(pathOrFile)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 452 def dump(self, pathOrFile):
468 plist.write(pathOrFile)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 452 def dump(self, pathOrFile):
468 plist.write(pathOrFile)
    [all...]

Completed in 150 milliseconds