Home
last modified time | relevance | path

Searched defs:copyFrom (Results 1 – 25 of 26) sorted by relevance

12

/external/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java88 public static ByteString copyFrom(final byte[] bytes, final int offset, in copyFrom() method in ByteString
98 public static ByteString copyFrom(final byte[] bytes) { in copyFrom() method in ByteString
106 public static ByteString copyFrom(final ByteBuffer bytes, final int size) { in copyFrom() method in ByteString
116 public static ByteString copyFrom(final ByteBuffer bytes) { in copyFrom() method in ByteString
124 public static ByteString copyFrom(final String text, final String charsetName) in copyFrom() method in ByteString
149 public static ByteString copyFrom(List<ByteString> list) { in copyFrom() method in ByteString
DUnknownFieldSet.java71 public static Builder newBuilder(final UnknownFieldSet copyFrom) { in newBuilder()
668 public static Builder newBuilder(final Field copyFrom) { in newBuilder()
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java82 public static ByteStringMicro copyFrom(final byte[] bytes, final int offset, in copyFrom() method in ByteStringMicro
92 public static ByteStringMicro copyFrom(final byte[] bytes) { in copyFrom() method in ByteStringMicro
100 public static ByteStringMicro copyFrom(final String text, final String charsetName) in copyFrom() method in ByteStringMicro
/external/clang/test/CodeGenCXX/
Dcasts.cpp12 void A::copyFrom(const A &src) { in copyFrom() function in PR5248::A
/external/skia/src/animator/
DSkDisplayTypes.cpp118 SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) { in SkDisplayString()
187 SkDisplayArray::SkDisplayArray(SkTypedArray& copyFrom) : values(copyFrom) { in SkDisplayArray()
/external/skia/legacy/src/animator/
DSkDisplayTypes.cpp122 SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) { in SkDisplayString()
191 SkDisplayArray::SkDisplayArray(SkTypedArray& copyFrom) : values(copyFrom) { in SkDisplayArray()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java577 public void copyFrom(Properties src) in copyFrom() method in OutputProperties
592 public void copyFrom(Properties src, boolean shouldResetDefaults) in copyFrom() method in OutputProperties
631 public void copyFrom(OutputProperties opsrc) in copyFrom() method in OutputProperties
/external/webkit/Source/WebCore/platform/audio/
DAudioChannel.cpp50 void AudioChannel::copyFrom(const AudioChannel* sourceChannel) in copyFrom() function in WebCore::AudioChannel
DAudioBus.cpp195 void AudioBus::copyFrom(const AudioBus& sourceBus) in copyFrom() function in WebCore::AudioBus
/external/icu4c/common/
Dcharstr.cpp22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom() function in CharString
Dmessagepattern.cpp108 MessagePatternList<T, stackCapacity>::copyFrom( in copyFrom() function in MessagePatternList
Dunistr.cpp466 UnicodeString::copyFrom(const UnicodeString &src, UBool fastCopy) { in copyFrom() function in UnicodeString
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h64 void copyFrom(VNInfo &src) { in copyFrom() function
/external/javassist/src/main/javassist/bytecode/
DExceptionsAttribute.java81 private void copyFrom(ExceptionsAttribute srcAttr, Map classnames) { in copyFrom() method in ExceptionsAttribute
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMessage.java51 public void copyFrom(Message m) { in copyFrom() method in ShadowMessage
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.h193 void copyFrom(const GregorianDateTime& rhs) in copyFrom() function
/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp113 void FormSubmission::Attributes::copyFrom(const Attributes& other) in copyFrom() function in WebCore::FormSubmission::Attributes
/external/webkit/Source/WebCore/platform/graphics/
DGlyphPageTreeNode.h119 void copyFrom(const GlyphPage& other) in copyFrom() function
/external/llvm/include/llvm/ADT/
DDenseMap.h308 void copyFrom(const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT>& other) { in copyFrom() function
597 void copyFrom(const DenseMap& other) { in copyFrom() function
826 void copyFrom(const SmallDenseMap& other) { in copyFrom() function
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRawHeaders.java79 public RawHeaders(RawHeaders copyFrom) { in RawHeaders() method in RawHeaders
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DAppSettings.java171 public void copyFrom(AppSettings other) { in copyFrom() method in AppSettings
/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODRedBlackTree.h228 virtual void copyFrom(Node* src) { m_data = src->data(); } in copyFrom() function
/external/icu4c/i18n/
Ddtptngen.cpp1274 PatternMap::copyFrom(const PatternMap& other, UErrorCode& status) { in copyFrom() function in PatternMap
1656 DateTimeMatcher::copyFrom(const PtnSkeleton& newSkeleton) { in copyFrom() function in DateTimeMatcher
1665 DateTimeMatcher::copyFrom() { in copyFrom() function in DateTimeMatcher
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java65 protected static int copyFrom(int n, TypeData[] srcTypes, TypeData[] destTypes) { in copyFrom() method in Tracer
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java295 public void copyFrom(Camera cam) { in copyFrom() method in Camera

12