/aosp12/system/libbase/include/android-base/ |
H A D | collections.h | 36 void Append(CollectionType& collection, T&& arg) { in Append() function 41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append() function
|
/aosp12/system/core/libstats/push_compat/include/ |
H A D | stats_event_list.h | 211 bool Append(const std::string& value) { in Append() function 228 bool Append(Tvalue value) { in Append() function 233 bool Append(const char* value, size_t len) { in Append() function
|
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
H A D | ring_buffer.h | 30 void Append(const T& val) { in Append() function 37 void Append(T&& val) { in Append() function
|
/aosp12/system/nvram/messages/include/nvram/messages/ |
H A D | vector.h | 144 bool Append(const ElementType& element) NVRAM_WARN_UNUSED_RESULT { in Append() function 153 bool Append(ElementType&& element) NVRAM_WARN_UNUSED_RESULT { in Append() function
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_event_list.h | 248 bool Append(const std::string& value) { in Append() function 262 bool Append(Tvalue value) { in Append() function 267 bool Append(const char* value, size_t len) { in Append() function
|
/aosp12/system/tools/aidl/ |
H A D | aidl_to_cpp_common.h | 63 std::vector<T> Append(std::vector<T> as, const std::vector<T>& bs) { in Append() function 69 std::vector<T> Append(std::vector<T>&& as, std::vector<T>&& bs) { in Append() function
|
H A D | parser.h | 48 void Append(T&& text) { in Append() function
|
/aosp12/build/soong/scripts/ |
H A D | conv_linker_config.py | 67 def Append(args): function
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | WaveWriter.h | 49 void Append(const void *data, size_t size) { in Append() function
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | FileHandle.h | 41 Append = 0x04, enumerator
|
/aosp12/build/soong/bazel/ |
H A D | properties.go | 82 func (ll *LabelList) Append(other LabelList) { func 322 func (attrs *LabelListAttribute) Append(other LabelListAttribute) { func 538 func (attrs *StringListAttribute) Append(other StringListAttribute) { func
|
/aosp12/packages/modules/adb/ |
H A D | compression_utils.h | 47 void Append(Block&& block) { input_buffer_.append(std::move(block)); } in Append() function 69 void Append(Block input) { input_buffer_.append(std::move(input)); } in Append() function
|
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | hal_camera_metadata.cc | 615 status_t HalCameraMetadata::Append( in Append() function in android::google_camera_hal::HalCameraMetadata 625 status_t HalCameraMetadata::Append(const camera_metadata_t* metadata) { in Append() function in android::google_camera_hal::HalCameraMetadata
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ZipUtils.cpp | 114 bool Append(uint8_t* buf, size_t bufSize) override { in Append() function in BufferWriter
|
/aosp12/build/blueprint/proptools/ |
H A D | extend.go | 151 Append Order = iota const
|
/aosp12/frameworks/base/native/graphics/jni/fuzz/ |
H A D | png_mutator.h | 179 void Append(V *to, const V &from) { in Append() function
|
/aosp12/system/libziparchive/ |
H A D | zip_archive.cc | 1111 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in MemoryWriter 1194 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in FileWriter 1508 virtual bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in ProcessWriter
|
H A D | ziptool.cpp | 215 bool Append(uint8_t* buf, size_t size) { in Append() function in TestWriter
|
H A D | zip_archive_test.cc | 910 bool Append(uint8_t* buf, size_t size) { in Append() function in VectorWriter 932 bool Append(uint8_t*, size_t) { return false; } in Append() function in BadWriter
|
/aosp12/art/runtime/ |
H A D | reflection.cc | 77 void Append(uint32_t value) { in Append() function in art::__anon028979930110::ArgArray 82 void Append(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_) { in Append() function in art::__anon028979930110::ArgArray
|
/aosp12/system/core/libutils/ |
H A D | String16_test.cpp | 79 TEST(String16Test, Append) { in TEST() argument
|
/aosp12/build/make/tools/releasetools/ |
H A D | verity_utils.py | 137 def Append(target, file_to_append, error_message): function
|
/aosp12/build/make/tools/zipalign/ |
H A D | ZipFile.cpp | 1249 bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in android::BufferWriter
|
/aosp12/build/soong/cc/ |
H A D | builder.go | 429 func (a Objects) Append(b Objects) Objects { func
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | pointertest.cpp | 521 TEST(Pointer, Append) { in TEST() argument
|