Home
last modified time | relevance | path

Searched defs:CheckItem (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h103 bool CheckList<T>::CheckItem(const T& item) { in CheckItem() function
/aosp_15_r20/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h115 bool CheckList<T>::CheckItem(const T& item) { in CheckItem() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DMenu.h151 DWORD CheckItem(UINT id, UINT uCheck) { return ::CheckMenuItem(_menu, id, uCheck); } in CheckItem() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DPeHandler.cpp849 bool CheckItem(const CSection &sect, const CResItem &item, size_t offset) const in CheckItem() function
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
DFrameWork.py703 class CheckItem(MenuItem): class