/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | FormatterTest.java | 65 public Appendable append(CharSequence arg0) throws IOException { in append() method in FormatterTest.MockAppendable 69 public Appendable append(char arg0) throws IOException { in append() method in FormatterTest.MockAppendable 73 public Appendable append(CharSequence arg0, int arg1, int arg2) in append() method in FormatterTest.MockAppendable 106 public Appendable append(char c) throws IOException { in append() method in FormatterTest.MockDestination 116 public Appendable append(CharSequence csq) throws IOException { in append() method in FormatterTest.MockDestination 126 public Appendable append(CharSequence csq, int start, int end) in append() method in FormatterTest.MockDestination
|
/aosp_15_r20/external/skia/include/private/base/ |
H A D | SkTDArray.h | 191 T* append() { in append() function 195 T* append(int count) { in append() function 199 T* append(int count, const T* src) { in append() function
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkTDArray.cpp | 167 void SkTDStorage::append() { in append() function in SkTDStorage 175 void SkTDStorage::append(int count) { in append() function in SkTDStorage 185 void* SkTDStorage::append(const void* src, int count) { in append() function in SkTDStorage
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
H A D | UnicodeEscaper.java | 258 public Appendable append(CharSequence csq) throws IOException { in escape() method 262 public Appendable append(CharSequence csq, int start, int end) throws IOException { in escape() method 336 public Appendable append(char c) throws IOException { in escape() method
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
H A D | SparseFieldVector.java | 173 public FieldVector<T> append(SparseFieldVector<T> v) { in append() method in SparseFieldVector 184 public FieldVector<T> append(FieldVector<T> v) { in append() method in SparseFieldVector 193 public FieldVector<T> append(T d) { in append() method in SparseFieldVector 200 public FieldVector<T> append(T[] a) { in append() method in SparseFieldVector
|
H A D | FieldVector.java | 295 FieldVector<T> append(FieldVector<T> v); in append() method 302 FieldVector<T> append(T d); in append() method 309 FieldVector<T> append(T[] a); in append() method
|
H A D | ArrayFieldVector.java | 664 public FieldVector<T> append(FieldVector<T> v) { in append() method in ArrayFieldVector 677 public ArrayFieldVector<T> append(ArrayFieldVector<T> v) { in append() method in ArrayFieldVector 682 public FieldVector<T> append(T in) { in append() method in ArrayFieldVector 690 public FieldVector<T> append(T[] in) { in append() method in ArrayFieldVector
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/ |
H A D | DexFormattedWriter.java | 449 @Override public Writer append(CharSequence csq) throws IOException { in append() method in DexFormattedWriter 453 @Override public Writer append(CharSequence csq, int start, int end) throws IOException { in append() method in DexFormattedWriter 457 @Override public Writer append(char c) throws IOException { in append() method in DexFormattedWriter
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | path.hpp | 366 path& append(const value_type* ptr) // required in case ptr overlaps *this in append() function in boost::filesystem::path 372 path& append(const value_type* ptr, const codecvt_type&) // required in case ptr overlaps *this in append() function in boost::filesystem::path 905 path& path::append(InputIterator begin, InputIterator end) in append() function in boost::filesystem::path 919 path& path::append(InputIterator begin, InputIterator end, const codecvt_type& cvt) in append() function in boost::filesystem::path 933 path& path::append(Source const& source) in append() function in boost::filesystem::path 945 path& path::append(Source const& source, const codecvt_type& cvt) in append() function in boost::filesystem::path
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/testing/ |
H A D | NullPrintStream.java | 134 public PrintStream append(char c) { in append() method in NullPrintStream 139 public PrintStream append(CharSequence csq) { in append() method in NullPrintStream 144 public PrintStream append(CharSequence csq, int start, int end) { in append() method in NullPrintStream
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | Win32UnicodeString.cpp | 127 void Win32UnicodeString::append(const wchar_t* str) { in append() function in android::base::Win32UnicodeString 131 void Win32UnicodeString::append(const wchar_t* str, size_t len) { in append() function in android::base::Win32UnicodeString 142 void Win32UnicodeString::append(const Win32UnicodeString& other) { in append() function in android::base::Win32UnicodeString
|
/aosp_15_r20/libcore/support/src/test/java/libcore/java/io/ |
H A D | NullPrintStream.java | 62 public PrintStream append(char c) { return this; } in append() method in NullPrintStream 63 public PrintStream append(CharSequence csq) { return this; } in append() method in NullPrintStream 64 public PrintStream append(CharSequence csq, int start, int end) { return this; } in append() method in NullPrintStream
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/ |
H A D | NullPrintStream.java | 136 public PrintStream append(char c) { in append() method in NullPrintStream 141 public PrintStream append(CharSequence csq) { in append() method in NullPrintStream 146 public PrintStream append(CharSequence csq, int start, int end) { in append() method in NullPrintStream
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | AutoGrowArray.java | 89 public void append(byte value) { in append() method in AutoGrowArray.ByteArray 198 public void append(int value) { in append() method in AutoGrowArray.IntArray 307 public void append(float value) { in append() method in AutoGrowArray.FloatArray
|
/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | CharStreams.java | 308 public Writer append(@CheckForNull CharSequence csq) { in append() method in CharStreams.NullWriter 313 public Writer append(@CheckForNull CharSequence csq, int start, int end) { in append() method in CharStreams.NullWriter 319 public Writer append(char c) { in append() method in CharStreams.NullWriter
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | CharStreams.java | 308 public Writer append(@CheckForNull CharSequence csq) { in append() method in CharStreams.NullWriter 313 public Writer append(@CheckForNull CharSequence csq, int start, int end) { in append() method in CharStreams.NullWriter 319 public Writer append(char c) { in append() method in CharStreams.NullWriter
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | Util.kt | 22 override fun append(charSequence: CharSequence) = this in append() method 23 override fun append(charSequence: CharSequence, start: Int, end: Int) = this in append() method 24 override fun append(c: Char) = this in append() method
|
/aosp_15_r20/external/autotest/client/cros/faft/utils/ |
H A D | firmware_updater.py | 432 def extract_shellball(self, append=None): argument 454 def repack_shellball(self, append=None): argument 497 def get_firmwareupdate_command(self, mode, append=None, options=None): argument 538 def run_firmwareupdate(self, mode, append=None, options=None): argument
|
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/ |
H A D | shell_visitor.py | 120 def visit_append(self, append): argument 205 def visit_append(self, append): argument 262 def visit_append(self, append): argument 334 def visit_append(self, append): argument
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex34/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex34__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex30/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex30__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex33/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common_apex33__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/local-javac-header/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common/kotlin/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common__kotlinx_atomicfu. ... |