HomeSort by relevance Sort by last modified time
    Searched refs:CheckList (Results 1 - 7 of 7) 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);
  /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/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 604 SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList,
612 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end();
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 7985 milliseconds