/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 394 listnames = [] 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames: 438 for rcpt, listname, command in listnames:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 394 listnames = [] 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames: 438 for rcpt, listname, command in listnames:
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 394 listnames = [] 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames: 438 for rcpt, listname, command in listnames:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.cc | 190 const std::vector<std::string>& listnames, 192 DCHECK_GT(listnames.size(), 0U); 193 DCHECK_LE(listnames.size(), 2U); 199 std::vector<std::string> adds(listnames.size()); 200 std::vector<std::string> subs(listnames.size()); 204 for (size_t i = 0; i < listnames.size(); ++i) { 205 const std::string& listname = listnames[i]; [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database.cc | 265 const std::vector<std::string>& listnames, 267 DCHECK_GT(listnames.size(), 0U); 268 DCHECK_LE(listnames.size(), 2U); 275 // The loop below will only load as many into |lists| as |listnames| 282 for (size_t i = 0; i < listnames.size(); ++i) { 283 const std::string& listname = listnames[i]; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 443 def listnames(self): member in class:PimpDatabase [all...] |