Searched defs:append (Results 1 - 9 of 9) sorted by relevance

/system/security/keystore/
H A Dtest-keystore30 append $log_file \# "$@"
31 append $baseline_file \# "$@"
35 append $baseline_file "$@"
38 function append() { function
/system/nfc/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp41 mBuffer.append((uint8_string::size_type)1, (uint8_string::value_type)0);
56 mBuffer.append((uint8_string::size_type)1, (uint8_string::value_type)0);
73 ** Function: append
83 bool StartupConfig::append(const uint8_t* newContent, uint8_t newContentLen) { function in class:StartupConfig
84 static const char fn[] = "StartupConfig::append";
90 ALOGD("%s: try append %zu bytes", fn,
92 // append new payload into private buffer
93 mBuffer.append(newContent + 1, (uint8_string::size_type)(newContentLen - 1));
136 found0xC2 = append(tlv, 5);
/system/core/libutils/
H A DString16.cpp212 status_t String16::append(const String16& other) function in class:android::String16
239 status_t String16::append(const char16_t* chrs, size_t otherLen) function in class:android::String16
H A DString8.cpp296 status_t String8::append(const String8& other) function in class:android::String8
309 status_t String8::append(const char* other) function in class:android::String8
311 return append(other, strlen(other));
314 status_t String8::append(const char* other, size_t otherLen) function in class:android::String8
/system/libhwbinder/
H A DBufferedTextOutput.cpp53 status_t append(const char* txt, size_t len) { function in struct:android::hardware::BufferedTextOutput::BufferState
182 err = b->append(prefix, strlen(prefix));
205 err = b->append(first, txt-first);
/system/security/keystore/include/keystore/
H A Dauthorization_set.h199 void append(Iterator begin, Iterator end) { function in class:keystore::AuthorizationSet
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/
H A Dgradle-wrapper.jar ... .String) String message public java.lang.Appendable append (java.lang.CharSequence) CharSequence csq public java. ...
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/gradle/wrapper/
H A Dgradle-wrapper.jar ... .String) String message public java.lang.Appendable append (java.lang.CharSequence) CharSequence csq public java. ...
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/gradle/wrapper/
H A Dgradle-wrapper.jar ... .String) String message public java.lang.Appendable append (java.lang.CharSequence) CharSequence csq public java. ...

Completed in 1810 milliseconds