HomeSort by relevance Sort by last modified time
    Searched refs:CheckList (Results 1 - 14 of 14) sorted by null

  /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);
  /art/runtime/
dex_file_verifier.h 48 bool CheckList(size_t element_size, const char* label, const byte* *ptr);
dex_file_verifier.cc 204 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const byte* *ptr) {
    [all...]
  /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_org/net/disk_cache/blockfile/
rankings.h 178 int CheckList(List list);
rankings.cc 506 int partial = CheckList(static_cast<List>(i));
801 int Rankings::CheckList(List list) {
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 622 SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList,
630 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end();
    [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...]

Completed in 258 milliseconds