HomeSort by relevance Sort by last modified time
    Searched refs:copyFrom (Results 1 - 25 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 52 private KeyDrawParams(final KeyDrawParams copyFrom) {
53 mTypeface = copyFrom.mTypeface;
55 mLetterSize = copyFrom.mLetterSize;
56 mLabelSize = copyFrom.mLabelSize;
57 mLargeLetterSize = copyFrom.mLargeLetterSize;
58 mHintLetterSize = copyFrom.mHintLetterSize;
59 mShiftedLetterHintSize = copyFrom.mShiftedLetterHintSize;
60 mHintLabelSize = copyFrom.mHintLabelSize;
61 mPreviewTextSize = copyFrom.mPreviewTextSize;
63 mTextColor = copyFrom.mTextColor
    [all...]
  /external/clang/test/CodeGenCXX/
casts.cpp 6 void copyFrom(const A &src);
12 void A::copyFrom(const A &src) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Parameter.java 32 public void copyFrom(Parameter src);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueKeyframe.cpp 12 AnimatableValueKeyframe::AnimatableValueKeyframe(const AnimatableValueKeyframe& copyFrom)
13 : Keyframe(copyFrom.m_offset, copyFrom.m_composite, copyFrom.m_easing)
15 for (PropertyValueMap::const_iterator iter = copyFrom.m_propertyValues.begin(); iter != copyFrom.m_propertyValues.end(); ++iter)
StringKeyframe.cpp 18 StringKeyframe::StringKeyframe(const StringKeyframe& copyFrom)
19 : Keyframe(copyFrom.m_offset, copyFrom.m_composite, copyFrom.m_easing)
20 , m_propertySet(copyFrom.m_propertySet->mutableCopy())
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 88 public static ByteString copyFrom(final byte[] bytes, final int offset,
98 public static ByteString copyFrom(final byte[] bytes) {
99 return copyFrom(bytes, 0, bytes.length);
106 public static ByteString copyFrom(final ByteBuffer bytes, final int size) {
116 public static ByteString copyFrom(final ByteBuffer bytes) {
117 return copyFrom(bytes, bytes.remaining());
124 public static ByteString copyFrom(final String text, final String charsetName)
149 public static ByteString copyFrom(List<ByteString> list) {
Internal.java 93 return ByteString.copyFrom(bytes.getBytes("ISO-8859-1"));
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 69 mockServiceState.copyFrom(serviceState);
86 protected void copyFrom(ServiceState s) {
87 super.copyFrom(s);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 93 return ByteString.copyFrom(bytes.getBytes("ISO-8859-1"));
ByteString.java 191 public static ByteString copyFrom(byte[] bytes, int offset, int size) {
203 public static ByteString copyFrom(byte[] bytes) {
204 return copyFrom(bytes, 0, bytes.length);
215 public static ByteString copyFrom(ByteBuffer bytes, int size) {
228 public static ByteString copyFrom(ByteBuffer bytes) {
229 return copyFrom(bytes, bytes.remaining());
241 public static ByteString copyFrom(String text, String charsetName)
336 return ByteString.copyFrom(results);
364 return ByteString.copyFrom(buf, 0, bytesRead);
404 public static ByteString copyFrom(Iterable<ByteString> byteStrings)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 82 public static ByteStringMicro copyFrom(final byte[] bytes, final int offset,
92 public static ByteStringMicro copyFrom(final byte[] bytes) {
93 return copyFrom(bytes, 0, bytes.length);
100 public static ByteStringMicro copyFrom(final String text, final String charsetName)
  /frameworks/base/core/java/android/hardware/display/
DisplayViewport.java 55 public void copyFrom(DisplayViewport viewport) {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 91 ByteString substring = ByteString.copyFrom(bytes).substring(500);
98 ByteString byteString = ByteString.copyFrom(bytes, 500, 200);
99 assertTrue("copyFrom sub-range must contain the expected bytes",
105 ByteString byteString = ByteString.copyFrom(bytes);
106 assertTrue("copyFrom must contain the expected bytes",
115 ByteString byteString = ByteString.copyFrom(byteBuffer, 200);
116 assertTrue("copyFrom byteBuffer sub-range must contain the expected bytes",
125 ByteString byteString = ByteString.copyFrom(byteBuffer);
126 assertTrue("copyFrom byteBuffer sub-range must contain the expected bytes",
132 ByteString byteString = ByteString.copyFrom(testString, UTF_16)
    [all...]
BoundedByteStringTest.java 50 stringUnderTest = ByteString.copyFrom(sourceBytes).substring(from, to);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.h 71 m_sourceBus->copyFrom(*bus);
80 destinationBus->copyFrom(*m_sourceBus);
AudioDestinationNode.cpp 83 destinationBus->copyFrom(*renderedBus);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioChannel.cpp 59 void AudioChannel::copyFrom(const AudioChannel* sourceChannel)
114 copyFrom(sourceChannel);
  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 36 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { }
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionData.java 54 public SubscriptionData copyFrom(SubscriptionData from) {
59 subscription[i].copyFrom(from.subscription[i]);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_check_dims.java 43 AFailed.copyFrom(mFailedArr);
56 mA.copyFrom(mData);
  /sdk/emulator/opengl/shared/emugl/common/
smart_ptr.h 61 void* copyFrom(const SmartPtrBase& other);
113 void* old_ptr = copyFrom(static_cast<const SmartPtrBase&>(other));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 246 minAlloc.copyFrom(minArray);
247 maxAlloc.copyFrom(maxArray);
261 minAlloc.copyFrom(minArray);
262 maxAlloc.copyFrom(maxArray);
275 minAlloc.copyFrom(minArray);
276 maxAlloc.copyFrom(maxArray);
289 minAlloc.copyFrom(minArray);
290 maxAlloc.copyFrom(maxArray);
303 minAlloc.copyFrom(minArray);
304 maxAlloc.copyFrom(maxArray)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowManager_LayoutParamsTest.java 97 mLayoutParams.copyFrom(params));
108 mLayoutParams.copyFrom(params));
124 mLayoutParams.copyFrom(params));
133 mLayoutParams.copyFrom(params));
140 mLayoutParams.copyFrom(params));
147 mLayoutParams.copyFrom(params));
154 mLayoutParams.copyFrom(params));
161 mLayoutParams.copyFrom(params));
216 assertEquals(0, out.copyFrom(mLayoutParams));
  /cts/tests/tests/os/src/android/os/cts/
MessengerService.java 33 reply.copyFrom(msg);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayTypes.cpp 118 SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) {
187 SkDisplayArray::SkDisplayArray(SkTypedArray& copyFrom) : values(copyFrom) {

Completed in 1145 milliseconds

1 2 3 4 5 6 7 8 91011>>