Searched defs:Append (Results 51 - 75 of 141) sorted by relevance

123456

/external/lldb/source/Target/
H A DPathMappingList.cpp77 PathMappingList::Append (const ConstString &path, function in class:PathMappingList
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) function in class:PathMappingList
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h48 TInt Append(const TDesC8& aData);
106 TInt TVectorBuffer<C>::Append(const TDesC8& aData) //ei ole ok! function in class:TVectorBuffer
120 return Append(aData);
121 // Append();
137 while(Append(aData) == KErrOverflow)
199 TInt Append(const T& aData);
211 TInt TVector<T, C>::Append(const T& aData) function in class:TVector
214 return TVectorBuffer<C * sizeof(T)>::Append(data);
/external/chromium_org/content/browser/quota/
H A Dquota_reservation_manager_unittest.cc136 int64 Append(int64 amount) { function in class:content::__anon7286::FakeWriter
187 file_path_ = work_dir_.path().Append(FILE_PATH_LITERAL("hoge"));
230 cached_reserved_quota -= writer.Append(20);
274 cached_reserved_quota -= writer3.Append(30);
276 cached_reserved_quota -= writer3.Append(40);
314 cached_reserved_quota2 -= writer2->Append(20);
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc108 Append(data, length);
116 Append(&attr, sizeof(attr));
118 Append(data, length);
129 void Append(const void* data, size_t length) { function in class:net::internal::__anon8990::NetlinkMessage
/external/chromium_org/remoting/base/
H A Dcompound_buffer.cc36 void CompoundBuffer::Append(net::IOBuffer* buffer, function in class:remoting::CompoundBuffer
48 void CompoundBuffer::Append(net::IOBuffer* buffer, int size) { function in class:remoting::CompoundBuffer
49 Append(buffer, buffer->data(), size);
52 void CompoundBuffer::Append(const CompoundBuffer& buffer) { function in class:remoting::CompoundBuffer
55 Append(it->buffer.get(), it->start, it->size);
84 Append(buffer, size);
181 Append(it->buffer.get(), it->start + relative_start,
H A Dcompound_buffer_unittest.cc37 void Append(int pos, int size) { function in class:remoting::CompoundBufferTest
38 target_.Append(data_.get(), data_->data() + pos, size);
169 result->Append(new net::WrappedIOBuffer(data), size);
180 TEST_F(CompoundBufferTest, Append) {
183 &CompoundBufferTest::Append, base::Unretained(this)));
188 &CompoundBufferTest::Append, base::Unretained(this)));
231 &CompoundBufferTest::Append, base::Unretained(this)));
239 &CompoundBufferTest::Append, base::Unretained(this)));
247 &CompoundBufferTest::Append, base::Unretained(this)));
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h96 Append(other);
101 Append(str, strlen(str));
106 Append(&ch, 1);
120 void Append(const char* str, size_t len);
122 void Append(const String& other) { Append(other.ptr_, other.size_); } function in class:crazy::String
124 void Append(const char* str) { Append(str, strlen(str)); } function in class:crazy::String
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrtest.cpp340 virtual void Append(const char *bytes, int32_t n) { function in class:SimpleByteSink
347 virtual void Flush() { Append("z", 1); }
360 sink.Append("abc", 3);
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
389 sink.Append("abc", 3);
394 errln("CheckedArrayByteSink did not Append() as expected");
415 sink.Append(dest, 10);
420 errln("CheckedArrayByteSink did not Append(its own buffer) as expected");
428 sink.Append(dest, 10);
434 errln("CheckedArrayByteSink did not Append(scratc
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h85 void Append(const std::string & text) { function in class:rtc::FormatCryptString
86 Append(text.data(), text.length());
89 void Append(const char * data, size_t length) { function in class:rtc::FormatCryptString
96 void Append(const CryptString * password) { function in class:rtc::FormatCryptString
/external/chromium_org/tools/gn/
H A Dunique_vector.h166 template<typename iter> void Append(const iter& begin, const iter& end) { function in class:UniqueVector
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h39 virtual void Append(const char *bytes, int32_t n);
40 void Append(uint32_t b) { function in class:SortKeyByteSink
/external/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp340 virtual void Append(const char *bytes, int32_t n) { function in class:SimpleByteSink
347 virtual void Flush() { Append("z", 1); }
360 sink.Append("abc", 3);
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
389 sink.Append("abc", 3);
394 errln("CheckedArrayByteSink did not Append() as expected");
415 sink.Append(dest, 10);
420 errln("CheckedArrayByteSink did not Append(its own buffer) as expected");
428 sink.Append(dest, 10);
434 errln("CheckedArrayByteSink did not Append(scratc
[all...]
/external/lldb/include/lldb/Core/
H A DModuleSpec.h481 Append (const ModuleSpec &spec) function in class:lldb_private::ModuleSpecList
488 Append (const ModuleSpecList &rhs) function in class:lldb_private::ModuleSpecList
556 matching_list.Append (spec);
566 matching_list.Append (spec);
H A DUniqueCStringMap.h73 Append (const char *unique_cstr, const T& value) function in class:lldb_private::UniqueCStringMap
79 Append (const Entry &e) function in class:lldb_private::UniqueCStringMap
277 // using UniqueCStringMap::Append() (which should be followed by a
294 // my_map.Append (UniqueCStringMap::Entry(GetName(...), GetValue(...)));
/external/lldb/source/API/
H A DSBData.cpp505 SBData::Append (const SBData& rhs) function in class:SBData
510 value = m_opaque_sp.get()->Append(*rhs.m_opaque_sp);
512 log->Printf ("SBData::Append (rhs=%p) => "
H A DSBModuleSpec.cpp183 SBModuleSpecList::Append (const SBModuleSpec &spec) function in class:SBModuleSpecList
185 m_opaque_ap->Append (*spec.m_opaque_ap);
189 SBModuleSpecList::Append (const SBModuleSpecList &spec_list) function in class:SBModuleSpecList
191 m_opaque_ap->Append (*spec_list.m_opaque_ap);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp77 FX_BOOL CFX_BasicArray::Append(const CFX_BasicArray& src) function in class:CFX_BasicArray
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp183 FX_BOOL CFX_PathData::Append(const CFX_PathData* pSrc, const CFX_AffineMatrix* pMatrix) function in class:CFX_PathData
463 NewPath.Append(&t_path, NULL);
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py267 self.Append(val)
286 def Append(self, val): member in class:JetFileCombo
288 self.cmb.Append(val)
345 def Append(self, val): member in class:JetFileText
347 self.txt.Append(val)
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc271 void DevToolsFileHelper::Append(const std::string& url, function in class:DevToolsFileHelper
/external/chromium_org/courgette/
H A Dstreams.cc214 CheckBool SinkStream::Append(SinkStream* other) { function in class:courgette::SinkStream
358 ret = combined_stream->Append(&header);
360 ret = combined_stream->Append(stream(i));
385 ret = this->stream(i)->Append(set->stream(i));
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.cc181 bool SourceBufferStream::Append(const BufferQueue& buffers) { function in class:media::SourceBufferStream
182 TRACE_EVENT2("media", "SourceBufferStream::Append",
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_unittest.cc33 void Append(std::vector<uint8_t>* data_vector, T data) { function in namespace:mojo::test::__anon8787
282 // The parser, as well as Append() defined above, assumes that this code is
305 Append(&expected, static_cast<uint8_t>(0x10));
306 Append(&expected, static_cast<uint16_t>(65535));
307 Append(&expected, static_cast<uint32_t>(65536));
308 Append(&expected, static_cast<uint64_t>(0xffffffffffffffff));
309 Append(&expected, static_cast<uint8_t>(0));
310 Append(&expected, static_cast<uint8_t>(0xff));
317 Append(&expected, -static_cast<int64_t>(0x800));
318 Append(
[all...]
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_stdio.cc196 Status ChromiumWritableFile::Append(const Slice& data) { function in class:leveldb_env::ChromiumWritableFile
327 base::FilePath dir_filepath = dir_param.Append(FILE_PATH_LITERAL("*"));
H A Denv_chromium_win.cc184 Status ChromiumWritableFileWin::Append(const Slice& data) { function in class:leveldb_env::ChromiumWritableFileWin
319 base::FilePath dir_filepath = dir_param.Append(FILE_PATH_LITERAL("*"));

Completed in 433 milliseconds

123456