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

  /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);
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 72 // A simple class that gives checklist functionality: There are essemtially two
73 // operations defined on a CheckList:
78 class CheckList {
80 // Add a new unchecked item. Does nothing if item is already in checklist.
83 // Check off an item in the checklist. Returns true if all items have been
87 // Clear the checklist.
97 void CheckList<T>::AddItem(const T& item) {
103 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) {
  /art/libdexfile/dex/
dex_file_verifier.cc 308 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) {
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py     [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py     [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 425 milliseconds