Searched defs:Append (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dstring_byte_sink.cc15 void StringByteSink::Append(const char* data, int32_t n) { function in class:StringByteSink
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstring_byte_sink.cc28 void StringByteSink::Append(const char* data, int32_t n) { function in class:i18n::phonenumbers::StringByteSink
/external/libvpx/libvpx/tools/
H A Ddiff.py27 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)
118 hunk.Append(line)
/external/chromium_org/cc/test/
H A Dmock_quad_culler.cc23 bool MockQuadCuller::Append(scoped_ptr<DrawQuad> draw_quad, AppendQuadsData*) { function in class:cc::MockQuadCuller
H A Dordered_texture_map.cc16 void OrderedTextureMap::Append(blink::WebGLId id, function in class:cc::OrderedTextureMap
/external/chromium_org/extensions/common/
H A Dvalue_builder.cc67 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 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/icu/source/common/
H A Dbytestream.cpp38 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
/external/chromium_org/tools/json_schema_compiler/
H A Dcode.py17 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 Dsanitizer_stoptheworld.h44 void Append(SuspendedThreadID thread_id) { function in class:__sanitizer::SuspendedThreadsList
/external/compiler-rt/make/
H A Dutil.mk36 # Function: Append variable value
38 # Append the given value to the given make variable.
39 Append = $(eval $(1) += $(2)) macro
/external/chromium/testing/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/chromium_org/base/containers/
H A Dlinked_list.h22 // To add elements to the list, use any of LinkedList::Append,
29 // list.Append(n1);
30 // list.Append(n3);
142 void Append(LinkNode<T>* e) { function in class:base::LinkedList
/external/chromium_org/testing/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestream.h62 * 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
240 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 Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/icu4c/common/
H A Dbytestream.cpp42 void CheckedArrayByteSink::Append(const char* bytes, int32_t n) { function in class:CheckedArrayByteSink
/external/icu4c/common/unicode/
H A Dbytestream.h62 * 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/llvm/utils/unittest/googletest/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc68 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/open-vcdiff/gtest/src/
H A Dgtest-test-part.cc78 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/protobuf/gtest/src/
H A Dgtest-test-part.cc78 void TestPartResultArray::Append(const TestPartResult& result) { function in class:testing::TestPartResultArray
/external/chromium/base/
H A Dlinked_list.h23 // To add elements to the list, use any of LinkedList::Append,
30 // list.Append(n1);
31 // list.Append(n3);
150 void Append(LinkNode<T>* e) { function in class:base::LinkedList
/external/chromium_org/cc/trees/
H A Dquad_culler.cc80 bool QuadCuller::Append(scoped_ptr<DrawQuad> draw_quad, function in class:cc::QuadCuller
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dservlet.py30 def Append(self, content): member in class:_ContentBuilder
54 self.content.Append(content)
85 def Append(self, content): member in class:Response

Completed in 1423 milliseconds

12345