Searched defs:append (Results 1 – 8 of 8) sorted by relevance
38 function append() { function
106 TEST_F(String8Test, append) { in TEST_F() argument
260 status_t String8::append(const String8& other) in append() function in android::String8273 status_t String8::append(const char* other) in append() function in android::String8278 status_t String8::append(const char* other, size_t otherLen) in append() function in android::String8
202 status_t String16::append(const String16& other) { in append() function in android::String16206 status_t String16::append(const char16_t* chrs, size_t otherLen) { in append() function in android::String16
227 TEST(String16Test, append) { in TEST() argument
53 status_t append(const char* txt, size_t len) { in append() function
523 let mut append = |stat| { in pull_storage_stats() localVariable
86 def append(self, item): member in LogLineList