| /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/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/skia/src/utils/win/ |
| D | SkIStream.cpp | 68 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream* in CopyTo() function in SkBaseIStream
|
| /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
|
| D | descriptor_unittest.cc | 2186 TEST_P(AllowUnknownDependenciesTest, CopyTo) { in TEST_P() argument
|
| /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 | 1072 …virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*, ULARGE_INTEGER, ULARGE_INTEGER*, ULARGE_INTEGER… in CopyTo() function in FX_FINAL
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 1774 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurSDLoc(), in visitJumpTableHeader() local 1917 SDValue CopyTo = DAG.getCopyToReg(getControlRoot(), getCurSDLoc(), in visitBitTestHeader() local
|
| /external/v8/src/ |
| D | objects.cc | 7759 void FixedArray::CopyTo(int pos, FixedArray* dest, int dest_pos, int len) { in CopyTo() function in v8::internal::FixedArray
|