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

  /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_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 223 const std::vector<std::string>& listnames,
228 DCHECK_GT(listnames.size(), 0U);
229 DCHECK_LE(listnames.size(), 2U);
236 // The loop below will only load as many into |lists| as |listnames|
243 for (size_t i = 0; i < listnames.size(); ++i) {
244 const std::string& listname = listnames[i];
259 std::vector<std::string> listnames; local
260 listnames.push_back(listname0);
261 listnames.push_back(listname1);
262 UpdateChunkRanges(store, listnames, lists)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 443 def listnames(self): member in class:PimpDatabase
    [all...]

Completed in 228 milliseconds