/frameworks/base/media/mca/filterfw/native/base/ |
utilities.h | 84 // A simple class that gives checklist functionality: There are essemtially two 85 // operations defined on a CheckList: 90 class CheckList { 92 // Add a new unchecked item. Does nothing if item is already in checklist. 95 // Check off an item in the checklist. Returns true if all items have been 99 // Clear the checklist. 109 void CheckList<T>::AddItem(const T& item) { 115 bool CheckList<T>::CheckItem(const T& item) {
|
/frameworks/base/media/mca/filterpacks/native/base/ |
utilities.h | 84 // A simple class that gives checklist functionality: There are essemtially two 85 // operations defined on a CheckList: 90 class CheckList { 92 // Add a new unchecked item. Does nothing if item is already in checklist. 95 // Check off an item in the checklist. Returns true if all items have been 99 // Clear the checklist. 109 void CheckList<T>::AddItem(const T& item) { 115 bool CheckList<T>::CheckItem(const T& item) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_list_test.cc | 34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0, 141 CheckList(&l1, x); 146 CheckList(&l1, x, y, z, a, b, c); 152 CheckList(&l1, x, y);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
page_heap.cc | 525 CheckList(&large_.normal, kMaxPages, 1000000000, Span::ON_NORMAL_FREELIST); 526 CheckList(&large_.returned, kMaxPages, 1000000000, Span::ON_RETURNED_FREELIST); 528 CheckList(&free_[s].normal, s, s, Span::ON_NORMAL_FREELIST); 529 CheckList(&free_[s].returned, s, s, Span::ON_RETURNED_FREELIST); 534 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages,
|
page_heap.h | 181 bool CheckList(Span* list, Length min_pages, Length max_pages,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
page_heap.cc | 462 CheckList(&large_.normal, kMaxPages, 1000000000, Span::ON_NORMAL_FREELIST); 463 CheckList(&large_.returned, kMaxPages, 1000000000, Span::ON_RETURNED_FREELIST); 465 CheckList(&free_[s].normal, s, s, Span::ON_NORMAL_FREELIST); 466 CheckList(&free_[s].returned, s, s, Span::ON_RETURNED_FREELIST); 471 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages,
|
page_heap.h | 171 bool CheckList(Span* list, Length min_pages, Length max_pages,
|
/external/chromium/net/disk_cache/ |
rankings.h | 181 int CheckList(List list);
|
rankings.cc | 486 int partial = CheckList(static_cast<List>(i)); 780 int Rankings::CheckList(List list) {
|
/external/chromium_org/net/disk_cache/ |
rankings.h | 178 int CheckList(List list);
|
rankings.cc | 501 int partial = CheckList(static_cast<List>(i)); 796 int Rankings::CheckList(List list) {
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 601 SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList, 609 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end(); [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
FastMalloc.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | [all...] |