/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
H A D | string_byte_sink.cc | 15 void StringByteSink::Append(const char* data, int32_t n) { function in class:StringByteSink
|
/external/chromium_org/mojo/public/cpp/bindings/lib/ |
H A D | filter_chain.h | 32 inline void Append(); 52 inline void FilterChain::Append() { function in class:mojo::internal::FilterChain 60 inline void FilterChain::Append<PassThroughFilter>() { function in class:mojo::internal::FilterChain
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
H A D | crazy_linker_error.cpp | 23 void Error::Append(const char* message) { function in class:crazy::Error
|
H A D | crazy_linker_util.cpp | 63 void String::Append(const char* str, size_t len) { function in class:crazy::String
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
H A D | string_byte_sink.cc | 28 void StringByteSink::Append(const char* data, int32_t n) { function in class:i18n::phonenumbers::StringByteSink
|
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
H A D | diff.py | 27 def Append(self, line): member in class:DiffLines 50 def Append(self, line): member in class:DiffHunk 53 self.left.Append(line) 55 self.right.Append(line) 57 self.left.Append(line) 58 self.right.Append(line) 121 hunk.Append(line)
|
/external/chromium_org/v8/src/libplatform/ |
H A D | task-queue.cc | 22 void TaskQueue::Append(Task* task) { function in class:v8::platform::TaskQueue
|
/external/libvpx/libvpx/tools/ |
H A D | diff.py | 27 def Append(self, line): member in class:DiffLines 50 def Append(self, line): member in class:DiffHunk 53 self.left.Append(line) 55 self.right.Append(line) 57 self.left.Append(line) 58 self.right.Append(line) 121 hunk.Append(line)
|
/external/chromium_org/cc/test/ |
H A D | ordered_texture_map.cc | 16 void OrderedTextureMap::Append(GLuint id, function in class:cc::OrderedTextureMap
|
/external/chromium_org/extensions/common/ |
H A D | value_builder.cc | 67 ListBuilder& ListBuilder::Append(int in_value) { function in class:extensions::ListBuilder 68 list_->Append(new base::FundamentalValue(in_value)); 72 ListBuilder& ListBuilder::Append(double in_value) { function in class:extensions::ListBuilder 73 list_->Append(new base::FundamentalValue(in_value)); 77 ListBuilder& ListBuilder::Append(const std::string& in_value) { function in class:extensions::ListBuilder 78 list_->Append(new base::StringValue(in_value)); 82 ListBuilder& ListBuilder::Append(const base::string16& in_value) { function in class:extensions::ListBuilder 83 list_->Append(new base::StringValue(in_value)); 87 ListBuilder& ListBuilder::Append(DictionaryBuilder& in_value) { function in class:extensions::ListBuilder 88 list_->Append(in_valu 92 ListBuilder& ListBuilder::Append(ListBuilder& in_value) { function in class:extensions::ListBuilder [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
H A D | V8PersistentValueVector.h | 43 static void Append(Impl* impl, v8::PersistentContainerValue value) function in class:blink::WTFVectorPersistentValueVectorTraits
|
/external/chromium_org/tools/json_schema_compiler/ |
H A D | code.py | 17 def Append(self, line='', substitute=True, indent_level=None): member in class:Code 55 self.Append(line.value, line.substitute) 63 self.Concat(code).Append() 72 self.Append(line) 85 self.Append(line) 92 comments. Otherwise just use code.Append('// ...') for comments. 105 self.Append(comment_prefix + line, substitute=False) 106 self.Append(comment_prefix + comment, substitute=False)
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld.h | 44 void Append(SuspendedThreadID thread_id) { function in class:__sanitizer::SuspendedThreadsList
|
/external/compiler-rt/make/ |
H A D | util.mk | 36 # Function: Append variable value 38 # Append the given value to the given make variable. 39 Append = $(eval $(1) += $(2)) macro
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIECollection.cpp | 33 DWARFDIECollection::Append (const DWARFDebugInfoEntry *die) function in class:DWARFDIECollection
|
/external/lldb/tools/debugserver/source/ |
H A D | DNBThreadResumeActions.cpp | 41 DNBThreadResumeActions::Append (const DNBThreadResumeAction &action) function in class:DNBThreadResumeActions 57 Append (action);
|
/external/lldb/tools/lldb-perf/lib/ |
H A D | Metric.cpp | 31 Metric<T>::Append (T v) function in class:Metric
|
/external/chromium_org/base/containers/ |
H A D | linked_list.h | 24 // To add elements to the list, use any of LinkedList::Append, 31 // list.Append(n1); 32 // list.Append(n3); 150 void Append(LinkNode<T>* e) { function in class:base::LinkedList
|
/external/chromium_org/cc/debug/ |
H A D | rendering_stats.cc | 15 void RenderingStats::TimeDeltaList::Append(base::TimeDelta value) { function in class:cc::RenderingStats::TimeDeltaList
|
/external/chromium_org/testing/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | bytestream.cpp | 42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | bytestream.h | 62 * Append "bytes[0,n-1]" to this. 67 virtual void Append(const char* bytes, int32_t n) = 0; 77 * After writing at most *result_capacity bytes, call Append() with the 79 * Many Append() implementations will avoid copying bytes if this function 86 * sink->Append(buffer, n); 87 * In many implementations, that call to Append will avoid copying bytes. 95 * a prefix to it to Append(). 96 * That is, it is not correct to pass an interior pointer to Append(). 120 * The ByteSink should be ready for further Append() calls after Flush(). 138 * If more than capacity bytes are Append()e 245 virtual void Append(const char* data, int32_t n) { dest_->append(data, n); } function in class:StringByteSink [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/gtest/src/ |
H A D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
|
/external/icu/icu4c/source/common/ |
H A D | bytestream.cpp | 42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
|