Searched defs:Contains (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/ng/include/ |
D | authorization_set.h | 155 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function 158 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 229 bool Contains(keymaster_tag_t tag) const { return find(tag) != -1; } in Contains() function 240 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() function 248 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() function 255 template <keymaster_tag_t Tag> bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() function 700 template <typename... ARGS> bool Contains(ARGS&&... args) const { in Contains() function
|
/system/extras/simpleperf/ |
D | thread_tree.h | 60 uint64_t Contains(uint64_t addr) const { return addr >= start_addr && addr < get_end_addr(); } in Contains() function
|
/system/update_engine/payload_consumer/ |
D | snapshot_extent_writer_unittest.cc | 80 bool Contains(size_t block) { in Contains() function in chromeos_update_engine::FakeCowWriter
|
/system/apex/apexd/ |
D | apex_database_test.cpp | 104 bool Contains(const MountedApexDatabase& db, const std::string& package, in Contains() function
|
/system/nvram/hal/tests/ |
D | nvram_hal_test.cc | 47 bool Contains(T value, const std::vector<T>& target) { in Contains() function
|