| /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
|
| /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
|
| /third_party/backends/backend/ |
| H A D | mustek_usb_low.h | 119 SANE_Byte append; member
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationIterator.java | 35 void append(long ce) { in append() method in CollationIterator.CEBuffer [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | ListFormatter.java | 609 public FormattedListBuilder append(String compiledPattern, Object next, int position) { in append() method in ListFormatter.FormattedListBuilder
|
| H A D | UTF16.java | 1025 public static StringBuffer append(StringBuffer target, int char32) { in append() method in UTF16 1066 public static int append(char[] target, int limit, int char32) { append() method in UTF16 [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | BytesTrie.java | 555 private void append(byte b) { in append() method in BytesTrie.Entry 559 private void append(byte[] b, int off, int len) { in append() method in BytesTrie.Entry 1033 private static void append(Appendable out, int c) { append() method in BytesTrie [all...] |
| H A D | CharsTrie.java | 974 private static void append(Appendable out, int c) { append() method in CharsTrie [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| H A D | CollationIterator.java | 37 void append(long ce) { in append() method in CollationIterator.CEBuffer [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | ListFormatter.java | 681 public FormattedListBuilder append(String compiledPattern, Object next, int position) { in append() method in ListFormatter.FormattedListBuilder
|
| H A D | UTF16.java | 978 public static StringBuffer append(StringBuffer target, int char32) { in append() method in UTF16 1017 public static int append(char[] target, int limit, int char32) { append() method in UTF16 [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | BytesTrie.java | 524 private void append(byte b) { in append() method in BytesTrie.Entry 528 private void append(byte[] b, int off, int len) { in append() method in BytesTrie.Entry 993 private static void append(Appendable out, int c) { append() method in BytesTrie [all...] |
| H A D | CharsTrie.java | 947 private static void append(Appendable out, int c) { append() method in CharsTrie [all...] |