Searched defs:Append (Results  1 – 10 of 10) sorted by relevance
| /system/libbase/include/android-base/ | 
| D | collections.h | 36 void Append(CollectionType& collection, T&& arg) {  in Append()  function41 void Append(CollectionType& collection, T&& arg, Args&&... args) {  in Append()  function
 
 | 
| /system/nvram/messages/include/nvram/messages/ | 
| D | vector.h | 144   bool Append(const ElementType& element) NVRAM_WARN_UNUSED_RESULT {  in Append()  function153   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()  function228     bool Append(Tvalue value) {  in Append()  function
 233     bool Append(const char* value, size_t len) {  in Append()  function
 
 | 
| /system/logging/liblog/include/log/ | 
| D | log_event_list.h | 248   bool Append(const std::string& value) {  in Append()  function262   bool Append(Tvalue value) {  in Append()  function
 267   bool Append(const char* value, size_t len) {  in Append()  function
 
 | 
| /system/tools/aidl/ | 
| D | aidl_to_cpp_common.h | 73 std::vector<T> Append(std::vector<T> as, const std::vector<T>& bs) {  in Append()  function79 std::vector<T> Append(std::vector<T>&& as, std::vector<T>&& bs) {  in Append()  function
 
 | 
| D | parser.h | 48   void Append(T&& text) {  in Append()  function
 | 
| /system/libziparchive/ | 
| D | ziptool.cpp | 215   bool Append(uint8_t* buf, size_t size) {  in Append()  function in TestWriter
 | 
| D | zip_archive.cc | 1193   virtual bool Append(uint8_t* buf, size_t buf_size) override {  in Append()  function in MemoryWriter1291   virtual bool Append(uint8_t* buf, size_t buf_size) override {  in Append()  function in FileWriter
 1669   virtual bool Append(uint8_t* buf, size_t buf_size) override {  in Append()  function in ProcessWriter
 
 | 
| D | zip_archive_test.cc | 920   bool Append(uint8_t* buf, size_t size) {  in Append()  function in VectorWriter942   bool Append(uint8_t*, size_t) { return false; }  in Append()  function in BadWriter
 
 | 
| /system/core/libutils/ | 
| D | String16_test.cpp | 94 TEST(String16Test, Append) {  in TEST()  argument
 |