Home
last modified time | relevance | path

Searched defs:Append (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/system/libbase/include/android-base/
H A Dcollections.h36 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 Dstats_event_list.h211 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 Dring_buffer.h30 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 Dvector.h144 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 Dlog_event_list.h248 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 Daidl_to_cpp_common.h63 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 Dparser.h48 void Append(T&& text) { in Append() function
/aosp12/build/soong/scripts/
H A Dconv_linker_config.py67 def Append(args): function
/aosp12/frameworks/av/cmds/stagefright/
H A DWaveWriter.h49 void Append(const void *data, size_t size) { in Append() function
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h41 Append = 0x04, enumerator
/aosp12/build/soong/bazel/
H A Dproperties.go82 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 Dcompression_utils.h47 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 Dhal_camera_metadata.cc615 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 DZipUtils.cpp114 bool Append(uint8_t* buf, size_t bufSize) override { in Append() function in BufferWriter
/aosp12/build/blueprint/proptools/
H A Dextend.go151 Append Order = iota const
/aosp12/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h179 void Append(V *to, const V &from) { in Append() function
/aosp12/system/libziparchive/
H A Dzip_archive.cc1111 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 Dziptool.cpp215 bool Append(uint8_t* buf, size_t size) { in Append() function in TestWriter
H A Dzip_archive_test.cc910 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 Dreflection.cc77 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 DString16_test.cpp79 TEST(String16Test, Append) { in TEST() argument
/aosp12/build/make/tools/releasetools/
H A Dverity_utils.py137 def Append(target, file_to_append, error_message): function
/aosp12/build/make/tools/zipalign/
H A DZipFile.cpp1249 bool Append(uint8_t* buf, size_t buf_size) override { in Append() function in android::BufferWriter
/aosp12/build/soong/cc/
H A Dbuilder.go429 func (a Objects) Append(b Objects) Objects { func
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dpointertest.cpp521 TEST(Pointer, Append) { in TEST() argument

12