HomeSort by relevance Sort by last modified time
    Searched full:listnames (Results 1 - 11 of 11) 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...]
safe_browsing_util.cc 175 // Listnames that browser can process.
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 443 def listnames(self): member in class:PimpDatabase
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 53 static void ListNames(void);
87 addTest(root, &ListNames, "tsconv/ccapitst/ListNames");
121 static void ListNames(void) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 53 static void ListNames(void);
87 addTest(root, &ListNames, "tsconv/ccapitst/ListNames");
121 static void ListNames(void) {
    [all...]

Completed in 1501 milliseconds