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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
finddiv.py 32 listnames = 0
38 listnames = 1
41 x = process(filename, listnames)
50 def process(filename, listnames):
52 return processdir(filename, listnames)
62 if listnames:
70 def processdir(dir, listnames):
84 x = process(fn, listnames)
  /external/python/cpython2/Tools/scripts/
finddiv.py 32 listnames = 0
38 listnames = 1
41 x = process(filename, listnames)
50 def process(filename, listnames):
52 return processdir(filename, listnames)
62 if listnames:
70 def processdir(dir, listnames):
84 x = process(fn, listnames)
  /external/python/cpython3/Tools/scripts/
finddiv.py 32 listnames = 0
38 listnames = 1
41 x = process(filename, listnames)
50 def process(filename, listnames):
52 return processdir(filename, listnames)
62 if listnames:
70 def processdir(dir, listnames):
84 x = process(fn, listnames)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 394 listnames = []
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames:
438 for rcpt, listname, command in listnames:
  /external/python/cpython2/Lib/
smtpd.py 394 listnames = []
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames:
438 for rcpt, listname, command in listnames:
  /external/python/cpython3/Lib/
smtpd.py 794 listnames = []
815 listnames.append((rcpt, listname, command))
819 for rcpt, listname, command in listnames:
838 for rcpt, listname, command in listnames:
    [all...]
  /external/python/cpython2/Lib/plat-mac/
pimp.py 443 def listnames(self): member in class:PimpDatabase
    [all...]

Completed in 1514 milliseconds