Home
last modified time | relevance | path

Searched refs:CheckList (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_list_test.cc35 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/
Drankings.h181 int CheckList(List list);
Drankings.cc486 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/
DScheduleDAGInstrs.cpp657 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/
DFastMalloc.cpp1360 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/
DChangeLog-2007-10-1412734 (KXMLCore::TCMalloc_PageHeap::CheckList):
17075 (KXMLCore::TCMalloc_PageHeap::CheckList):