/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | ByteString.java | 88 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
|
D | UnknownFieldSet.java | 71 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/ |
D | ByteStringMicro.java | 82 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/ |
D | casts.cpp | 12 void A::copyFrom(const A &src) { in copyFrom() function in PR5248::A
|
/external/skia/src/animator/ |
D | SkDisplayTypes.cpp | 118 SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) { in SkDisplayString() 187 SkDisplayArray::SkDisplayArray(SkTypedArray& copyFrom) : values(copyFrom) { in SkDisplayArray()
|
/external/skia/legacy/src/animator/ |
D | SkDisplayTypes.cpp | 122 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/ |
D | OutputProperties.java | 577 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/ |
D | AudioChannel.cpp | 50 void AudioChannel::copyFrom(const AudioChannel* sourceChannel) in copyFrom() function in WebCore::AudioChannel
|
D | AudioBus.cpp | 195 void AudioBus::copyFrom(const AudioBus& sourceBus) in copyFrom() function in WebCore::AudioBus
|
/external/icu4c/common/ |
D | charstr.cpp | 22 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom() function in CharString
|
D | messagepattern.cpp | 108 MessagePatternList<T, stackCapacity>::copyFrom( in copyFrom() function in MessagePatternList
|
D | unistr.cpp | 466 UnicodeString::copyFrom(const UnicodeString &src, UBool fastCopy) { in copyFrom() function in UnicodeString
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 64 void copyFrom(VNInfo &src) { in copyFrom() function
|
/external/javassist/src/main/javassist/bytecode/ |
D | ExceptionsAttribute.java | 81 private void copyFrom(ExceptionsAttribute srcAttr, Map classnames) { in copyFrom() method in ExceptionsAttribute
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMessage.java | 51 public void copyFrom(Message m) { in copyFrom() method in ShadowMessage
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | DateMath.h | 193 void copyFrom(const GregorianDateTime& rhs) in copyFrom() function
|
/external/webkit/Source/WebCore/loader/ |
D | FormSubmission.cpp | 113 void FormSubmission::Attributes::copyFrom(const Attributes& other) in copyFrom() function in WebCore::FormSubmission::Attributes
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GlyphPageTreeNode.h | 119 void copyFrom(const GlyphPage& other) in copyFrom() function
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 308 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/ |
D | RawHeaders.java | 79 public RawHeaders(RawHeaders copyFrom) { in RawHeaders() method in RawHeaders
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | AppSettings.java | 171 public void copyFrom(AppSettings other) { in copyFrom() method in AppSettings
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | PODRedBlackTree.h | 228 virtual void copyFrom(Node* src) { m_data = src->data(); } in copyFrom() function
|
/external/icu4c/i18n/ |
D | dtptngen.cpp | 1274 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/ |
D | Tracer.java | 65 protected static int copyFrom(int n, TypeData[] srcTypes, TypeData[] destTypes) { in copyFrom() method in Tracer
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | Camera.java | 295 public void copyFrom(Camera cam) { in copyFrom() method in Camera
|