Home
last modified time | relevance | path

Searched defs:hit (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/update_manager/
Dprng_unittest.cc75 for (auto& hit : hits) in TEST() local
/system/teeui/libteeui/src/
Dlabel.cpp139 Error LabelImpl::hit(const Event& event, const Box<pxs>& bounds) { in hit() function in teeui::LabelImpl
/system/teeui/libteeui/include/teeui/
Dlabel.h132 Error hit(const Event& event) { return LabelImpl::hit(event, this->bounds_); } in hit() function