Searched refs:CheckList (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_list_test.cc | 35 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0, in CheckList() function 142 CheckList(&l1, x); in TEST() 147 CheckList(&l1, x, y, z, a, b, c); in TEST() 153 CheckList(&l1, x, y); in TEST()
|
/external/chromium/net/disk_cache/ |
D | rankings.h | 181 int CheckList(List list);
|
D | rankings.cc | 486 int partial = CheckList(static_cast<List>(i)); in SelfCheck() 780 int Rankings::CheckList(List list) { in CheckList() function in disk_cache::Rankings
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 657 SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList, in adjustChainDeps() argument 665 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end(); in adjustChainDeps()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 1360 bool CheckList(Span* list, Length min_pages, Length max_pages); 2116 CheckList(&large_.normal, kMaxPages, 1000000000); in Check() 2117 CheckList(&large_.returned, kMaxPages, 1000000000); in Check() 2119 CheckList(&free_[s].normal, s, s); in Check() 2120 CheckList(&free_[s].returned, s, s); in Check() 2126 bool TCMalloc_PageHeap::CheckList(Span*, Length, Length) { in CheckList() function in WTF::TCMalloc_PageHeap 2130 bool TCMalloc_PageHeap::CheckList(Span* list, Length min_pages, Length max_pages) { in CheckList() function in WTF::TCMalloc_PageHeap
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 12734 (KXMLCore::TCMalloc_PageHeap::CheckList): 17075 (KXMLCore::TCMalloc_PageHeap::CheckList):
|