/external/sfntly/cpp/src/sfntly/data/ |
D | growable_memory_byte_array.h | 34 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() function 35 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function 38 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() function 44 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); } in CopyTo() function
|
D | memory_byte_array.h | 46 virtual int32_t CopyTo(ByteArray* array) { return ByteArray::CopyTo(array); } in CopyTo() function 47 virtual int32_t CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function 50 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() function 56 virtual int32_t CopyTo(OutputStream* os) { return ByteArray::CopyTo(os); } in CopyTo() function
|
D | byte_array.cc | 95 int32_t ByteArray::CopyTo(ByteArray* array) { in CopyTo() function in sfntly::ByteArray 99 int32_t ByteArray::CopyTo(ByteArray* array, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray 103 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() function in sfntly::ByteArray 126 int32_t ByteArray::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ByteArray 130 int32_t ByteArray::CopyTo(OutputStream* os, int32_t offset, int32_t length) { in CopyTo() function in sfntly::ByteArray
|
D | readable_font_data.cc | 154 int32_t ReadableFontData::CopyTo(OutputStream* os) { in CopyTo() function in sfntly::ReadableFontData 158 int32_t ReadableFontData::CopyTo(WritableFontData* wfd) { in CopyTo() function in sfntly::ReadableFontData 165 int32_t ReadableFontData::CopyTo(ByteArray* ba) { in CopyTo() function in sfntly::ReadableFontData
|
D | growable_memory_byte_array.cc | 34 int32_t GrowableMemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::GrowableMemoryByteArray
|
D | memory_byte_array.cc | 36 int32_t MemoryByteArray::CopyTo(OutputStream* os, in CopyTo() function in sfntly::MemoryByteArray
|
/external/webrtc/webrtc/base/ |
D | cryptstring.cc | 19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo() function in rtc::EmptyCryptStringImpl 53 void InsecureCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo() function in rtc::InsecureCryptStringImpl
|
D | cryptstring.h | 48 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } in CopyTo() function
|
/external/opencv3/modules/core/test/ocl/ |
D | test_matrix_operation.cpp | 106 PARAM_TEST_CASE(CopyTo, MatDepth, Channels, bool, bool) in PARAM_TEST_CASE() argument 155 OCL_TEST_P(CopyTo, Accuracy) in OCL_TEST_P() argument
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 257 public void CopyTo(Array array, int index) in CopyTo() method in Antlr.Runtime.Collections.HashList.KeyCollection 328 public void CopyTo(Array array, int index) in CopyTo() method in Antlr.Runtime.Collections.HashList.ValueCollection 456 public void CopyTo(Array array, int index) in CopyTo() method in Antlr.Runtime.Collections.HashList
|
/external/tinyxml/ |
D | tinyxml.cpp | 169 void TiXmlNode::CopyTo( TiXmlNode* target ) const in CopyTo() function in TiXmlNode 848 void TiXmlElement::CopyTo( TiXmlElement* target ) const in CopyTo() function in TiXmlElement 1110 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const in CopyTo() function in TiXmlDocument 1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const in CopyTo() function in TiXmlComment 1367 void TiXmlText::CopyTo( TiXmlText* target ) const in CopyTo() function in TiXmlText 1464 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const in CopyTo() function in TiXmlDeclaration 1500 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const in CopyTo() function in TiXmlUnknown
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 115 public void CopyTo( Array array, int index ) in CopyTo() method in Antlr.Runtime.JavaExtensions.SubList 356 public void CopyTo( T[] array, int arrayIndex ) in CopyTo() method in Antlr.Runtime.JavaExtensions.SubList
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 161 void TiXmlNode::CopyTo( TiXmlNode* target ) const in CopyTo() function in TiXmlNode 853 void TiXmlElement::CopyTo( TiXmlElement* target ) const in CopyTo() function in TiXmlElement 1115 void TiXmlDocument::CopyTo( TiXmlDocument* target ) const in CopyTo() function in TiXmlDocument 1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const in CopyTo() function in TiXmlComment 1353 void TiXmlText::CopyTo( TiXmlText* target ) const in CopyTo() function in TiXmlText 1440 void TiXmlDeclaration::CopyTo( TiXmlDeclaration* target ) const in CopyTo() function in TiXmlDeclaration 1476 void TiXmlUnknown::CopyTo( TiXmlUnknown* target ) const in CopyTo() function in TiXmlUnknown
|
/external/libbrillo/brillo/ |
D | any_internal_impl.h | 322 void CopyTo(Buffer* destination) const { in CopyTo() function 361 void TypedData<T>::CopyTo(Buffer* buffer) const { in CopyTo() function
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | audio_vector.cc | 40 void AudioVector::CopyTo(AudioVector* copy_to) const { in CopyTo() function in webrtc::AudioVector
|
D | audio_multi_vector.cc | 60 void AudioMultiVector::CopyTo(AudioMultiVector* copy_to) const { in CopyTo() function in webrtc::AudioMultiVector
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_matop.cpp | 87 OCL_PERF_TEST_P(CopyToFixture, CopyTo, in OCL_PERF_TEST_P() argument
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 70 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream* in CopyTo() function in SkBaseIStream
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_buffer.cc | 150 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo() function in webrtc::AudioBuffer
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1562 void FileDescriptor::CopyTo(FileDescriptorProto* proto) const { in CopyTo() function in google::protobuf::FileDescriptor 1602 void Descriptor::CopyTo(DescriptorProto* proto) const { in CopyTo() function in google::protobuf::Descriptor 1631 void FieldDescriptor::CopyTo(FieldDescriptorProto* proto) const { in CopyTo() function in google::protobuf::FieldDescriptor 1680 void OneofDescriptor::CopyTo(OneofDescriptorProto* proto) const { in CopyTo() function in google::protobuf::OneofDescriptor 1684 void EnumDescriptor::CopyTo(EnumDescriptorProto* proto) const { in CopyTo() function in google::protobuf::EnumDescriptor 1696 void EnumValueDescriptor::CopyTo(EnumValueDescriptorProto* proto) const { in CopyTo() function in google::protobuf::EnumValueDescriptor 1705 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo() function in google::protobuf::ServiceDescriptor 1717 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const { in CopyTo() function in google::protobuf::MethodDescriptor
|
/external/webrtc/webrtc/common_audio/ |
D | blocker_unittest.cc | 110 static void CopyTo(float* const* dst, in CopyTo() function in webrtc::BlockerTest
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 216 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo() function in __asan::AllocatorOptions
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1333 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*, in CopyTo() function in GpStream
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 676 _Check_return_ HRESULT CopyTo(_Deref_out_opt_ T** ppT) throw() in CopyTo() function in ComPtr
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1874 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, in visitJumpTableHeader() local 2019 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), dl, B.Reg, Sub); in visitBitTestHeader() local
|