Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/
DEqualsBuilder.java332 public EqualsBuilder append(Object lhs, Object rhs) { in append() method in EqualsBuilder
391 public EqualsBuilder append(long lhs, long rhs) { in append() method in EqualsBuilder
403 public EqualsBuilder append(int lhs, int rhs) { in append() method in EqualsBuilder
415 public EqualsBuilder append(short lhs, short rhs) { in append() method in EqualsBuilder
427 public EqualsBuilder append(char lhs, char rhs) { in append() method in EqualsBuilder
439 public EqualsBuilder append(byte lhs, byte rhs) { in append() method in EqualsBuilder
457 public EqualsBuilder append(double lhs, double rhs) { in append() method in EqualsBuilder
477 public EqualsBuilder append(float lhs, float rhs) { in append() method in EqualsBuilder
491 public EqualsBuilder append(boolean lhs, boolean rhs) { in append() method in EqualsBuilder
506 public EqualsBuilder append(Object[] lhs, Object[] rhs) { in append() method in EqualsBuilder
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInfoSink.cpp41 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
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInfoSink.cpp41 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
/external/cldr/tools/java/org/unicode/cldr/draft/
DGapString.java130 public GapString append(boolean x) { in append() method in GapString
134 public GapString append(char x) { in append() method in GapString
138 public GapString append(char[] x) { in append() method in GapString
142 public GapString append(char[] x, int start, int end) { in append() method in GapString
146 public GapString append(double x) { in append() method in GapString
150 public GapString append(float x) { in append() method in GapString
154 public GapString append(int x) { in append() method in GapString
158 public GapString append(CharSequence x, int start, int end) { in append() method in GapString
162 public GapString append(Object x) { in append() method in GapString
166 public GapString append(long x) { in append() method in GapString
[all …]
/external/apache-http/src/org/apache/http/util/
DCharArrayBuffer.java69 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
DByteArrayBuffer.java67 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
/external/autotest/
Dssp_deploy_config.json5 "append": true, boolean
11 "append": false, boolean
17 "append": false, boolean
23 "append": false, boolean
/external/pigweed/pw_string/
Dstring_builder.cc31 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(const std::string_view& str) { in append() function in pw::StringBuilder
54 StringBuilder& StringBuilder::append(const std::string_view& str, in append() function in pw::StringBuilder
/external/deqp/framework/delibs/decpp/
DdePoolString.cpp38 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
/external/cldr/tools/java/org/unicode/cldr/util/
DQuoter.java35 public Quoter append(String string) { in append() method in Quoter
40 public Quoter append(int codepoint) { in append() method in Quoter
67 public Quoter append(String s) { in append() method in Quoter.RuleQuoter
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DByteBuffer.java182 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
/external/llvm-project/llvm/include/llvm/ADT/
DSmallString.h86 void append(in_iter S, in_iter E) { in append() function
90 void append(size_t NumInputs, char Elt) { in append() function
95 void append(StringRef RHS) { in append() function
100 void append(const SmallVectorImpl<char> &RHS) { in append() function
105 void append(std::initializer_list<StringRef> Refs) { in append() function
/external/javapoet/src/main/java/com/squareup/javapoet/
DLineWrapper.java61 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
/external/guava/android/guava-tests/test/com/google/common/io/
DAppendableWriterTest.java38 public Appendable append(CharSequence csq) { in append() method in AppendableWriterTest.SpyAppendable
44 public Appendable append(char c) { in append() method in AppendableWriterTest.SpyAppendable
50 public Appendable append(CharSequence csq, int start, int end) { in append() method in AppendableWriterTest.SpyAppendable
/external/guava/guava-tests/test/com/google/common/io/
DAppendableWriterTest.java38 public Appendable append(CharSequence csq) { in append() method in AppendableWriterTest.SpyAppendable
44 public Appendable append(char c) { in append() method in AppendableWriterTest.SpyAppendable
50 public Appendable append(CharSequence csq, int start, int end) { in append() method in AppendableWriterTest.SpyAppendable
/external/guava/android/guava/src/com/google/common/io/
DAppendableWriter.java100 public Writer append(char c) throws IOException { in append() method in AppendableWriter
107 public Writer append(@NullableDecl CharSequence charSeq) throws IOException { in append() method in AppendableWriter
114 public Writer append(@NullableDecl CharSequence charSeq, int start, int end) throws IOException { in append() method in AppendableWriter
/external/guava/guava/src/com/google/common/io/
DAppendableWriter.java100 public Writer append(char c) throws IOException { in append() method in AppendableWriter
107 public Writer append(@Nullable CharSequence charSeq) throws IOException { in append() method in AppendableWriter
114 public Writer append(@Nullable CharSequence charSeq, int start, int end) throws IOException { in append() method in AppendableWriter
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h75 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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h74 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
/external/llvm/include/llvm/ADT/
DSmallString.h74 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
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DSegmentedStringWriter.java32 public Writer append(char c) { in append() method in SegmentedStringWriter
38 public Writer append(CharSequence csq) { in append() method in SegmentedStringWriter
45 public Writer append(CharSequence csq, int start, int end) { in append() method in SegmentedStringWriter
/external/icu/icu4c/source/common/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
/external/icu/libicu/cts_headers/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
/external/pigweed/pw_bytes/
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
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionList.java229 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 …]

12345678910>>...23