| /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/autotest/ |
| D | ssp_deploy_config.json | 5 "append": true, boolean 11 "append": false, boolean 17 "append": false, boolean 23 "append": false, boolean
|
| /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/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/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/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/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/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
|
| D | charstr.h | 81 CharString &append(StringPiece s, UErrorCode &errorCode) { in append() function 84 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
|
| /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/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/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/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/icu/icu4c/source/i18n/ |
| D | pluralaffix.cpp | 48 PluralAffix::append( in append() function in PluralAffix 58 PluralAffix::append( in append() function in PluralAffix 68 PluralAffix::append( in append() function in PluralAffix
|
| /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-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/llvm/cmake/modules/ |
| D | HandleLLVMStdlib.cmake | 9 function(append value) function
|
| /external/r8/src/main/java/com/android/tools/r8/utils/ |
| D | CfgPrinter.java | 54 public CfgPrinter append(int i) { in append() method in CfgPrinter 59 public CfgPrinter append(String string) { in append() method in CfgPrinter
|
| /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()
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowSpannableStringBuilder.java | 24 public SpannableStringBuilder append(char text) { in append() method in ShadowSpannableStringBuilder 42 public SpannableStringBuilder append(CharSequence text) { in append() method in ShadowSpannableStringBuilder
|
| /external/swiftshader/third_party/PowerVR_SDK/Tools/ |
| D | PVRTStringHash.cpp | 57 CPVRTStringHash& CPVRTStringHash::append(const char* _Ptr) in append() function in CPVRTStringHash 70 CPVRTStringHash& CPVRTStringHash::append(const CPVRTString& _Str) in append() function in CPVRTStringHash
|