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

1234567891011>>

/external/apache-http/src/org/apache/http/util/
H A DByteArrayBuffer.java67 public void append(final byte[] b, int off, int len) { method in class:ByteArrayBuffer
86 public void append(int b) { method in class:ByteArrayBuffer
95 public void append(final char[] b, int off, int len) { method in class:ByteArrayBuffer
117 public void append(final CharArrayBuffer b, int off, int len) { method in class:ByteArrayBuffer
121 append(b.buffer(), off, len);
/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.cc40 bool append)
53 if (append) {
37 PartialCircularBuffer(void* buffer, uint32 buffer_size, uint32 wrap_position, bool append) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.h50 void append(PassRefPtrWillBeRawPtr<CSSValue> value) { m_values.append(value); } function in class:blink::CSSValueList
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorBaseAgent.cpp70 void InspectorAgentRegistry::append(PassOwnPtrWillBeRawPtr<InspectorAgent> agent) function in class:blink::InspectorAgentRegistry
73 m_agents.append(agent);
H A DScriptArguments.cpp51 if (!builder.append(value))
68 bool append(v8::Handle<v8::Value> value, unsigned ignoreOptions = 0) function in class:blink::__anon11124::V8ValueStringBuilder
77 return append(v8::Handle<v8::String>::Cast(value));
79 return append(v8::Handle<v8::StringObject>::Cast(value)->ValueOf());
81 return append(v8::Handle<v8::Symbol>::Cast(value));
83 return append(v8::Handle<v8::SymbolObject>::Cast(value)->ValueOf());
89 m_builder.append(v8::Handle<v8::BooleanObject>::Cast(value)->ValueOf() ? "true" : "false");
93 return append(v8::Handle<v8::Array>::Cast(value));
95 m_builder.append("[object Window]");
103 return append(v
107 bool append(v8::Handle<v8::Array> array) function in class:blink::__anon11124::V8ValueStringBuilder
132 bool append(v8::Handle<v8::Symbol> symbol) function in class:blink::__anon11124::V8ValueStringBuilder
140 bool append(v8::Handle<v8::String> string) function in class:blink::__anon11124::V8ValueStringBuilder
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStream.h53 void append(unsigned char byte) { m_data.append(byte); } function in class:blink::SVGPathByteStream
54 void append(SVGPathByteStream* other) { m_data.appendVector(other->m_data); } function in class:blink::SVGPathByteStream
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.h52 void append(PassRefPtrWillBeRawPtr<Node> node) { m_nodes.append(node); } function in class:blink::XPath::NodeSet
53 void append(const NodeSet& nodeSet) { m_nodes.appendVector(nodeSet.m_nodes); } function in class:blink::XPath::NodeSet
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchHeaderList.cpp23 list->append(m_headerList[i]->first, m_headerList[i]->second);
35 void FetchHeaderList::append(const String& name, const String& value) function in class:blink::FetchHeaderList
37 // "To append a name/value (|name|/|value|) pair to a header list (|list|),
38 // append a new header whose name is |name|, byte lowercased, and value is
40 m_headerList.append(adoptPtr(new Header(name.lower(), value)));
50 // 3. Otherwise, append a new header whose name is |name| and value is
65 m_headerList.append(adoptPtr(new Header(lowercasedName, value)));
104 result.append(m_headerList[i]->second);
H A DHeaders.cpp70 void Headers::append(const String& name, const String& value, ExceptionState& exceptionState) function in class:blink::Headers
72 // "To append a name/value (|name|/|value|) pair to a Headers object
102 m_headerList->append(name, value);
228 // retaining order, append header's |name|/|header|'s value to
231 append(object->m_headerList->list()[i]->first, object->m_headerList->list()[i]->second, exceptionState);
270 append(keyValuePair[0], keyValuePair[1], exceptionState);
290 append(keys[i], value, exceptionState);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDoublyLinkedList.h83 void append(T*);
144 template<typename T> inline void DoublyLinkedList<T>::append(T* node) function in class:WTF::DoublyLinkedList
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.cc41 void UnicodeString::append(const UnicodeString& unicode_string) { function in class:i18n::phonenumbers::UnicodeString
45 append(*it);
66 unicode_text.append(text_.begin(), start_it);
67 unicode_text.append(src.text_);
69 unicode_text.append(start_it, text_.end());
79 unicode_text.append(text_.begin(), pos_it);
82 unicode_text.append(pos_it, text_.end());
H A Dunicodestring.h42 append(codepoint);
52 void append(const UnicodeString& unicode_string);
54 inline void append(char32 codepoint) { function in class:i18n::phonenumbers::UnicodeString
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_server_table.py71 def append(self, opcode, func): member in class:function_table
141 children.append(n)
219 self.lookup_table.append(temp)
315 var_table.append(var)
374 self.rop_functions.append(f.glx_rop, f)
376 self.sop_functions.append(f.glx_sop, f)
378 self.vop_functions.append(f.glx_vendorpriv, f)
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py109 def append(self, value): member in class:RepeatedScalarFieldContainer
110 """Appends an item to the list. Similar to list.append()."""
112 self._values.append(value)
131 new_values.append(elem)
162 new_values.append(value)
218 self._values.append(new_element)
234 values.append(new_element)
/external/chromium_org/third_party/skia/src/animator/
H A DSkTypedArray.cpp103 int32_t* SkDS32Array::append(U16CPU count, const int32_t* src) function in class:SkDS32Array
/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.h80 // SetFolder and AppendFolder will append a folder delimiter, if needed.
123 inline bool FinishPath(Pathname& path, bool create, const std::string& append) { argument
124 if (!append.empty())
125 path.AppendFolder(append);
133 const std::string& append) {
138 && FinishPath(path, create, append);
141 const std::string& append) {
144 && FinishPath(path, create, append);
132 GetTemporaryFolder(Pathname& path, bool create, const std::string& append) argument
140 GetAppDataFolder(Pathname& path, bool create, const std::string& append) argument
/external/chromium_org/tools/gn/
H A Dordered_set.h50 void append(const InputIterator& insert_begin, function in class:OrderedSet
59 void append(const OrderedSet<T>& other) { function in class:OrderedSet
/external/deqp/executor/
H A DxeBatchResult.cpp40 void InfoLog::append (const deUint8* bytes, int numBytes) function in class:xe::InfoLog
/external/hamcrest/src/org/hamcrest/
H A DBaseDescription.java16 append(text);
27 append("null");
31 append('"');
33 append('"');
35 append('<');
36 append(valueOf(value));
37 append("s>");
39 append('<');
40 append(valueOf(value));
41 append("
91 protected void append(String str) { method in class:BaseDescription
99 protected abstract void append(char c); method in class:BaseDescription
[all...]
/external/lldb/source/API/
H A DSBStream.cpp71 SBStream::RedirectToFile (const char *path, bool append) argument
83 if (append)
/external/lldb/source/Core/
H A DAddressResolverName.cpp112 const bool append = false; local
126 append,
140 append,
H A DFileLineResolver.cpp65 const bool append = true; local
68 line_table->FineLineEntriesForFileIndex (file_idx, append, m_sc_list);
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_server_table.py71 def append(self, opcode, func): member in class:function_table
141 children.append(n)
219 self.lookup_table.append(temp)
315 var_table.append(var)
374 self.rop_functions.append(f.glx_rop, f)
376 self.sop_functions.append(f.glx_sop, f)
378 self.vop_functions.append(f.glx_vendorpriv, f)
/external/mockito/src/org/mockito/internal/matchers/apachecommons/
H A DEqualsBuilder.java47 * .append(field1, rhs.field1)
48 * .append(field2, rhs.field2)
49 * .append(field3, rhs.field3)
276 * @param clazz the class to append details of
277 * @param builder the builder to append to
298 builder.append(f.get(lhs), f.get(rhs));
335 public EqualsBuilder append(Object lhs, Object rhs) { method in class:EqualsBuilder
361 append((long[]) lhs, (long[]) rhs);
363 append((int[]) lhs, (int[]) rhs);
365 append((shor
394 public EqualsBuilder append(long lhs, long rhs) { method in class:EqualsBuilder
409 public EqualsBuilder append(int lhs, int rhs) { method in class:EqualsBuilder
424 public EqualsBuilder append(short lhs, short rhs) { method in class:EqualsBuilder
439 public EqualsBuilder append(char lhs, char rhs) { method in class:EqualsBuilder
454 public EqualsBuilder append(byte lhs, byte rhs) { method in class:EqualsBuilder
475 public EqualsBuilder append(double lhs, double rhs) { method in class:EqualsBuilder
495 public EqualsBuilder append(float lhs, float rhs) { method in class:EqualsBuilder
509 public EqualsBuilder append(boolean lhs, boolean rhs) { method in class:EqualsBuilder
527 public EqualsBuilder append(Object[] lhs, Object[] rhs) { method in class:EqualsBuilder
558 public EqualsBuilder append(long[] lhs, long[] rhs) { method in class:EqualsBuilder
589 public EqualsBuilder append(int[] lhs, int[] rhs) { method in class:EqualsBuilder
620 public EqualsBuilder append(short[] lhs, short[] rhs) { method in class:EqualsBuilder
651 public EqualsBuilder append(char[] lhs, char[] rhs) { method in class:EqualsBuilder
682 public EqualsBuilder append(byte[] lhs, byte[] rhs) { method in class:EqualsBuilder
713 public EqualsBuilder append(double[] lhs, double[] rhs) { method in class:EqualsBuilder
744 public EqualsBuilder append(float[] lhs, float[] rhs) { method in class:EqualsBuilder
775 public EqualsBuilder append(boolean[] lhs, boolean[] rhs) { method in class:EqualsBuilder
[all...]
/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)

Completed in 4273 milliseconds

1234567891011>>