Searched refs:CheckList (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc34 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0, function in namespace:__sanitizer
141 CheckList(&l1, x);
146 CheckList(&l1, x, y, z, a, b, c);
152 CheckList(&l1, x, y);
/external/python/cpython2/Lib/lib-tk/
H A DTix.py1554 # Could try subclassing Tree for CheckList - would need another arg to init
1555 class CheckList(TixWidget): class in inherits:TixWidget
1556 """The CheckList widget
1557 displays a list of items to be selected by the user. CheckList acts
/external/python/cpython3/Lib/tkinter/
H A Dtix.py1547 # Could try subclassing Tree for CheckList - would need another arg to init
1548 class CheckList(TixWidget): class in inherits:TixWidget
1549 """The CheckList widget
1550 displays a list of items to be selected by the user. CheckList acts

Completed in 211 milliseconds