Home
last modified time | relevance | path

Searched defs:copyTo (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java126 public void copyTo(final byte[] target, final int offset) { in copyTo() method in ByteStringMicro
138 public void copyTo(final byte[] target, final int sourceOffset, in copyTo() method in ByteStringMicro
/external/webkit/Source/WebCore/fileapi/
DEntrySync.cpp76 PassRefPtr<EntrySync> EntrySync::copyTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, … in copyTo() function in WebCore::EntrySync
DEntry.cpp68 void Entry::copyTo(PassRefPtr<DirectoryEntry> parent, const String& name, PassRefPtr<EntryCallback>… in copyTo() function in WebCore::Entry
/external/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java178 public void copyTo(final byte[] target, final int offset) { in copyTo() method in ByteString
190 public void copyTo(final byte[] target, final int sourceOffset, in copyTo() method in ByteString
/external/skia/src/core/
DSkStream.cpp696 void SkDynamicMemoryWStream::copyTo(void* dst) const in copyTo() function in SkDynamicMemoryWStream
DSkBitmap.cpp882 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const { in copyTo() function in SkBitmap
/external/webkit/Source/WebCore/platform/
DKURLGoogle.cpp277 void KURLGooglePrivate::copyTo(KURLGooglePrivate* dest) const in copyTo() function in WebCore::KURLGooglePrivate
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js633 BigInteger.prototype.copyTo = bnpCopyTo; method in BigInteger
/external/v8/benchmarks/
Dcrypto.js641 BigInteger.prototype.copyTo = bnpCopyTo; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js633 BigInteger.prototype.copyTo = bnpCopyTo; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js633 BigInteger.prototype.copyTo = bnpCopyTo; method in BigInteger
/external/webkit/Source/JavaScriptCore/yarr/
DYarrJIT.cpp581 void copyTo(BacktrackDestination& lhs) in copyTo() function