Home
last modified time | relevance | path

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

12345678910>>...12

/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/autotest/
Dssp_deploy_config.json5 "append": true, boolean
11 "append": false, boolean
17 "append": false, boolean
23 "append": false, boolean
/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/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/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/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DIndentingAppendable.java37 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/
DAppendableWriterTest.java37 @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/
Dpathutils.h125 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/
Dunistrappender.h48 inline void append(UChar x) { in append() function
56 inline void append(UChar32 x) { in append() function
Dcharstr.h81 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/
DAppendableWriter.java97 @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/
DStringDescription.java39 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/
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/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/icu/icu4c/source/i18n/
Dpluralaffix.cpp48 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/
DFileAppender.java26 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/
DJLineTestCase.java120 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/
DOpenMapRealVector.java251 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/
DHtmlWhiteSpaceStripper.java111 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/
DHandleLLVMStdlib.cmake9 function(append value) function
/external/r8/src/main/java/com/android/tools/r8/utils/
DCfgPrinter.java54 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/
DDumpTask.java38 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/
DShadowSpannableStringBuilder.java24 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/
DPVRTStringHash.cpp57 CPVRTStringHash& CPVRTStringHash::append(const char* _Ptr) in append() function in CPVRTStringHash
70 CPVRTStringHash& CPVRTStringHash::append(const CPVRTString& _Str) in append() function in CPVRTStringHash

12345678910>>...12