HomeSort by relevance Sort by last modified time
    Searched refs:listname (Results 1 - 15 of 15) 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/icu4c/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/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 850 std::string listname; local
855 &listname, &prefixes, &full_hashes, Time::Now());
866 &listname, &prefixes, &full_hashes, Time::Now());
889 &listname, &prefixes, &full_hashes, Time::Now());
899 &listname, &prefixes, &full_hashes, Time::Now());
1401 std::string listname; local
    [all...]
safe_browsing_database.cc 205 const std::string& listname = listnames[i]; local
206 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
208 DCHECK_NE(safe_browsing_util::GetListId(listname),
210 lists->push_back(SBListChunkRanges(listname));
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 862 std::string listname = safe_browsing_util::kAllLists[i]; local
865 ASSERT_EQ(add_testdata.count(listname), 1U)
866 << "Missing add chunk test case for Safe Browsing list: " << listname;
867 const std::string& chunk_data = add_testdata[listname]
    [all...]
safe_browsing_database_unittest.cc 903 std::string listname; local
1565 std::string listname; local
    [all...]
safe_browsing_database.cc 283 const std::string& listname = listnames[i]; local
284 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2,
286 DCHECK_NE(safe_browsing_util::GetListId(listname),
288 lists->push_back(SBListChunkRanges(listname));
    [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 97 milliseconds