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

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGenCXX/
casts.cpp 6 void copyFrom(const A &src);
12 void A::copyFrom(const A &src) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 49 private KeyDrawParams(final KeyDrawParams copyFrom) {
50 mTypeface = copyFrom.mTypeface;
52 mLetterSize = copyFrom.mLetterSize;
53 mLabelSize = copyFrom.mLabelSize;
54 mLargeLetterSize = copyFrom.mLargeLetterSize;
55 mLargeLabelSize = copyFrom.mLargeLabelSize;
56 mHintLetterSize = copyFrom.mHintLetterSize;
57 mShiftedLetterHintSize = copyFrom.mShiftedLetterHintSize;
58 mHintLabelSize = copyFrom.mHintLabelSize;
59 mPreviewTextSize = copyFrom.mPreviewTextSize
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Parameter.java 32 public void copyFrom(Parameter src);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
PownTest.java 86 nAlloc.copyFrom(n);
97 nAlloc.copyFrom(n);
108 nAlloc.copyFrom(n);
119 nAlloc.copyFrom(n);
130 nAlloc.copyFrom(n);
141 nAlloc.copyFrom(n);
152 nAlloc.copyFrom(n);
163 nAlloc.copyFrom(n);
RootnTest.java 84 nAlloc.copyFrom(n);
95 nAlloc.copyFrom(n);
107 nAlloc.copyFrom(n);
118 nAlloc.copyFrom(n);
130 nAlloc.copyFrom(n);
141 nAlloc.copyFrom(n);
152 nAlloc.copyFrom(n);
163 nAlloc.copyFrom(n);
IntrinsicHistogram.java 72 mAin.copyFrom(i);
78 mAin.copyFrom(i);
149 mAin.copyFrom(i);
156 mAin.copyFrom(i);
  /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 192 public static ByteString copyFrom(byte[] bytes, int offset, int size) {
204 public static ByteString copyFrom(byte[] bytes) {
205 return copyFrom(bytes, 0, bytes.length);
216 public static ByteString copyFrom(ByteBuffer bytes, int size) {
229 public static ByteString copyFrom(ByteBuffer bytes) {
230 return copyFrom(bytes, bytes.remaining());
242 public static ByteString copyFrom(String text, String charsetName)
337 return ByteString.copyFrom(results);
365 return ByteString.copyFrom(buf, 0, bytesRead);
405 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/services/java/com/android/server/display/
DisplayViewport.java 53 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/core/platform/audio/
AudioChannel.cpp 59 void AudioChannel::copyFrom(const AudioChannel* sourceChannel)
114 copyFrom(sourceChannel);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.h 77 m_sourceBus->copyFrom(*bus);
86 destinationBus->copyFrom(*m_sourceBus);
AnalyserNode.cpp 68 outputBus->copyFrom(*inputBus);
AudioDestinationNode.cpp 83 destinationBus->copyFrom(*renderedBus);
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerRequest.java 75 copyFrom(other);
78 public void copyFrom(DisplayPowerRequest other) {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_check_dims.java 43 AFailed.copyFrom(mFailedArr);
56 mA.copyFrom(mData);
  /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/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) {
  /external/skia/src/animator/
SkDisplayTypes.cpp 118 SkDisplayString::SkDisplayString(SkString& copyFrom) : value(copyFrom) {
187 SkDisplayArray::SkDisplayArray(SkTypedArray& copyFrom) : values(copyFrom) {

Completed in 816 milliseconds

1 2 3 4 5 6 7 8 910