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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.cpp 37 isListTextFile(const char *listname) {
38 const char *listNameEnd=strchr(listname, 0);
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
53 * If the listname ends with ".txt", then read the list file
55 * If the listname ends with ".dat", then read the ICU .dat package file.
59 readList(const char *filesPath, const char *listname, UBool readContents) {
64 if(listname==NULL || listname[0]==0) {
75 listNameEnd=strchr(listname, 0);
76 if(isListTextFile(listname)) {
    [all...]
pkg_icu.h 20 readList(const char *filesPath, const char *listname, UBool readContents);
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 37 isListTextFile(const char *listname) {
38 const char *listNameEnd=strchr(listname, 0);
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
53 * If the listname ends with ".txt", then read the list file
55 * If the listname ends with ".dat", then read the ICU .dat package file.
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) {
64 if(listname==NULL || listname[0]==0) {
77 listNameEnd=strchr(listname, 0);
78 if(isListTextFile(listname)) {
    [all...]
pkg_icu.h 20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 398 # listname
399 # listname-admin
400 # listname-owner
401 # listname-request
402 # listname-join
403 # listname-leave
407 listname = parts[0]
412 if not Utils.list_exists(listname) or command not in (
415 listnames.append((rcpt, listname, command))
419 for rcpt, listname, command in listnames
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 270 const std::string& listname = listnames[i]; local
271 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
273 DCHECK_NE(safe_browsing_util::GetListId(listname),
275 lists->push_back(SBListChunkRanges(listname));
292 const std::string& listname,
294 UpdateChunkRanges(store, std::vector<std::string>(1, listname), lists);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 463 for listname, members in sim_lists.items():
468 self.assertEqual(smtp.expn(listname), expected_known)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 463 for listname, members in sim_lists.items():
468 self.assertEqual(smtp.expn(listname), expected_known)

Completed in 260 milliseconds