/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | ByteBuffer.java | 182 public void append(byte b) in append() method in ByteBuffer 196 public void append(byte[] bytes, int offset, int len) in append() method in ByteBuffer 208 public void append(byte[] bytes) in append() method in ByteBuffer 218 public void append(ByteBuffer anotherBuffer) in append() method in ByteBuffer
|
/aosp_15_r20/external/apache-http/src/org/apache/http/util/ |
H A D | ByteArrayBuffer.java | 67 public void append(final byte[] b, int off, int len) { in append() method in ByteArrayBuffer 86 public void append(int b) { in append() method in ByteArrayBuffer 95 public void append(final char[] b, int off, int len) { in append() method in ByteArrayBuffer 117 public void append(final CharArrayBuffer b, int off, int len) { in append() method in ByteArrayBuffer
|
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/ |
H A D | LineWrapper.java | 61 void append(String s) throws IOException { in append() method in LineWrapper 153 @Override public Appendable append(CharSequence csq) throws IOException { in append() method in LineWrapper.RecordingAppendable 161 @Override public Appendable append(CharSequence csq, int start, int end) throws IOException { in append() method in LineWrapper.RecordingAppendable 166 @Override public Appendable append(char c) throws IOException { in append() method in LineWrapper.RecordingAppendable
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 74 void append(in_iter S, in_iter E) { in append() function 78 void append(size_t NumInputs, char Elt) { in append() function 84 void append(StringRef RHS) { in append() function 89 void append(const SmallVectorImpl<char> &RHS) { in append() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 74 void append(in_iter S, in_iter E) { in append() function 78 void append(size_t NumInputs, char Elt) { in append() function 83 void append(StringRef RHS) { in append() function 88 void append(const SmallVectorImpl<char> &RHS) { in append() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | SmallString.h | 75 void append(in_iter S, in_iter E) { in append() function 79 void append(size_t NumInputs, char Elt) { in append() function 84 void append(StringRef RHS) { in append() function 89 void append(const SmallVectorImpl<char> &RHS) { in append() function
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
H A D | OpenMapRealVector.java | 251 public OpenMapRealVector append(OpenMapRealVector v) { in append() method in OpenMapRealVector 262 public OpenMapRealVector append(RealVector v) { in append() method in OpenMapRealVector 270 public OpenMapRealVector append(double d) { in append() method in OpenMapRealVector 277 public OpenMapRealVector append(double[] a) { in append() method in OpenMapRealVector
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex34/kotlin_headers/ |
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/linux_glibc_common/kotlin_headers/ |
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_apex30/kotlin_headers/ |
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/kotlin_headers/ |
D | kotlinx_atomicfu.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__android_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex33/kotlin_headers/ |
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/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Appendable.java | 71 Appendable append(CharSequence csq) throws IOException; in append() method 107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() method 120 Appendable append(char c) throws IOException; in append() method
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/format/ |
H A D | MockIOExceptionAppendable.java | 69 public Appendable append(CharSequence csq) throws IOException { in append() method in MockIOExceptionAppendable 73 public Appendable append(char c) throws IOException { in append() method in MockIOExceptionAppendable 77 public Appendable append(CharSequence csq, int start, int end) in append() method in MockIOExceptionAppendable
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Appendable.java | 71 Appendable append(CharSequence csq) throws IOException; in append() method 107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() method 120 Appendable append(char c) throws IOException; in append() method
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/format/ |
H A D | MockIOExceptionAppendable.java | 41 public Appendable append(CharSequence csq) throws IOException { in append() method in MockIOExceptionAppendable 45 public Appendable append(char c) throws IOException { in append() method in MockIOExceptionAppendable 49 public Appendable append(CharSequence csq, int start, int end) in append() method in MockIOExceptionAppendable
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/2/libcore/ojluni/src/main/java/java/lang/ |
D | Appendable.java | 71 Appendable append(CharSequence csq) throws IOException; in append() method 107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() method 120 Appendable append(char c) throws IOException; in append() method
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Appendable.annotated.java | 34 @libcore.util.NonNull public java.lang.Appendable append(@libcore.util.Nullable java.lang.CharSeque… in append() method 36 @libcore.util.NonNull public java.lang.Appendable append(@libcore.util.Nullable java.lang.CharSeque… in append() method 38 @libcore.util.NonNull public java.lang.Appendable append(char c) throws java.io.IOException; in append() method
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/output/ |
H A D | NullAppendable.java | 43 public Appendable append(final char c) throws IOException { in append() method in NullAppendable 48 public Appendable append(final CharSequence csq) throws IOException { in append() method in NullAppendable 53 …public Appendable append(final CharSequence csq, final int start, final int end) throws IOExceptio… in append() method in NullAppendable
|
H A D | UncheckedAppendable.java | 47 UncheckedAppendable append(char c); in append() method 53 UncheckedAppendable append(CharSequence csq); in append() method 60 UncheckedAppendable append(CharSequence csq, int start, int end); in append() method
|
H A D | UncheckedAppendableImpl.java | 43 public UncheckedAppendable append(final char c) { in append() method in UncheckedAppendableImpl 49 public UncheckedAppendable append(final CharSequence csq) { in append() method in UncheckedAppendableImpl 55 public UncheckedAppendable append(final CharSequence csq, final int start, final int end) { in append() method in UncheckedAppendableImpl
|
/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
H A D | Encoder.java | 557 private void append(byte[] v) { in append() method in Encoder 562 private void append(short[] v) { in append() method in Encoder 567 private void append(int[] v) { in append() method in Encoder 572 private void append(float[] v) { in append() method in Encoder 577 private void append(double[] v) { in append() method in Encoder 582 private void append(long[] v) { in append() method in Encoder
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | dePoolString.cpp | 38 void PoolString::append(const char *str) in append() function in de::PoolString 47 void PoolString::append(const std::string &str) in append() function in de::PoolString 55 void PoolString::append(const PoolString &str) in append() function in de::PoolString
|
/aosp_15_r20/hardware/google/pixel/perfstatsd/include/ |
D | statstype.h | 43 void append(StatsData &&data) { in append() function 47 void append(std::chrono::system_clock::time_point &time, std::string &content) { in append() function 53 void append(std::string &content) { in append() function
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/logging/ |
D | FileHandler.java | 153 private boolean append; field in FileHandler 206 private void open(File fname, boolean append) throws IOException { in open() 316 public FileHandler(String pattern, boolean append) throws IOException, in FileHandler() 392 public FileHandler(String pattern, int limit, int count, boolean append) in FileHandler()
|