Home
last modified time | relevance | path

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

/system/security/keystore/
Dtest-keystore38 function append() { function
/system/core/libutils/
DString16.cpp189 status_t String16::append(const String16& other) { in append() function in android::String16
193 status_t String16::append(const char16_t* chrs, size_t otherLen) { in append() function in android::String16
DString8_test.cpp106 TEST_F(String8Test, append) { in TEST_F() argument
DString8.cpp259 status_t String8::append(const String8& other) in append() function in android::String8
272 status_t String8::append(const char* other) in append() function in android::String8
277 status_t String8::append(const char* other, size_t otherLen) in append() function in android::String8
DString16_test.cpp200 TEST(String16Test, append) { in TEST() argument
/system/libhwbinder/
DBufferedTextOutput.cpp53 status_t append(const char* txt, size_t len) { in append() function
/system/keymaster/ng/include/
Dauthorization_set.h189 template <typename Iterator> void append(Iterator begin, Iterator end) { in append() function
/system/bt/gd/cert/
Dbehavior.py58 def append(self, behavior_instance): member in SingleArgumentBehavior
/system/security/keystore2/src/
Dmetrics_store.rs529 let mut append = |stat| { in pull_storage_stats() localVariable
/system/bt/internal_include/
Dbt_trace.h792 inline std::string& AppendField(std::string* p_result, bool append, in AppendField()