HomeSort by relevance Sort by last modified time
    Searched defs:CopyTo (Results 1 - 25 of 41) sorted by null

1 2

  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.h 31 virtual int32_t CopyTo(OutputStream* os, int32_t offset, int32_t length);
34 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); }
35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) {
36 return ByteArray::CopyTo(array, offset, length);
38 virtual int32_t CopyTo(int32_t dst_offset,
42 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
44 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); }
memory_byte_array.h 43 virtual int32_t CopyTo(OutputStream* os, int32_t offset, int32_t length);
46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); }
47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) {
48 return ByteArray::CopyTo(array, offset, length);
50 virtual int32_t CopyTo(int32_t dst_offset,
54 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
56 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); }
growable_memory_byte_array.cc 34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os,
memory_byte_array.cc 36 int32_t MemoryByteArray::CopyTo(OutputStream* os,
byte_array.cc 97 int32_t ByteArray::CopyTo(ByteArray* array) {
98 return CopyTo(array, 0, Length());
101 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) {
102 return CopyTo(0, array, offset, length);
105 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array,
128 int32_t ByteArray::CopyTo(OutputStream* os) {
129 return CopyTo(os, 0, Length());
132 int32_t ByteArray::CopyTo(OutputStream* os, int32_t offset, int32_t length) {
readable_font_data.cc 212 int32_t ReadableFontData::CopyTo(OutputStream* os) {
213 return array_->CopyTo(os, BoundOffset(0), Length());
216 int32_t ReadableFontData::CopyTo(WritableFontData* wfd) {
217 return array_->CopyTo(wfd->BoundOffset(0),
223 int32_t ReadableFontData::CopyTo(ByteArray* ba) {
224 return array_->CopyTo(ba, BoundOffset(0), Length());
  /external/webrtc/webrtc/base/
cryptstring.cc 19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const {
53 void InsecureCryptStringImpl::CopyTo(char* dest, bool nullterminate) const {
cryptstring.h 28 virtual void CopyTo(char * dest, bool nullterminate) const = 0;
38 void CopyTo(char* dest, bool nullterminate) const override;
48 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); }
94 password->CopyTo(storage_ + length_, true);
158 void CopyTo(char* dest, bool nullterminate) const override;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_multi_vector.cc 60 void AudioMultiVector::CopyTo(AudioMultiVector* copy_to) const {
63 channels_[i]->CopyTo(&(*copy_to)[i]);
212 channels_[from_channel]->CopyTo(channels_[to_channel]);
audio_vector.cc 40 void AudioVector::CopyTo(AudioVector* copy_to) const {
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)
104 wrapped.CopyTo(array, arrayIndex);
  /external/protobuf/src/google/protobuf/stubs/
bytestream.cc 40 void ByteSource::CopyTo(ByteSink* sink, size_t n) {
44 GOOGLE_LOG(DFATAL) << "ByteSource::CopyTo() overran input.";
188 void LimitByteSource::CopyTo(ByteSink *sink, size_t n) {
190 source_->CopyTo(sink, n);
  /external/webrtc/webrtc/common_audio/
blocker_unittest.cc 71 CopyTo(input_chunk, 0, start, num_input_channels, chunk_size, input);
77 CopyTo(output, start, 0, num_output_channels, chunk_size, output_chunk);
110 static void CopyTo(float* const* dst,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
corewrappers.h 85 HRESULT CopyTo(HSTRING *str) const throw() {
  /art/runtime/base/
bit_vector.h 260 void CopyTo(void* dst, size_t len) const {
  /external/libbrillo/brillo/
any_internal_impl.h 149 virtual void CopyTo(Buffer* buffer) const = 0;
170 void CopyTo(Buffer* buffer) const override;
226 Buffer(const Buffer& rhs) : Buffer() { rhs.CopyTo(this); }
230 rhs.CopyTo(this);
323 void CopyTo(Buffer* destination) const {
327 GetDataPtr()->CopyTo(destination);
362 void TypedData<T>::CopyTo(Buffer* buffer) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 474 unsigned CopyTo = 0;
476 Relocs[CopyTo++] = R.R;
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 332 public void CopyTo(byte[] array, int position)
  /external/skia/src/utils/win/
SkIStream.cpp 66 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream*
  /device/google/dragon/crash_collector/
coredump_writer.cc 73 bool CopyTo(int fd_dest, size_t num_bytes) {
95 return CopyTo(-1, offset - bytes_read_);
218 !reader.CopyTo(fd_dest, program_header.p_filesz)) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 257 public void CopyTo(Array array, int index)
328 public void CopyTo(Array array, int index)
456 public void CopyTo(Array array, int index)
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 161 void TiXmlNode::CopyTo( TiXmlNode* target ) const
547 copy.CopyTo( this );
554 base.CopyTo( this );
853 void TiXmlElement::CopyTo( TiXmlElement* target ) const
856 TiXmlNode::CopyTo( target );
895 CopyTo( clone );
942 copy.CopyTo( this );
949 copy.CopyTo( this );
1115 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const
1117 TiXmlNode::CopyTo( target )
    [all...]
  /external/v8/src/zone/
zone-chunk-list.h 86 void CopyTo(T* ptr);
398 void ZoneChunkList<T>::CopyTo(T* ptr) {
  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 150 void AudioBuffer::CopyTo(const StreamConfig& stream_config,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 219 HRESULT CopyTo(InterfaceType **ptr) const throw() {
225 HRESULT CopyTo(REFIID riid, void **ptr) const throw() {
230 HRESULT CopyTo(U **ptr) const throw() {

Completed in 1304 milliseconds

1 2