Home
last modified time | relevance | path

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

/system/security/keystore/
Dtest-keystore38 function append() { function
/system/core/libutils/
DString8_test.cpp106 TEST_F(String8Test, append) { in TEST_F() argument
DString8.cpp260 status_t String8::append(const String8& other) in append() function in android::String8
273 status_t String8::append(const char* other) in append() function in android::String8
278 status_t String8::append(const char* other, size_t otherLen) in append() function in android::String8
DString16.cpp202 status_t String16::append(const String16& other) { in append() function in android::String16
206 status_t String16::append(const char16_t* chrs, size_t otherLen) { in append() function in android::String16
DString16_test.cpp227 TEST(String16Test, append) { in TEST() argument
/system/libhwbinder/
DBufferedTextOutput.cpp53 status_t append(const char* txt, size_t len) { in append() function
/system/security/keystore2/src/
Dmetrics_store.rs523 let mut append = |stat| { in pull_storage_stats() localVariable
/system/extras/perf_tools/
Dsbtpull.py86 def append(self, item): member in LogLineList