/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringBuilder.h | 44 void append(const String& string) in append() function 57 void append(const char* characters) in append() function 63 void append(UChar c) in append() function 71 void append(char c) in append() function
|
D | StringBuilder.cpp | 140 void StringBuilder::append(const UChar* characters, unsigned length) in append() function in WTF::StringBuilder 149 void StringBuilder::append(const char* characters, unsigned length) in append() function in WTF::StringBuilder
|
/external/apache-http/src/org/apache/http/util/ |
D | CharArrayBuffer.java | 64 public void append(final char[] b, int off, int len) { in append() method in CharArrayBuffer 83 public void append(String str) { in append() method in CharArrayBuffer 96 public void append(final CharArrayBuffer b, int off, int len) { in append() method in CharArrayBuffer 103 public void append(final CharArrayBuffer b) { in append() method in CharArrayBuffer 110 public void append(char ch) { in append() method in CharArrayBuffer 119 public void append(final byte[] b, int off, int len) { in append() method in CharArrayBuffer 145 public void append(final ByteArrayBuffer b, int off, int len) { in append() method in CharArrayBuffer 152 public void append(final Object obj) { in append() method in CharArrayBuffer
|
D | ByteArrayBuffer.java | 62 public void append(final byte[] b, int off, int len) { in append() method in ByteArrayBuffer 81 public void append(int b) { in append() method in ByteArrayBuffer 90 public void append(final char[] b, int off, int len) { in append() method in ByteArrayBuffer 112 public void append(final CharArrayBuffer b, int off, int len) { in append() method in ByteArrayBuffer
|
/external/webkit/Source/WebCore/fileapi/ |
D | WebKitBlobBuilder.cpp | 62 void WebKitBlobBuilder::append(const String& text, const String& endingType, ExceptionCode& ec) in append() function in WebCore::WebKitBlobBuilder 83 void WebKitBlobBuilder::append(const String& text, ExceptionCode& ec) in append() function in WebCore::WebKitBlobBuilder 89 void WebKitBlobBuilder::append(ArrayBuffer* arrayBuffer) in append() function in WebCore::WebKitBlobBuilder 100 void WebKitBlobBuilder::append(Blob* blob) in append() function in WebCore::WebKitBlobBuilder
|
D | FileList.h | 49 void append(PassRefPtr<File> file) { m_files.append(file); } in append() function
|
D | EntryArray.h | 55 void append(PassRefPtr<Entry> entry) { m_entries.append(entry); } in append() function
|
/external/webkit/Source/WebCore/xml/ |
D | XPathNodeSet.h | 53 void append(Node* node) { m_nodes.append(node); } in append() function 54 void append(PassRefPtr<Node> node) { m_nodes.append(node); } in append() function 55 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); } in append() function
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSStringBuilder.h | 43 void append(const UChar u) in append() function 48 void append(const char* str) in append() function 53 void append(const char* str, size_t len) in append() function 62 void append(const UChar* str, size_t len) in append() function 67 void append(const UString& str) in append() function
|
D | UStringBuilder.h | 36 void append(const UString& str) { append(String(str.impl())); } in append() function
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | pathutils.h | 140 inline bool FinishPath(Pathname& path, bool create, const std::string& append) { in FinishPath() 150 const std::string& append) { in GetTemporaryFolder() 158 const std::string& append) { in GetAppDataFolder()
|
/external/webkit/Source/WebCore/html/ |
D | DOMFormData.cpp | 60 void DOMFormData::append(const String& name, const String& value) in append() function in WebCore::DOMFormData 66 void DOMFormData::append(const String& name, Blob* blob) in append() function in WebCore::DOMFormData
|
/external/guava/src/com/google/common/io/ |
D | AppendableWriter.java | 93 @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/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/webkit/Source/JavaScriptCore/heap/ |
D | MarkStack.h | 141 inline void append(const T& v) in append() function 205 inline void MarkStack::append(JSValue* slot, size_t count) in append() function 212 template <typename T> inline void MarkStack::append(WriteBarrierBase<T>* slot) in append() function 223 ALWAYS_INLINE void MarkStack::append(JSValue* value) in append() function 229 ALWAYS_INLINE void MarkStack::append(JSCell** value) in append() function
|
/external/icu4c/i18n/ |
D | decnumstr.cpp | 34 DecimalNumberString & DecimalNumberString::append(char c, UErrorCode &status) { in append() function in DecimalNumberString 43 DecimalNumberString &DecimalNumberString::append(const StringPiece &str, UErrorCode &status) { in append() function in DecimalNumberString
|
/external/icu4c/common/ |
D | charstr.cpp | 40 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
|
D | charstr.h | 76 CharString &append(const StringPiece &s, UErrorCode &errorCode) { in append() function 79 CharString &append(const CharString &s, UErrorCode &errorCode) { in append() function
|
/external/icu4c/layout/ |
D | LEInsertionList.h | 170 le_bool append; variable
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
D | URLBuffer.h | 86 void append(CHAR ch) in append() function 103 void append(const CHAR* str, int strLength) in append() function
|
/external/webkit/Source/WebCore/platform/network/ |
D | FormDataBuilder.cpp | 42 static inline void append(Vector<char>& buffer, char string) in append() function 47 static inline void append(Vector<char>& buffer, const char* string) in append() function 52 static inline void append(Vector<char>& buffer, const CString& string) in append() function
|
/external/webkit/Source/WebCore/dom/ |
D | TouchList.h | 48 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); } in append() function
|
/external/webkit/Source/WebCore/platform/ |
D | KillRingNone.cpp | 31 void KillRing::append(const String&) in append() function in WebCore::KillRing
|
/external/clang/include/clang/Basic/ |
D | MacroBuilder.h | 39 void append(const llvm::Twine &Str) { in append() function
|
/external/skia/include/core/ |
D | SkString.h | 124 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function 125 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function 126 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function
|