| /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...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | listformatter.cpp | 579 void append(const SimpleFormatter& pattern, const UnicodeString& next, int32_t position, UErrorCode& status) { in append() function in __anon3334::FormattedListBuilder [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | listformatter.cpp | 572 void append(const SimpleFormatter& pattern, const UnicodeString& next, int32_t position, UErrorCode& status) { in append() function in __anon11985::FormattedListBuilder [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console-message.cc | 93 bool append(v8::Local<v8::Value> value, unsigned ignoreOptions = 0) { in append() function in v8_inspector::__anon14703::V8ValueStringBuilder 133 bool append(v8::Local<v8::Array> array) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder 157 bool append(v8::Local<v8::Symbol> symbol) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder 164 bool append(v8::Local<v8::BigInt> bigint) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder 173 bool append(v8::Local<v8::String> string) { append() function in v8_inspector::__anon14703::V8ValueStringBuilder [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 871 void append(const RegsForValue &RHS) { in append() function
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.h | 218 void append(SkArenaAlloc* alloc, SkPoint a, SkPoint b, SkPoint c, int winding) { in append() function in GrTriangulator::BreadcrumbTriangleList 303 void append(Vertex* v) { insert(v, fTail, nullptr); } in append() function 304 void append(const VertexList& list) { in append() function 441 void append(Edge* e) { insert(e, fTail, nullptr); } in append() function
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | listformatter.cpp | 579 void append(const SimpleFormatter& pattern, const UnicodeString& next, int32_t position, UErrorCode& status) { in append() function in __anon21210::FormattedListBuilder [all...] |
| /third_party/python/Lib/ |
| H A D | configparser.py | 336 def append(self, lineno, line): member in ParsingError [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 589 const auto append = [this](StringRef str) { in makeName() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | SmallVector.h | 392 void append(in_iter in_start, in_iter in_end) { in append() function in llvm::SmallVectorImpl 404 void append(size_type NumInputs, const T &Elt) { in append() function in llvm::SmallVectorImpl 414 void append(std::initializer_list<T> IL) { in append() function in llvm::SmallVectorImpl [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 212 void HexagonShuffler::append(MCInst const &ID, MCInst const *Extender, in append() function in HexagonShuffler
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 387 void append(in_iter in_start, in_iter in_end) { in append() function in llvm::SmallVectorImpl 397 void append(size_type NumInputs, const T &Elt) { in append() function in llvm::SmallVectorImpl 405 void append(std::initializer_list<T> IL) { in append() function in llvm::SmallVectorImpl [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 585 MIBundleBuilder &append(MachineInstr *MI) { in append() function in llvm::MIBundleBuilder
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | well_known_types.py | 818 def append(self, value): member in ListValue
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | parse_context.h | 295 const char* AppendSize(const char* ptr, int size, const A& append) { in AppendSize() argument 321 const char* AppendUntilEnd(const char* ptr, const A& append) { in AppendUntilEnd() argument
|