Home
last modified time | relevance | path

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

/system/libbase/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/core/libstats/push_compat/include/
Dstats_event_list.h211 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/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/logging/liblog/include/log/
Dlog_event_list.h248 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/tools/aidl/
Daidl_to_cpp_common.h82 std::vector<T> Append(std::vector<T> as, const std::vector<T>& bs) { in Append() function
88 std::vector<T> Append(std::vector<T>&& as, std::vector<T>&& bs) { in Append() function
Dparser.h48 void Append(T&& text) { in Append() function
/system/libziparchive/
Dziptool.cpp215 bool Append(uint8_t* buf, size_t size) { in Append() function in TestWriter
Dzip_archive.cc1206 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in MemoryWriter
1310 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in FileWriter
1683 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in ProcessWriter
Dzip_archive_test.cc924 bool Append(uint8_t* buf, size_t size) { in Append() function in VectorWriter
946 bool Append(uint8_t*, size_t) { return false; } in Append() function in BadWriter
/system/core/libutils/binder/
DString16_test.cpp96 TEST(String16Test, Append) { in TEST() argument