| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Edits.java | 206 private void append(int r) { in append() method in Edits [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | LocaleIDParser.java | 82 private void append(char c) { in append() method in LocaleIDParser 108 private void append(String s) { in append() method in LocaleIDParser [all...] |
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g_common.c | 141 int ntfs_strappend(char **dest, const char *append) in ntfs_strappend() argument 179 int ntfs_strinsert(char **dest, const char *append) in ntfs_strinsert() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | memchunk.h | 160 size_t append(char c) { in append() function 171 size_t append(const void *src, size_t count) { in append() function 198 template <size_t N> size_t append(const char (&s)[N]) { in append() function 201 size_t append(const std::string &s) { return append(s.c_str(), s.size()); } in append() function 202 size_t append(const StringRef &s) { return append(s.c_str(), s.size()); } in append() function 203 size_t append(const ImmutableString &s) { in append() function 458 size_t append(const void *src, size_t count) { append() function [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| H A D | unicodetext.cc | 170 void UnicodeText::Repr::append(const char* bytes, int byte_length) { in append() function in i18n::phonenumbers::UnicodeText::Repr 303 UnicodeText& UnicodeText::append(const UnicodeText& u) { in append() function in i18n::phonenumbers::UnicodeText 308 UnicodeText& UnicodeText::append(const const_iterator& first, in append() function in i18n::phonenumbers::UnicodeText [all...] |
| /third_party/python/Lib/ |
| H A D | socketserver.py | 643 def append(self, thread): member in _Threads 665 def append(self, thread): member in _NoThreads
|
| /third_party/skia/src/gpu/ops/ |
| H A D | QuadPerEdgeAA.cpp | 367 void Tessellator::append(GrQuad* deviceQuad, GrQuad* localQuad, in append() function in skgpu::v1::QuadPerEdgeAA::Tessellator
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.h | 213 void append(StockStage stage, const void* ctx) { this->append(stage, const_cast<void*>(ctx)); } in append() function in SkRasterPipeline
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Shader.cpp | 1474 void Shader::append(Instruction *instruction) in append() function in sw::Shader
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFTypes.cpp | 294 void SkPDFArray::append(SkPDFUnion&& value) { in append() function in SkPDFArray [all...] |
| /third_party/skia/tools/flags/ |
| H A D | CommandLineFlags.h | 165 void append(const char* string) { fStrings.push_back().set(string); } in append() function in CommandLineFlags::StringArray 167 void append(const char* string, size_t length) { fStrings.push_back().set(string, length); } in append() function in CommandLineFlags::StringArray 359 void append(const char* string) { in append() function in SkFlagInfo
|
| /third_party/toybox/toys/posix/ |
| H A D | sed.c | 257 struct append { in sed_line() struct 261 } *append = 0; in sed_line() local [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | literalTypes2.js | 342 function append(a, x) {
function
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| H A D | editor.cpp | 204 static void append(char** dst, size_t* count, const char* src, size_t n) { in append() function
|
| /third_party/skia/include/core/ |
| H A D | SkString.h | 202 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function in SkString 203 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function in SkString 204 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function in SkString
|
| /third_party/rust/crates/nom/src/ |
| H A D | error.rs | 23 fn append(input: I, kind: ErrorKind, other: Self) -> Self; in append() functions 77 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() functions 108 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() functions 124 fn append(_: I, _: ErrorKind, _: Self) -> Self {} in append() functions 179 fn append(input: I, kind: ErrorKind, mut other: Self) -> Self { in append() functions
|
| /third_party/rust/crates/rust-openssl/openssl/src/x509/ |
| H A D | extension.rs | 552 fn append(value: &mut String, first: &mut bool, should: bool, element: &str) { append() functions [all...] |
| /third_party/vk-gl-cts/scripts/khr_util/ |
| H A D | registry.py | 91 def append(self, item): member in Index
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| H A D | FindPreciseNodes.cpp | 54 void append(const AccessChain &other) in append() function in sh::__anon19885::AccessChain
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | string.h | 573 basic_string& append(size_type count, value_type a) in append() function in basic_string 595 basic_string& append(const_pointer const a) in append() function in basic_string 600 basic_string& append(const_pointer const str, size_type count) in append() function in basic_string 634 basic_string& append(const string_view& b) in append() function in basic_string 639 basic_string& append(const string_view& b, size_type pos) in append() function in basic_string 646 basic_string& append(const string_view& b, size_type pos, size_type count) append() function in basic_string [all...] |
| H A D | vector.h | 664 void append(size_type count, const T& value) in append() function in vector 685 void append(InputIt first, InputIt last) in append() function in vector 705 void append(const_pointer first, const_pointer last) in append() function in vector
|
| /kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
| H A D | p80211metastruct.h | 83 struct p80211item_uint32 append; member
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-ftrace.c | 84 static int __write_tracing_file(const char *name, const char *val, bool append) in __write_tracing_file() argument
|
| /kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
| H A D | p80211metastruct.h | 62 struct p80211item_uint32 append; member
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | test_printf.c | 613 bool append = false; in page_flags_test() local
|