/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...] |