Home
last modified time | relevance | path

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

123

/external/apache-http/src/org/apache/http/util/
DCharArrayBuffer.java64 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
DByteArrayBuffer.java62 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/WebCore/platform/text/
DStringBuilder.cpp36 void StringBuilder::append(const String& string) in append() function in WebCore::StringBuilder
50 void StringBuilder::append(UChar c) in append() function in WebCore::StringBuilder
60 void StringBuilder::append(char c) in append() function in WebCore::StringBuilder
DSegmentedString.cpp91 void SegmentedString::append(const SegmentedSubstring &s) in append() function in WebCore::SegmentedString
118 void SegmentedString::append(const SegmentedString &s) in append() function in WebCore::SegmentedString
/external/webkit/WebCore/xml/
DXPathNodeSet.h55 void append(Node* node) { m_nodes.append(node); } in append() function
56 void append(PassRefPtr<Node> node) { m_nodes.append(node); } in append() function
57 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); } in append() function
/external/icu4c/layout/
DLEInsertionList.h169 le_bool append; variable
/external/webkit/WebCore/platform/network/
DFormDataBuilder.cpp96 static inline void append(Vector<char>& buffer, char string) in append() function
101 static inline void append(Vector<char>& buffer, const char* string) in append() function
106 static inline void append(Vector<char>& buffer, const CString& string) in append() function
/external/webkit/WebCore/dom/
DTouchList.h48 void append(const PassRefPtr<Touch> touch) { m_values.append(touch); } in append() function
/external/webkit/WebCore/rendering/style/
DCursorList.h47 void append(const CursorData& cursorData) { m_vector.append(cursorData); } in append() function
/external/skia/include/core/
DSkString.h97 void append(const SkString& str) { this->insert((size_t)-1, str); } in append() function
98 void append(const char text[]) { this->insert((size_t)-1, text); } in append() function
99 void append(const char text[], size_t len) { this->insert((size_t)-1, text, len); } in append() function
/external/webkit/WebCore/html/
DFileList.h49 void append(PassRefPtr<File> file) { m_files.append(file); } in append() function
/external/astl/src/
Dstring.cpp290 string& string::append(const value_type *str) in append() function in std::string
299 string& string::append(const value_type *str, size_type n) in append() function in std::string
308 string& string::append(const value_type *str, size_type pos, size_type n) in append() function in std::string
317 string& string::append(const string& str) in append() function in std::string
/external/webkit/WebCore/css/
DStyleList.cpp31 void StyleList::append(PassRefPtr<StyleBase> child) in append() function in WebCore::StyleList
DMediaQuery.h51 void append(MediaQueryExp* newExp) { m_expressions->append(newExp); } in append() function
DCSSRuleList.cpp84 void CSSRuleList::append(CSSRule* rule) in append() function in WebCore::CSSRuleList
DCSSMediaRule.cpp50 unsigned CSSMediaRule::append(CSSRule* rule) in append() function in WebCore::CSSMediaRule
/external/srec/shared/include/
Dlstring.h48 ESR_ReturnCode(*append)(struct LString_t* self, const LCHAR* value); member
/external/webkit/WebCore/platform/animation/
DAnimationList.h48 void append(PassRefPtr<Animation> anim) { m_animations.append(anim); } in append() function
/external/skia/src/animator/
DSkTDArray_Experimental.h46 int32_t* append() { return this->append(1, NULL); } in append() function
123 T* append() { return (T*) SkDS32Array::append(); } in append() function
/external/emma/core/java12/com/vladium/util/
DStrings.java180 public static void HTMLEscape (final String s, final StringBuffer append) in HTMLEscape()
221 public static void HTMLEscapeNB (final String s, final StringBuffer append) in HTMLEscapeNB()
/external/skia/src/core/
DSkPathHeap.cpp37 int SkPathHeap::append(const SkPath& path) { in append() function in SkPathHeap
/external/icu4c/i18n/
Ddigitlst.h262 DigitList::append(char digit) in append() function
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Dvms-code.c24 int i, oargc, punct, which, append, alt_rfm; local
/external/webkit/JavaScriptCore/wtf/
DMessageQueue.h70 inline void MessageQueue<DataType>::append(const DataType& message) in append() function
/external/opencore/oscl/oscl/osclutil/src/
Doscl_string_containers.cpp177 OSCL_EXPORT_REF bool CHeapRep::append(uint32 s1, const char*cp1, in append() function in CHeapRep
204 OSCL_EXPORT_REF bool CHeapRep::append(uint32 s1, const oscl_wchar*cp1, in append() function in CHeapRep
643 OSCL_EXPORT_REF void CStackRep::append(const char* cp, uint32 alen) in append() function in CStackRep
655 OSCL_EXPORT_REF void CStackRep::append(const oscl_wchar* cp, uint32 alen) in append() function in CStackRep
704 OSCL_EXPORT_REF void CFastRep::append(const char* cp, uint32 len) in append() function in CFastRep
717 OSCL_EXPORT_REF void CFastRep::append(const oscl_wchar* cp, uint32 len) in append() function in CFastRep

123