Searched refs:listname (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/tools/toolutil/ |
D | pkg_icu.cpp | 37 isListTextFile(const char *listname) { in isListTextFile() argument 38 const char *listNameEnd=strchr(listname, 0); in isListTextFile() 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { in isListTextFile() 59 readList(const char *filesPath, const char *listname, UBool readContents) { in readList() argument 64 if(listname==NULL || listname[0]==0) { in readList() 75 listNameEnd=strchr(listname, 0); in readList() 76 if(isListTextFile(listname)) { in readList() 82 file=fopen(listname, "r"); in readList() 84 fprintf(stderr, "icupkg: unable to open list file \"%s\"\n", listname); in readList() 134 } else if((listNameEnd-listname)>4 && 0==memcmp(listNameEnd-4, ".dat", 4)) { in readList() [all …]
|
D | pkg_icu.h | 20 readList(const char *filesPath, const char *listname, UBool readContents);
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_database_unittest.cc | 850 std::string listname; in TEST_F() local 855 &listname, &prefixes, &full_hashes, Time::Now()); in TEST_F() 866 &listname, &prefixes, &full_hashes, Time::Now()); in TEST_F() 889 &listname, &prefixes, &full_hashes, Time::Now()); in TEST_F() 899 &listname, &prefixes, &full_hashes, Time::Now()); in TEST_F() 911 &listname, &prefixes, &full_hashes, Time::Now()); in TEST_F() 941 &listname, &prefixes, &full_hashes, expired); in TEST_F() 947 &listname, &prefixes, &full_hashes, expired); in TEST_F() 984 &listname, &prefixes, in TEST_F() 1003 &listname, &prefixes, &full_hashes, in TEST_F() [all …]
|
D | safe_browsing_database.cc | 205 const std::string& listname = listnames[i]; in UpdateChunkRanges() local 206 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2, in UpdateChunkRanges() 208 DCHECK_NE(safe_browsing_util::GetListId(listname), in UpdateChunkRanges() 210 lists->push_back(SBListChunkRanges(listname)); in UpdateChunkRanges()
|