Home
last modified time | relevance | path

Searched defs:append (Results 176 - 200 of 346) sorted by relevance

12345678910>>...14

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java206 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 DLocaleIDParser.java82 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 Dntfs-3g_common.c141 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 Dmemchunk.h160 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 Dunicodetext.cc170 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 Dsocketserver.py643 def append(self, thread): member in _Threads
665 def append(self, thread): member in _NoThreads
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.cpp367 void Tessellator::append(GrQuad* deviceQuad, GrQuad* localQuad, in append() function in skgpu::v1::QuadPerEdgeAA::Tessellator
/third_party/skia/src/core/
H A DSkRasterPipeline.h213 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 DShader.cpp1474 void Shader::append(Instruction *instruction) in append() function in sw::Shader
/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp294 void SkPDFArray::append(SkPDFUnion&& value) { in append() function in SkPDFArray
[all...]
/third_party/skia/tools/flags/
H A DCommandLineFlags.h165 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 Dsed.c257 struct append { in sed_line() struct
261 } *append = 0; in sed_line() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DliteralTypes2.js342 function append(a, x) { function
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp204 static void append(char** dst, size_t* count, const char* src, size_t n) { in append() function
/third_party/skia/include/core/
H A DSkString.h202 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 Derror.rs23 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 Dextension.rs552 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 Dregistry.py91 def append(self, item): member in Index
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp54 void append(const AccessChain &other) in append() function in sh::__anon19885::AccessChain
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h573 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 Dvector.h664 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 Dp80211metastruct.h83 struct p80211item_uint32 append; member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-ftrace.c84 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 Dp80211metastruct.h62 struct p80211item_uint32 append; member
/kernel/linux/linux-6.6/lib/
H A Dtest_printf.c613 bool append = false; in page_flags_test() local

Completed in 24 milliseconds

12345678910>>...14