/system/libbase/include/android-base/ |
D | collections.h | 36 void Append(CollectionType& collection, T&& arg) { in Append() function 41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append() function
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.h | 60 std::vector<T> Append(std::vector<T> as, const std::vector<T>& bs) { in Append() function 66 std::vector<T> Append(std::vector<T>&& as, std::vector<T>&& bs) { in Append() function
|
/system/nvram/messages/include/nvram/messages/ |
D | vector.h | 144 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/push_compat/include/ |
D | stats_event_list.h | 211 bool Append(const std::string& value) { in Append() function 228 bool Append(Tvalue value) { in Append() function 233 bool Append(const char* value, size_t len) { in Append() function
|
/system/core/libstats/socket/include/ |
D | stats_event_list.h | 209 bool Append(const std::string& value) { in Append() function 226 bool Append(Tvalue value) { in Append() function 231 bool Append(const char* value, size_t len) { in Append() function
|
/system/core/liblog/include/log/ |
D | log_event_list.h | 248 bool Append(const std::string& value) { in Append() function 262 bool Append(Tvalue value) { in Append() function 267 bool Append(const char* value, size_t len) { in Append() function
|
/system/connectivity/wifilogd/ |
D | message_buffer.cpp | 34 bool MessageBuffer::Append(const uint8_t* message, uint16_t message_len) { in Append() function in android::wifilogd::MessageBuffer
|
/system/bt/gd/packet/ |
D | packet_view.cc | 103 void PacketView<little_endian>::Append(PacketView to_add) { in Append() function in bluetooth::packet::PacketView
|
/system/core/adb/ |
D | compression_utils.h | 47 void Append(Block&& block) { input_buffer_.append(std::move(block)); } in Append() function 69 void Append(Block input) { input_buffer_.append(std::move(input)); } in Append() function
|
/system/libziparchive/ |
D | zip_archive.cc | 1046 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in MemoryWriter 1136 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in FileWriter 1428 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in ProcessWriter
|
D | zip_archive_test.cc | 910 bool Append(uint8_t* buf, size_t size) { in Append() function in VectorWriter 932 bool Append(uint8_t*, size_t) { return false; } in Append() function in BadWriter
|
/system/core/libutils/ |
D | String16_test.cpp | 79 TEST(String16Test, Append) { in TEST() argument
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 100 const std::vector<uint8_t>& Append(uint8_t addr_type, const RawAddress& addr, in Append() function in __anon44c17b2f0111::AdvertisingCache
|