Searched defs:append (Results 51 - 75 of 194) sorted by relevance

12345678

/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py98 def append(self, value): member in class:RepeatedScalarFieldContainer
99 """Appends an item to the list. Similar to list.append()."""
101 self._values.append(value)
120 new_values.append(elem)
151 new_values.append(value)
204 self._values.append(new_element)
220 values.append(new_element)
/external/skia/src/animator/
H A DSkTypedArray.cpp103 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src) function in class:SkDS32Array
H A DSkDisplayList.cpp27 void SkDisplayList::append(SkActive* active) { function in class:SkDisplayList
28 *fActiveList.append() = active;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DSparseIntArray.java194 public void append(int key, int value) { method in class:SparseIntArray
H A DSparseArray.java283 public void append(int key, E value) { method in class:SparseArray
H A DTryListBuilder.java74 public void append(TryRange tryRange) { method in class:TryListBuilder.TryRange
109 append(tryRange);
197 to end range inclusively, and append the handler to the end of each range's handler
331 to end range inclusively, and append the handler to the end of each range's handler
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java102 public Writer append(CharSequence charSequence) throws IOException { method in class:IndentingWriter
108 public Writer append(CharSequence charSequence, int start, int len) throws IOException { method in class:IndentingWriter
114 public Writer append(char c) throws IOException { method in class:IndentingWriter
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLBuffer.h35 // supports simple resizing and append operations on it.
86 void append(CHAR ch) function in class:WTF::URLBuffer
103 void append(const CHAR* str, int strLength) function in class:WTF::URLBuffer
/external/webkit/Source/WebCore/css/
H A DCSSValueList.cpp41 append(list->valueAt(i)->createCSSValue());
61 void CSSValueList::append(PassRefPtr<CSSValue> val) function in class:WebCore::CSSValueList
63 m_values.append(val);
101 newList->append(item(index));
H A DWebKitCSSKeyframesRule.cpp90 void WebKitCSSKeyframesRule::append(WebKitCSSKeyframeRule* rule) function in class:WebCore::WebKitCSSKeyframesRule
95 m_lstCSSRules->append(rule);
107 append(static_cast<WebKitCSSKeyframeRule*>(newRule.get()));
/external/webkit/Source/WebCore/fileapi/
H A DWebKitBlobBuilder.cpp55 // If the last item is not a data item, create one. Otherwise, we simply append the new string to the last data item.
57 m_items.append(BlobDataItem(RawData::create()));
62 void WebKitBlobBuilder::append(const String& text, const String& endingType, ExceptionCode& ec) function in class:WebCore::WebKitBlobBuilder
79 buffer.append(utf8Text.data(), utf8Text.length());
83 void WebKitBlobBuilder::append(const String& text, ExceptionCode& ec) function in class:WebCore::WebKitBlobBuilder
85 append(text, String(), ec);
89 void WebKitBlobBuilder::append(ArrayBuffer* arrayBuffer) function in class:WebCore::WebKitBlobBuilder
95 buffer.append(static_cast<const char*>(arrayBuffer->data()), arrayBuffer->byteLength());
100 void WebKitBlobBuilder::append(Blob* blob) function in class:WebCore::WebKitBlobBuilder
113 m_items.append(BlobDataIte
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGPathByteStream.h64 void append(unsigned char byte) { m_data.append(byte); } function in class:WebCore::SVGPathByteStream
/external/webkit/Source/WebCore/xml/
H A DXPathNodeSet.h53 void append(Node* node) { m_nodes.append(node); } function in class:WebCore::XPath::NodeSet
54 void append(PassRefPtr<Node> node) { m_nodes.append(node); } function in class:WebCore::XPath::NodeSet
55 void append(const NodeSet& nodeSet) { m_nodes.append(nodeSet.m_nodes); } function in class:WebCore::XPath::NodeSet
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamTesterTest.java76 private final boolean append; field in class:OutputStreamTesterTest.FileOutputStreamSinkTester
79 private FileOutputStreamSinkTester(boolean append) { argument
80 this.append = append;
86 return new FileOutputStream(file, append);
H A DWriterTesterTest.java71 private final boolean append; field in class:WriterTesterTest.FileWriterCharSinkTester
74 public FileWriterCharSinkTester(boolean append) { argument
75 this.append = append;
81 return new FileWriter(file, append);
/external/apache-http/src/org/apache/http/util/
H A DCharArrayBuffer.java64 public void append(final char[] b, int off, int len) { method in class:CharArrayBuffer
83 public void append(String str) { method in class:CharArrayBuffer
96 public void append(final CharArrayBuffer b, int off, int len) { method in class:CharArrayBuffer
100 append(b.buffer, off, len);
103 public void append(final CharArrayBuffer b) { method in class:CharArrayBuffer
107 append(b.buffer,0, b.len);
110 public void append(char ch) { method in class:CharArrayBuffer
119 public void append(final byte[] b, int off, int len) { method in class:CharArrayBuffer
145 public void append(final ByteArrayBuffer b, int off, int len) { method in class:CharArrayBuffer
149 append(
152 public void append(final Object obj) { method in class:CharArrayBuffer
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java141 public void writeProperties(String propertiesFile,boolean append){ argument
144 PrintWriter writer = new PrintWriter(new FileWriter(propertiesFile,append));
/external/icu4c/common/
H A Dfilterednormalizer2.cpp64 dest.append(src, prevSpanLimit, spanLength);
71 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit),
92 FilteredNormalizer2::append(UnicodeString &first, function in class:FilteredNormalizer2
128 norm2.append(first, prefix, errorCode);
135 norm2.append(middle, prefix, errorCode);
145 first.append(rest);
/external/javassist/src/main/javassist/bytecode/
H A DInnerClassesAttribute.java44 * @see #append(String, String, String, int)
166 public void append(String inner, String outer, String name, int flags) { method in class:InnerClassesAttribute
170 append(i, o, n, flags);
181 public void append(int inner, int outer, int name, int flags) { method in class:InnerClassesAttribute
/external/javassist/src/main/javassist/compiler/ast/
H A DASTList.java74 sbuf.append("(<");
75 sbuf.append(getTag());
76 sbuf.append('>');
79 sbuf.append(' ');
81 sbuf.append(a == null ? "<null>" : a.toString());
85 sbuf.append(')');
140 public static ASTList append(ASTList a, ASTree b) { method in class:ASTList
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DHtmlWhiteSpaceStripper.java111 public Appendable append(CharSequence csq) throws IOException { method in class:HtmlWhiteSpaceStripper
112 return append(csq, 0, csq.length());
116 public Appendable append(CharSequence csq, int start, int end) throws IOException { method in class:HtmlWhiteSpaceStripper
118 append(csq.charAt(i));
124 public Appendable append(char c) throws IOException { method in class:HtmlWhiteSpaceStripper
139 tagName.append(c);
145 tagName.append(c);
166 out.append(c);
183 out.append(c);
191 out.append(
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallString.h40 // Note that in order to add new overloads for append & assign, we have to
56 SmallVectorImpl<char>::append(S, E);
62 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
68 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
77 void append(in_iter S, in_iter E) { function in class:llvm::SmallString
78 SmallVectorImpl<char>::append(S, E);
82 void append(StringRef RHS) { function in class:llvm::SmallString
83 SmallVectorImpl<char>::append(RHS.begin(), RHS.end());
87 void append(const SmallVectorImpl<char> &RHS) { function in class:llvm::SmallString
88 SmallVectorImpl<char>::append(RH
[all...]
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_rwops.h67 int append; member in struct:SDL_RWops::__anon9133::__anon9134
/external/skia/src/gpu/
H A DGrTDArray.h82 T* append() { function in class:GrTDArray
88 * index may be [0..count], so that you can insert at the end (like append)
/external/webkit/Source/JavaScriptCore/assembler/
H A DAssemblerBuffer.h168 void append(const char* data, int size) function in class:JSC::AssemblerBuffer

Completed in 514 milliseconds

12345678