/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/ |
H A D | Trace.kt | 35 override fun append(event: Any) = trace.append("$name.$event") in format() method in kotlinx.atomicfu.NamedTrace 37 override fun append(event1: Any, event2: Any) = trace.append("$name.$event1", "$name.$event2") in format() method in kotlinx.atomicfu.NamedTrace 39 override fun append(event1: Any, event2: Any, event3: Any) = in format() method in kotlinx.atomicfu.NamedTrace 42 override fun append(event1: Any, event2: Any, event3: Any, event4: Any) = in format() method in kotlinx.atomicfu.NamedTrace 55 override fun append(event: Any) { in append() method 60 override fun append(event1: Any, event2: Any) { in append() method 66 override fun append(event1: Any, event2: Any, event3: Any) { in append() method 73 override fun append(event1: Any, event2: Any, event3: Any, event4: Any) { in append() method
|
/aosp_15_r20/external/apache-http/src/org/apache/http/util/ |
H A D | CharArrayBuffer.java | 69 public void append(final char[] b, int off, int len) { in append() method in CharArrayBuffer 88 public void append(String str) { in append() method in CharArrayBuffer 101 public void append(final CharArrayBuffer b, int off, int len) { in append() method in CharArrayBuffer 108 public void append(final CharArrayBuffer b) { in append() method in CharArrayBuffer 115 public void append(char ch) { in append() method in CharArrayBuffer 124 public void append(final byte[] b, int off, int len) { in append() method in CharArrayBuffer 150 public void append(final ByteArrayBuffer b, int off, int len) { in append() method in CharArrayBuffer 157 public void append(final Object obj) { in append() method in CharArrayBuffer
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ |
H A D | StrBuilder.java | 517 public StrBuilder append(final Object obj) { in append() method in StrBuilder 536 public StrBuilder append(final CharSequence seq) { in append() method in StrBuilder 566 public StrBuilder append(final CharSequence seq, final int startIndex, final int length) { in append() method in StrBuilder 580 public StrBuilder append(final String str) { in append() method in StrBuilder 604 public StrBuilder append(final String str, final int startIndex, final int length) { in append() method in StrBuilder 632 public StrBuilder append(final String format, final Object... objs) { in append() method in StrBuilder 644 public StrBuilder append(final CharBuffer buf) { in append() method in StrBuilder 670 public StrBuilder append(final CharBuffer buf, final int startIndex, final int length) { in append() method in StrBuilder 699 public StrBuilder append(final StringBuffer str) { in append() method in StrBuilder 722 public StrBuilder append(final StringBuffer str, final int startIndex, final int length) { in append() method in StrBuilder [all …]
|
H A D | FormattableUtils.java | 82 …public static Formatter append(final CharSequence seq, final Formatter formatter, final int flags,… in append() method in FormattableUtils 99 …public static Formatter append(final CharSequence seq, final Formatter formatter, final int flags,… in append() method in FormattableUtils 117 …public static Formatter append(final CharSequence seq, final Formatter formatter, final int flags,… in append() method in FormattableUtils 135 …public static Formatter append(final CharSequence seq, final Formatter formatter, final int flags,… in append() method in FormattableUtils
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | InstructionList.java | 229 public InstructionHandle append(final InstructionHandle ih, final InstructionList il) { in append() method in InstructionList 260 public InstructionHandle append(final Instruction i, final InstructionList il) { in append() method in InstructionList 275 public InstructionHandle append(final InstructionList il) { in append() method in InstructionList 298 private void append(final InstructionHandle ih) { in append() method in InstructionList 318 public InstructionHandle append(final Instruction i) { in append() method in InstructionList 331 public BranchHandle append(final BranchInstruction i) { in append() method in InstructionList 346 public InstructionHandle append(final Instruction i, final Instruction j) { in append() method in InstructionList 359 public InstructionHandle append(final Instruction i, final CompoundInstruction c) { in append() method in InstructionList 370 public InstructionHandle append(final CompoundInstruction c) { in append() method in InstructionList 383 public InstructionHandle append(final InstructionHandle ih, final CompoundInstruction c) { in append() method in InstructionList [all …]
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/ |
H A D | Token.java | 271 final void appendTagName(String append) { in appendTagName() 278 final void appendTagName(char append) { in appendTagName() 282 final void appendAttributeName(String append, int startPos, int endPos) { in appendAttributeName() 294 final void appendAttributeName(char append, int startPos, int endPos) { in appendAttributeName() 299 final void appendAttributeValue(String append, int startPos, int endPos) { in appendAttributeValue() 308 final void appendAttributeValue(char append, int startPos, int endPos) { in appendAttributeValue() 418 Comment append(String append) { in append() method in Token.Comment 428 Comment append(char append) { in append() argument
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | Writer.java | 93 public Writer append(char c) throws IOException { in nullWriter() method 99 public Writer append(CharSequence csq) throws IOException { in nullWriter() method 105 public Writer append(CharSequence csq, int start, int end) throws IOException { in nullWriter() method 321 public Writer append(CharSequence csq) throws IOException { in append() method 364 public Writer append(CharSequence csq, int start, int end) throws IOException { in append() method 388 public Writer append(char c) throws IOException { in append() method
|
H A D | FileWriter.java | 81 public FileWriter(String fileName, boolean append) throws IOException { in FileWriter() 112 public FileWriter(File file, boolean append) throws IOException { in FileWriter() 159 public FileWriter(String fileName, Charset charset, boolean append) throws IOException { in FileWriter() 193 public FileWriter(File file, Charset charset, boolean append) throws IOException { in FileWriter()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/ |
D | Writer.java | 93 public Writer append(char c) throws IOException { in nullWriter() method 99 public Writer append(CharSequence csq) throws IOException { in nullWriter() method 105 public Writer append(CharSequence csq, int start, int end) throws IOException { in nullWriter() method 321 public Writer append(CharSequence csq) throws IOException { in append() method 364 public Writer append(CharSequence csq, int start, int end) throws IOException { in append() method 388 public Writer append(char c) throws IOException { in append() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | Writer.java | 93 public Writer append(char c) throws IOException { in nullWriter() method 99 public Writer append(CharSequence csq) throws IOException { in nullWriter() method 105 public Writer append(CharSequence csq, int start, int end) throws IOException { in nullWriter() method 321 public Writer append(CharSequence csq) throws IOException { in append() method 364 public Writer append(CharSequence csq, int start, int end) throws IOException { in append() method 388 public Writer append(char c) throws IOException { in append() method
|
D | FileWriter.java | 81 public FileWriter(String fileName, boolean append) throws IOException { in FileWriter() 112 public FileWriter(File file, boolean append) throws IOException { in FileWriter() 159 public FileWriter(String fileName, Charset charset, boolean append) throws IOException { in FileWriter() 193 public FileWriter(File file, Charset charset, boolean append) throws IOException { in FileWriter()
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/ |
H A D | FileUtils.java | 2478 …public static OutputStream newOutputStream(final File file, final boolean append) throws IOExcepti… in newOutputStream() 2558 …public static FileOutputStream openOutputStream(final File file, final boolean append) throws IOEx… in openOutputStream() 3183 …public static void write(final File file, final CharSequence data, final boolean append) throws IO… in write() 3211 …(final File file, final CharSequence data, final Charset charset, final boolean append) throws IOE… in write() 3242 …nal File file, final CharSequence data, final String charsetName, final boolean append) throws IOE… in write() 3274 …tic void writeByteArrayToFile(final File file, final byte[] data, final boolean append) throws IOE… in writeByteArrayToFile() 3308 …final File file, final byte[] data, final int off, final int len, final boolean append) throws IOE… in writeByteArrayToFile() 3309 try (OutputStream out = newOutputStream(file, append)) { in writeByteArrayToFile() argument 3340 …public static void writeLines(final File file, final Collection<?> lines, final boolean append) th… in writeLines() 3372 …al File file, final Collection<?> lines, final String lineEnding, final boolean append) throws IOE… in writeLines() [all …]
|
/aosp_15_r20/external/pigweed/pw_string/ |
H A D | string_builder.cc | 31 StringBuilder& StringBuilder::append(size_t count, char ch) { in append() function in pw::StringBuilder 37 StringBuilder& StringBuilder::append(const char* str, size_t count) { in append() function in pw::StringBuilder 43 StringBuilder& StringBuilder::append(const char* str) { in append() function in pw::StringBuilder 50 StringBuilder& StringBuilder::append(std::string_view str) { in append() function in pw::StringBuilder 54 StringBuilder& StringBuilder::append(std::string_view str, in append() function in pw::StringBuilder
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | FileOutputStream.java | 38 public FileOutputStream(java.lang.String name, boolean append) in FileOutputStream() 47 public FileOutputStream(java.io.File file, boolean append) in FileOutputStream() 60 private native void open0(java.lang.String name, boolean append) in open0() 63 private void open(java.lang.String name, boolean append) throws java.io.FileNotFoundException { in open() 95 private final boolean append; field in FileOutputStream
|
/aosp_15_r20/external/crosvm/system_api/src/bindings/client/ |
H A D | org_chromium_power_manager.rs | 59 fn append(&self, i: &mut arg::IterAppend) { in append() method 83 fn append(&self, i: &mut arg::IterAppend) { in append() method 107 fn append(&self, i: &mut arg::IterAppend) { in append() method 131 fn append(&self, i: &mut arg::IterAppend) { in append() method 155 fn append(&self, i: &mut arg::IterAppend) { in append() method 179 fn append(&self, i: &mut arg::IterAppend) { in append() method 202 fn append(&self, _: &mut arg::IterAppend) { in append() method 223 fn append(&self, _: &mut arg::IterAppend) { in append() method 245 fn append(&self, i: &mut arg::IterAppend) { in append() method 269 fn append(&self, i: &mut arg::IterAppend) { in append() method [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-lang/apache-commons-lang/android_common_apex33/turbine/ |
D | apache-commons-lang.jar | org/apache/commons/lang3/AnnotationUtils.class
<Unknown>
package org.apache. ... |
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | InfoSink.cpp | 41 void TInfoSinkBase::append(const char* s) in append() function in glslang::TInfoSinkBase 61 void TInfoSinkBase::append(int count, char c) in append() function in glslang::TInfoSinkBase 81 void TInfoSinkBase::append(const TPersistString& t) in append() function in glslang::TInfoSinkBase 97 void TInfoSinkBase::append(const TString& t) in append() function in glslang::TInfoSinkBase
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | InfoSink.cpp | 41 void TInfoSinkBase::append(const char* s) in append() function in glslang::TInfoSinkBase 61 void TInfoSinkBase::append(int count, char c) in append() function in glslang::TInfoSinkBase 81 void TInfoSinkBase::append(const TPersistString& t) in append() function in glslang::TInfoSinkBase 97 void TInfoSinkBase::append(const TString& t) in append() function in glslang::TInfoSinkBase
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/ |
H A D | Trace.common.kt | 74 public open fun append(event: Any) {} in Trace() method in kotlinx.atomicfu.TraceBase 80 public open fun append(event1: Any, event2: Any) {} in Trace() method in kotlinx.atomicfu.TraceBase 86 public open fun append(event1: Any, event2: Any, event3: Any) {} in Trace() method in kotlinx.atomicfu.TraceBase 92 public open fun append(event1: Any, event2: Any, event3: Any, event4: Any) {} in Trace() method in kotlinx.atomicfu.TraceBase
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | GrowingArrayUtils.java | 45 public static <T> T[] append(T[] array, int currentSize, T element) { in append() method in GrowingArrayUtils 63 public static int[] append(int[] array, int currentSize, int element) { in append() method in GrowingArrayUtils 78 public static long[] append(long[] array, int currentSize, long element) { in append() method in GrowingArrayUtils 93 public static boolean[] append(boolean[] array, int currentSize, boolean element) { in append() method in GrowingArrayUtils 108 public static float[] append(float[] array, int currentSize, float element) { in append() method in GrowingArrayUtils
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/ |
H A D | DaggerSuperficialValidation.java | 545 private ValidationException append(XElement element) { in append() method in DaggerSuperficialValidation.ValidationException 553 private ValidationException append(String desc, XType type) { in append() method in DaggerSuperficialValidation.ValidationException 566 private ValidationException append(XExecutableType type) { in append() method in DaggerSuperficialValidation.ValidationException 577 private ValidationException append(XAnnotation annotation) { in append() method in DaggerSuperficialValidation.ValidationException 583 private ValidationException append(String message) { in append() method in DaggerSuperficialValidation.ValidationException 592 private ValidationException append(XAnnotationValue value) { in append() method in DaggerSuperficialValidation.ValidationException
|
/aosp_15_r20/external/autotest/ |
H A D | ssp_deploy_config.json | 5 "append": true, boolean 11 "append": false, boolean 17 "append": false, boolean 23 "append": false, boolean
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/ |
H A D | ECIStringBuilder.java | 46 public void append(char value) { in append() method in ECIStringBuilder 55 public void append(byte value) { in append() method in ECIStringBuilder 64 public void append(String value) { in append() method in ECIStringBuilder 73 public void append(int value) { in append() method in ECIStringBuilder
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/ |
D | FileWriter.java | 81 public FileWriter(String fileName, boolean append) throws IOException { in FileWriter() 112 public FileWriter(File file, boolean append) throws IOException { in FileWriter() 159 public FileWriter(String fileName, Charset charset, boolean append) throws IOException { in FileWriter() 193 public FileWriter(File file, Charset charset, boolean append) throws IOException { in FileWriter()
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | sed.c | 226 struct append { in sed_line() struct 227 struct append *next, *prev; in sed_line() 228 int file; in sed_line() 229 char *str; in sed_line() 230 } *append = 0; in sed_line() local
|