/external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/ |
D | EqualsBuilder.java | 332 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/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
|
/external/autotest/ |
D | ssp_deploy_config.json | 5 "append": true, boolean 11 "append": false, boolean 17 "append": false, boolean 23 "append": false, boolean
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GapString.java | 126 public GapString append(boolean x) { in append() method in GapString 130 public GapString append(char x) { in append() method in GapString 134 public GapString append(char[] x) { in append() method in GapString 138 public GapString append(char[] x, int start, int end) { in append() method in GapString 142 public GapString append(double x) { in append() method in GapString 146 public GapString append(float x) { in append() method in GapString 150 public GapString append(int x) { in append() method in GapString 154 public GapString append(CharSequence x, int start, int end) { in append() method in GapString 158 public GapString append(Object x) { in append() method in GapString 162 public GapString append(long x) { in append() method in GapString [all …]
|
/external/apache-http/src/org/apache/http/util/ |
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
|
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
|
/external/catch2/include/internal/ |
D | catch_meta.hpp | 26 struct append< L1<E1...>, L2<E2...> > { struct 27 using type = L1<E1..., E2...>; 36 struct append< L1<E1...>, L2<E2...>, Rest...> { struct 37 using type = typename append< L1<E1..., E2...>, Rest... >::type;
|
/external/deqp/framework/delibs/decpp/ |
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
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Quoter.java | 35 public Quoter append(String string) { in append() method in Quoter 40 public Quoter append(int codepoint) { in append() method in Quoter 64 public Quoter append(String s) { in append() method in Quoter.RuleQuoter
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
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
|
/external/webrtc/webrtc/base/ |
D | pathutils.h | 125 inline bool FinishPath(Pathname& path, bool create, const std::string& append) { in FinishPath() 135 const std::string& append) { in GetTemporaryFolder() 143 const std::string& append) { in GetAppDataFolder()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | IndentingAppendable.java | 37 public Appendable append(CharSequence csq) throws IOException { in append() method in IndentingAppendable 42 public Appendable append(CharSequence csq, int start, int end) throws IOException { in append() method in IndentingAppendable 56 public Appendable append(char c) throws IOException { in append() method in IndentingAppendable
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | AppendableWriterTest.java | 37 @Override public Appendable append(CharSequence csq) { in append() method in AppendableWriterTest.SpyAppendable 42 @Override public Appendable append(char c) { in append() method in AppendableWriterTest.SpyAppendable 47 @Override public Appendable append(CharSequence csq, int start, int end) { in append() method in AppendableWriterTest.SpyAppendable
|
/external/guava/guava/src/com/google/common/io/ |
D | AppendableWriter.java | 97 @Override public Writer append(char c) throws IOException { in append() method in AppendableWriter 103 @Override public Writer append(@Nullable CharSequence charSeq) throws IOException { in append() method in AppendableWriter 109 @Override public Writer append(@Nullable CharSequence charSeq, int start, int end) in append() method in AppendableWriter
|
/external/icu/icu4c/source/common/ |
D | unistrappender.h | 48 inline void append(UChar x) { in append() function 56 inline void append(UChar32 x) { in append() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
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
|
/external/llvm/include/llvm/ADT/ |
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
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | StringDescription.java | 39 protected void append(String str) { in append() method in StringDescription 48 protected void append(char c) { in append() method in StringDescription
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | FileAppender.java | 26 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()
|
/external/jline/src/src/test/java/jline/ |
D | JLineTestCase.java | 120 public Buffer append(String str) { in append() method in JLineTestCase.Buffer 130 public Buffer append(int i) { in append() method in JLineTestCase.Buffer 134 public Buffer append(byte b) { in append() method in JLineTestCase.Buffer
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
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 …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
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
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
D | HtmlWhiteSpaceStripper.java | 111 public Appendable append(CharSequence csq) throws IOException { in append() method in HtmlWhiteSpaceStripper 116 public Appendable append(CharSequence csq, int start, int end) throws IOException { in append() method in HtmlWhiteSpaceStripper 124 public Appendable append(char c) throws IOException { in append() method in HtmlWhiteSpaceStripper
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | DumpTask.java | 38 private boolean append = true; field in DumpTask 91 public void setAppend(final boolean append) { in setAppend()
|