Home
last modified time | relevance | path

Searched defs:Append (Results 1 – 8 of 8) sorted by relevance

/system/core/base/include/android-base/
Dcollections.h36 void Append(CollectionType& collection, T&& arg) { in Append() function
41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append() function
/system/nvram/messages/include/nvram/messages/
Dvector.h144 bool Append(const ElementType& element) NVRAM_WARN_UNUSED_RESULT { in Append() function
153 bool Append(ElementType&& element) NVRAM_WARN_UNUSED_RESULT { in Append() function
/system/core/libstats/include/
Dstats_event_list.h215 bool Append(const std::string& value) { in Append() function
233 bool Append(Tvalue value) { in Append() function
238 bool Append(const char* value, size_t len) { in Append() function
/system/core/liblog/include/log/
Dlog_event_list.h256 bool Append(const std::string& value) { in Append() function
270 bool Append(Tvalue value) { in Append() function
275 bool Append(const char* value, size_t len) { in Append() function
/system/connectivity/wifilogd/
Dmessage_buffer.cpp34 bool MessageBuffer::Append(const uint8_t* message, uint16_t message_len) { in Append() function in android::wifilogd::MessageBuffer
/system/core/libziparchive/
Dzip_archive.cc815 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in MemoryWriter
902 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in FileWriter
1178 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in ProcessWriter
Dzip_archive_test.cc714 bool Append(uint8_t* buf, size_t size) { in Append() function in VectorWriter
736 bool Append(uint8_t*, size_t) { return false; } in Append() function in BadWriter
/system/bt/stack/btm/
Dbtm_ble_gap.cc88 const std::vector<uint8_t>& Append(uint8_t addr_type, const RawAddress& addr, in Append() function in __anonf15f6cb80111::AdvertisingCache