Home
last modified time | relevance | path

Searched defs:append (Results 201 - 225 of 266) sorted by relevance

1234567891011

/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp3445 Value& Value::append(const Value& value) { return (*this)[size()] = value; } in append() function in Value
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h4622 UnicodeString::append(const UnicodeString& srcText, append() function in UnicodeString
4628 UnicodeString::append(const UnicodeString& srcText) append() function in UnicodeString
4632 UnicodeString::append(const char16_t *srcChars, append() function in UnicodeString
4638 UnicodeString::append(ConstChar16Ptr srcChars, append() function in UnicodeString
4643 UnicodeString::append(char16_t srcChar) append() function in UnicodeString
[all...]
/third_party/python/Lib/
H A Dimaplib.py394 def append(self, mailbox, flags, date_time, message): member in IMAP4
/third_party/python/Lib/xml/etree/
H A DElementTree.py236 def append(self, subelement): member in Element
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Ddemangle.cc159 unsigned int append : 1; // Append flag. member
[all...]
/third_party/ffmpeg/
H A Dconfigure884 append(){ function
[all...]
/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c1565 save_bits(WMAProDecodeCtx *s, GetBitContext* gb, int len, int append) save_bits() argument
H A Dwmalosslessdec.c1141 save_bits(WmallDecodeCtx *s, GetBitContext* gb, int len, int append) save_bits() argument
/third_party/curl/lib/
H A Dftp.c1545 bool append = data->set.remote_append; in ftp_state_ul_setup() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java174 public void append(int c, int cc) { append() method in Normalizer2Impl.ReorderingBuffer
185 public void append(CharSequence s, int start, int limit, boolean isNFD, append() method in Normalizer2Impl.ReorderingBuffer
222 public ReorderingBuffer append(char c) { append() method in Normalizer2Impl.ReorderingBuffer
234 public ReorderingBuffer append(CharSequence s) { append() method in Normalizer2Impl.ReorderingBuffer
243 public ReorderingBuffer append(CharSequence s, int start, int limit) { append() method in Normalizer2Impl.ReorderingBuffer
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java633 private static void append(Appendable app, CharSequence s) { in append() method in UnicodeSet
[all...]
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h164 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() function in ReorderingBuffer
H A Dunistr.cpp1387 UnicodeString::append(UChar32 srcChar) { in append() function in UnicodeString
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java180 public void append(int c, int cc) { append() method in Normalizer2Impl.ReorderingBuffer
191 public void append(CharSequence s, int start, int limit, boolean isNFD, append() method in Normalizer2Impl.ReorderingBuffer
228 public ReorderingBuffer append(char c) { append() method in Normalizer2Impl.ReorderingBuffer
240 public ReorderingBuffer append(CharSequence s) { append() method in Normalizer2Impl.ReorderingBuffer
249 public ReorderingBuffer append(CharSequence s, int start, int limit) { append() method in Normalizer2Impl.ReorderingBuffer
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java610 private static void append(Appendable app, CharSequence s) { in append() method in UnicodeSet
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp193 void append(const UnicodeString& s) { in append() function in AppendableWrapper
197 void append(const UChar* s, const int32_t sLength) { in append() function in AppendableWrapper
201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() function in AppendableWrapper
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument
948 zipOpen(const char* pathname, int append) zipOpen() argument
953 zipOpen64(const void* pathname, int append) zipOpen64() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h164 UBool append(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in append() function in ReorderingBuffer
H A Dunistr.cpp1429 UnicodeString::append(UChar32 srcChar) { in append() function in UnicodeString
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp456 void append(uint32_t value, int size) in append() function
496 void append(OutputBitVector &v, int size) in append() function
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp193 void append(const UnicodeString& s) { in append() function in AppendableWrapper
197 void append(const char16_t* s, const int32_t sLength) { in append() function in AppendableWrapper
201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() function in AppendableWrapper
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1037 void SetMonkey::append(UnicodeStrin function in SetMonkey
1075 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) append() function in StringSetMonkey
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1205 void append(MachineBasicBlock *dst) { in precomputeTriangleChains() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1091 DIExpression *DIExpression::append(const DIExpression *Expr, in append() function in DIExpression
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp1555 void InternalformatTests::append(std::vector<Data>& dataVector, const Data (&dataArray)[Size]) in append() function in glcts::InternalformatTests
[all...]

Completed in 64 milliseconds

1234567891011