Searched defs:append (Results 1 - 9 of 9) sorted by relevance
/system/security/keystore/ |
H A D | test-keystore | 30 append $log_file \# "$@" 31 append $baseline_file \# "$@" 35 append $baseline_file "$@" 38 function append() { function
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
H A D | StartupConfig.cpp | 41 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 D | String16.cpp | 212 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 D | String8.cpp | 296 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 D | BufferedTextOutput.cpp | 53 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 D | authorization_set.h | 199 void append(Iterator begin, Iterator end) { function in class:keystore::AuthorizationSet
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/ |
H A D | gradle-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 D | gradle-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 D | gradle-wrapper.jar | ... .String) String message
public java.lang.Appendable append (java.lang.CharSequence) CharSequence csq
public java. ... |
Completed in 1201 milliseconds