Home
last modified time | relevance | path

Searched defs:append (Results 151 – 175 of 3254) sorted by relevance

12345678910>>...131

/aosp_15_r20/external/python/cpython2/Lib/xml/etree/
DElementTree.py300 def append(self, element): member in Element
1230 def handler(tag, attrib_in, event=event, append=append, argument
1235 def handler(tag, attrib_in, event=event, append=append, argument
1240 def handler(tag, event=event, append=append, argument
1245 def handler(prefix, uri, event=event, append=append): argument
1253 def handler(prefix, event=event, append=append): argument
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java330 public synchronized PrintStream append(char c) { in append() method in LoggingPrintStream
336 public synchronized PrintStream append(CharSequence csq) { in append() method in LoggingPrintStream
343 public synchronized PrintStream append( in append() method in LoggingPrintStream
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Derror.rs23 fn append(input: I, kind: ErrorKind, other: Self) -> Self; in append() method
77 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() method
108 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() method
124 fn append(_: I, _: ErrorKind, _: Self) -> Self {} in append() method
179 fn append(input: I, kind: ErrorKind, mut other: Self) -> Self { in append() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Derror.rs23 fn append(input: I, kind: ErrorKind, other: Self) -> Self; in append() method
77 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() method
108 fn append(_: I, _: ErrorKind, other: Self) -> Self { in append() method
124 fn append(_: I, _: ErrorKind, _: Self) -> Self {} in append() method
179 fn append(input: I, kind: ErrorKind, mut other: Self) -> Self { in append() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/compatui/letterbox/
DLetterboxUtilsKt.java15 …android.wm.shell.compatui.letterbox.LetterboxController append(@org.jetbrains.annotations.NotNull() in append() method in LetterboxUtilsKt
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs197 fn append(self, input: &I, kind: ErrorKind) -> Self { in append() method
290 fn append(self, input: &I, kind: ErrorKind) -> Self; in append() method
394 fn append(self, _: &I, _: ErrorKind) -> Self { in append() method
467 fn append(self, _: &I, _: ErrorKind) -> Self {} in append() method
554 fn append(self, _input: &I, _kind: ErrorKind) -> Self { in append() method
870 fn append(self, input: &I, kind: ErrorKind) -> Self { in append() function
1095 fn append(mut self, input: &I, kind: ErrorKind) -> Self { in append() method
1191 fn append(self, _: &I, _: ErrorKind) -> Self { in append() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/
H A DCharBuffer.java171 public java.nio.CharBuffer append(java.lang.CharSequence csq) { in append() method in CharBuffer
175 public java.nio.CharBuffer append(java.lang.CharSequence csq, int start, int end) { in append() method in CharBuffer
179 public java.nio.CharBuffer append(char c) { in append() method in CharBuffer
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dunistrappender.h48 inline void append(char16_t x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dunistrappender.h48 inline void append(char16_t x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpStringBuffer.h62 inline void MtpStringBuffer::append(const char* other) { in append() function
66 inline void MtpStringBuffer::append(MtpStringBuffer &other) { in append() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dunistrappender.h48 inline void append(char16_t x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/io/
H A DPrintWriter.annotated.java124 @libcore.util.NonNull public java.io.PrintWriter append(@libcore.util.Nullable java.lang.CharSequen… in append() method in PrintWriter
126 @libcore.util.NonNull public java.io.PrintWriter append(@libcore.util.Nullable java.lang.CharSequen… in append() method in PrintWriter
128 @libcore.util.NonNull public java.io.PrintWriter append(char c) { throw new RuntimeException("Stub!… in append() method in PrintWriter
/aosp_15_r20/external/pigweed/pw_bytes/
H A Dbyte_builder.cc19 ByteBuilder& ByteBuilder::append(size_t count, std::byte b) { in append() function in pw::ByteBuilder
25 ByteBuilder& ByteBuilder::append(const void* bytes, size_t count) { in append() function in pw::ByteBuilder
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidGlobal.cpp23 bool HidGlobal::append(const HidItem &i) { in append() function in HidUtil::HidGlobal
95 bool HidGlobalStack::append(const HidItem &i) { in append() function in HidUtil::HidGlobalStack
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java1045 public void append(char value) { in append() method in DoubleMetaphone.DoubleMetaphoneResult
1050 public void append(char primary, char alternate) { in append() method in DoubleMetaphone.DoubleMetaphoneResult
1067 public void append(String value) { in append() method in DoubleMetaphone.DoubleMetaphoneResult
1072 public void append(String primary, String alternate) { in append() method in DoubleMetaphone.DoubleMetaphoneResult
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DStringDescription.java39 protected void append(String str) { in append() method in StringDescription
48 protected void append(char c) { in append() method in StringDescription
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DCappedStringBuilder.java45 public CappedStringBuilder append(char ch) { in append() method in CappedStringBuilder
52 public CappedStringBuilder append(String s) { in append() method in CappedStringBuilder
/aosp_15_r20/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DFileAppender.java26 public FileAppender(Layout layout, String filename, boolean append) { in FileAppender()
29 …public FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int buffer… in FileAppender()
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/
H A DCharBuffer.annotated.java137 public java.nio.CharBuffer append(java.lang.CharSequence csq) { throw new RuntimeException("Stub!")… in append() method in CharBuffer
139 public java.nio.CharBuffer append(java.lang.CharSequence csq, int start, int end) { throw new Runti… in append() method in CharBuffer
141 public java.nio.CharBuffer append(char c) { throw new RuntimeException("Stub!"); } in append() method in CharBuffer
/aosp_15_r20/libcore/xml/src/main/java/com/android/org/kxml2/io/
H A DKXmlSerializer.java52 private void append(char c) throws IOException { in append() method in KXmlSerializer
59 private void append(String str, int i, int length) throws IOException { in append() method in KXmlSerializer
92 private void append(String str) throws IOException { in append() method in KXmlSerializer
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/util/
DIndentingStringBuilder.java66 public IndentingStringBuilder append(@NonNull String str) { in append() method in IndentingStringBuilder
79 public IndentingStringBuilder append(@NonNull Object obj) { in append() method in IndentingStringBuilder

12345678910>>...131