Home
last modified time | relevance | path

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

12345678910>>...12

/external/mockito/src/org/mockito/internal/matchers/apachecommons/
DEqualsBuilder.java335 public EqualsBuilder append(Object lhs, Object rhs) { in append() method in EqualsBuilder
394 public EqualsBuilder append(long lhs, long rhs) { in append() method in EqualsBuilder
409 public EqualsBuilder append(int lhs, int rhs) { in append() method in EqualsBuilder
424 public EqualsBuilder append(short lhs, short rhs) { in append() method in EqualsBuilder
439 public EqualsBuilder append(char lhs, char rhs) { in append() method in EqualsBuilder
454 public EqualsBuilder append(byte lhs, byte rhs) { in append() method in EqualsBuilder
475 public EqualsBuilder append(double lhs, double rhs) { in append() method in EqualsBuilder
495 public EqualsBuilder append(float lhs, float rhs) { in append() method in EqualsBuilder
509 public EqualsBuilder append(boolean lhs, boolean rhs) { in append() method in EqualsBuilder
527 public EqualsBuilder append(Object[] lhs, Object[] rhs) { in append() method in EqualsBuilder
[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/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/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DQuoter.java31 public Quoter append(String string) { in append() method in Quoter
35 public Quoter append(int codepoint) { in append() method in Quoter
55 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/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/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/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/hamcrest/src/org/hamcrest/
DStringDescription.java38 protected void append(String str) { in append() method in StringDescription
46 protected void append(char c) { in append() method in StringDescription
/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/jetty/src/java/org/eclipse/jetty/util/
DUtf8Appendable.java99 public void append(byte b) in append() method in Utf8Appendable
111 public void append(byte[] b, int offset, int length) in append() method in Utf8Appendable
125 public boolean append(byte[] b, int offset, int length, int maxChars) in append() method in Utf8Appendable
DRolloverFileOutputStream.java83 public RolloverFileOutputStream(String filename, boolean append) in RolloverFileOutputStream()
98 boolean append, in RolloverFileOutputStream()
114 boolean append, in RolloverFileOutputStream()
134 boolean append, in RolloverFileOutputStream()
/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
DFieldVector.java295 FieldVector<T> append(FieldVector<T> v); in append() method
302 FieldVector<T> append(T d); in append() method
309 FieldVector<T> append(T[] a); in append() method
/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/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp330 …les(const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_m… in FindGlobalVariables()
336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_mat… in FindGlobalVariables()
342 …eDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextL… in FindFunctions()
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, … in FindFunctions()
387 bool append, in FindTypes()
/external/robolectric/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/icu/icu4c/source/common/
Dcharstr.h76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { in append() function
79 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
Dcharstr.cpp40 CharString &CharString::append(char c, UErrorCode &errorCode) { in append() function in CharString
48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append() function in CharString
/external/toybox/toys/posix/
Dsed.c276 struct append { in walk_pattern() struct
277 struct append *next, *prev; in walk_pattern()
278 int file; in walk_pattern()
279 char *str; in walk_pattern()
280 } *append = 0; in walk_pattern() local
/external/smali/util/src/main/java/org/jf/util/
DIndentingWriter.java136 public Writer append(CharSequence charSequence) throws IOException { in append() method in IndentingWriter
142 public Writer append(CharSequence charSequence, int start, int len) throws IOException { in append() method in IndentingWriter
148 public Writer append(char c) throws IOException { in append() method in IndentingWriter
/external/icu/icu4c/source/layout/
DLEInsertionList.h171 le_bool append; variable
/external/llvm/cmake/modules/
DHandleLLVMStdlib.cmake15 function(append value) function
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DNCSARequestLog-mbean.properties4 append : Existing log files are appended to the new one key

12345678910>>...12