Searched defs:IsValid (Results 1 – 7 of 7) sorted by relevance
| /system/libvintf/include/vintf/ | ||
| D | Level.h | 60 inline bool IsValid(Level level) { in IsValid() function |
| /system/extras/simpleperf/ | ||
| D | RegEx.cpp | 32 bool IsValid() const override { return match_it_ != std::cregex_iterator(); } in IsValid() function in simpleperf::RegExMatchImpl |
| /system/connectivity/wificond/net/ | ||
| D | nl80211_attribute.h | 86 bool IsValid() const override { in IsValid() function |
| D | nl80211_packet.cpp | 59 bool NL80211Packet::IsValid() const { in IsValid() function in android::wificond::NL80211Packet |
| D | nl80211_attribute.cpp | 55 bool BaseNL80211Attr::IsValid() const { in IsValid() function in android::wificond::BaseNL80211Attr |
| /system/core/fs_mgr/liblp/ | ||
| D | images.cpp | 215 bool ImageBuilder::IsValid() const { in IsValid() function in android::fs_mgr::ImageBuilder |
| /system/libvintf/test/ | ||
| D | LibVintfTest.cpp | 969 TEST_F(LibVintfTest, IsValid) { in TEST_F() argument |