HomeSort by relevance Sort by last modified time
    Searched refs:plist (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 129 plistfile = os.path.join(application, 'Contents', 'Info.plist')
132 plist = plistlib.Plist.fromFile(plistfile)
133 return plist.get('NSAppleScriptEnabled', False)
    [all...]
  /external/toybox/toys/posix/
ps.c 1171 } plist[2], *plold, *plnew, old, new, mix; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 435 plist = path.split('.')
437 plist = []
445 for i in range(len(plist) - 1):
446 n = '.'.join(plist[:i+1])
452 parent = TixSubWidget(parent, plist[i],
455 # The Tk widget name is in plist, not in name
456 if plist:
457 name = plist[-1]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 435 plist = path.split('.')
437 plist = []
445 for i in range(len(plist) - 1):
446 n = '.'.join(plist[:i+1])
452 parent = TixSubWidget(parent, plist[i],
455 # The Tk widget name is in plist, not in name
456 if plist:
457 name = plist[-1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 435 plist = path.split('.')
437 plist = []
445 for i in range(len(plist) - 1):
446 n = '.'.join(plist[:i+1])
452 parent = TixSubWidget(parent, plist[i],
455 # The Tk widget name is in plist, not in name
456 if plist:
457 name = plist[-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 435 plist = path.split('.')
437 plist = []
445 for i in range(len(plist) - 1):
446 n = '.'.join(plist[:i+1])
452 parent = TixSubWidget(parent, plist[i],
455 # The Tk widget name is in plist, not in name
456 if plist:
457 name = plist[-1]
    [all...]