Home
last modified time | relevance | path

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

12345678910>>...13

/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/chromium_org/third_party/WebKit/Source/wtf/text/
DStringBuilder.h51 …ALWAYS_INLINE void append(const char* characters, unsigned length) { append(reinterpret_cast<const… in append() function
53 void append(const String& string) in append() function
73 void append(const StringBuilder& other) in append() function
92 void append(const String& string, unsigned offset, unsigned length) in append() function
107 void append(const StringView& string) in append() function
118 void append(const char* characters) in append() function
124 void append(UChar c) in append() function
140 void append(LChar c) in append() function
151 void append(char c) in append() function
156 void append(UChar32 c) in append() function
/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/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLEntityParser.h44 void append(UChar c) in append() function
50 void append(UChar32 c) in append() function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DScriptArguments.cpp68 bool append(v8::Handle<v8::Value> value, unsigned ignoreOptions = 0) in append() function in blink::__anon0f78408a0111::V8ValueStringBuilder
107 bool append(v8::Handle<v8::Array> array) in append() function in blink::__anon0f78408a0111::V8ValueStringBuilder
132 bool append(v8::Handle<v8::Symbol> symbol) in append() function in blink::__anon0f78408a0111::V8ValueStringBuilder
140 bool append(v8::Handle<v8::String> string) in append() function in blink::__anon0f78408a0111::V8ValueStringBuilder
/external/chromium_org/third_party/webrtc/base/
Dpathutils.h123 inline bool FinishPath(Pathname& path, bool create, const std::string& append) { in FinishPath()
133 const std::string& append) { in GetTemporaryFolder()
141 const std::string& append) { in GetAppDataFolder()
/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.java93 @Override public Writer append(char c) throws IOException { in append() method in AppendableWriter
99 @Override public Writer append(CharSequence charSeq) throws IOException { in append() method in AppendableWriter
105 @Override public Writer append(CharSequence charSeq, int start, int end) in append() method in AppendableWriter
/external/chromium_org/third_party/WebKit/Source/core/html/
DDOMFormData.cpp59 void DOMFormData::append(const String& name, const String& value) in append() function in blink::DOMFormData
65 void DOMFormData::append(const String& name, Blob* blob, const String& filename) in append() function in blink::DOMFormData
/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/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/chromium_org/tools/gn/
Dordered_set.h50 void append(const InputIterator& insert_begin, in append() function
59 void append(const OrderedSet<T>& other) { in append() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathByteStream.h53 void append(unsigned char byte) { m_data.append(byte); } in append() function
54 void append(SVGPathByteStream* other) { m_data.appendVector(other->m_data); } in append() function
/external/qemu/android/base/
DString.cpp98 String& String::append(const char* str, size_t len) { in append() function in android::base::String
106 String& String::append(const char* str) { in append() function in android::base::String
111 String& String::append(const String& other) { in append() function in android::base::String
116 String& String::append(const StringView& other) { in append() function in android::base::String
121 String& String::append(char ch) { in append() function in android::base::String
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathNodeSet.h52 void append(PassRefPtrWillBeRawPtr<Node> node) { m_nodes.append(node); } in append() function
53 void append(const NodeSet& nodeSet) { m_nodes.appendVector(nodeSet.m_nodes); } in append() function
/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/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/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/chromium_org/third_party/icu/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

12345678910>>...13