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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 35 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
142 CheckList(&l1, x);
147 CheckList(&l1, x, y, z, a, b, c);
153 CheckList(&l1, x, y);
  /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/chromium/net/disk_cache/
rankings.cc 486 int partial = CheckList(static_cast<List>(i));
780 int Rankings::CheckList(List list) {

Completed in 182 milliseconds