OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckList
(Results
1 - 10
of
10
) 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 uint8_t* *ptr);
dex_file_verifier.cc
208
bool DexFileVerifier::
CheckList
(size_t element_size, const char* label, const uint8_t* *ptr) {
[
all
...]
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
687
std::set<SUnit *> &
CheckList
,
695
for (std::set<SUnit *>::iterator I =
CheckList
.begin(), IE =
CheckList
.end();
[
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 1392 milliseconds