/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 107 public void copyFrom(BaseObj[] d) { in copyFrom() method in AllocationThunker 116 mN.copyFrom(dN); in copyFrom() 151 public void copyFrom(int[] d) { in copyFrom() method in AllocationThunker 153 mN.copyFrom(d); in copyFrom() 158 public void copyFrom(short[] d) { in copyFrom() method in AllocationThunker 160 mN.copyFrom(d); in copyFrom() 165 public void copyFrom(byte[] d) { in copyFrom() method in AllocationThunker 167 mN.copyFrom(d); in copyFrom() 172 public void copyFrom(float[] d) { in copyFrom() method in AllocationThunker 174 mN.copyFrom(d); in copyFrom() [all …]
|
D | Allocation.java | 380 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation 525 public void copyFrom(int[] d) { in copyFrom() method in Allocation 543 public void copyFrom(short[] d) { in copyFrom() method in Allocation 561 public void copyFrom(byte[] d) { in copyFrom() method in Allocation 579 public void copyFrom(float[] d) { in copyFrom() method in Allocation 603 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation 609 copyFrom(newBitmap); in copyFrom() 623 public void copyFrom(Allocation a) { in copyFrom() method in Allocation 1629 alloc.copyFrom(allocArray); in createFromString()
|
/frameworks/base/core/java/android/print/ |
D | PrinterInfo.java | 57 copyFrom(prototype); in PrinterInfo() 63 public void copyFrom(PrinterInfo other) { in copyFrom() method in PrinterInfo 73 mCapabilities.copyFrom(other.mCapabilities); in copyFrom() 254 mPrototype.copyFrom(other); in Builder()
|
/frameworks/base/services/java/com/android/server/power/ |
D | DisplayPowerRequest.java | 75 copyFrom(other); in DisplayPowerRequest() 78 public void copyFrom(DisplayPowerRequest other) { in copyFrom() method in DisplayPowerRequest
|
/frameworks/base/services/input/ |
D | InputListener.cpp | 80 this->pointerProperties[i].copyFrom(pointerProperties[i]); in NotifyMotionArgs() 81 this->pointerCoords[i].copyFrom(pointerCoords[i]); in NotifyMotionArgs() 94 pointerProperties[i].copyFrom(other.pointerProperties[i]); in NotifyMotionArgs() 95 pointerCoords[i].copyFrom(other.pointerCoords[i]); in NotifyMotionArgs()
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_copy_test.java | 42 a1.copyFrom(f1); in testFloat2() 66 a1.copyFrom(f1); in testFloat3() 90 a1.copyFrom(f1); in testFloat4()
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_copy_test.java | 42 a1.copyFrom(f1); in testFloat2() 66 a1.copyFrom(f1); in testFloat3() 90 a1.copyFrom(f1); in testFloat4()
|
D | UT_check_dims.java | 43 AFailed.copyFrom(mFailedArr); in initializeGlobals() 56 mA.copyFrom(mData); in initializeGlobals()
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.h | 58 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
|
/frameworks/base/libs/hwui/ |
D | SkiaShader.cpp | 61 void SkiaShader::copyFrom(const SkiaShader& shader) { in copyFrom() function in android::uirenderer::SkiaShader 115 copy->copyFrom(*this); in copy() 211 copy->copyFrom(*this); in copy() 278 copy->copyFrom(*this); in copy() 333 copy->copyFrom(*this); in copy() 393 copy->copyFrom(*this); in copy()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 377 copyFrom(mBitmap); in syncAll() 443 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation 602 public void copyFrom(int[] d) { in copyFrom() method in Allocation 622 public void copyFrom(short[] d) { in copyFrom() method in Allocation 642 public void copyFrom(byte[] d) { in copyFrom() method in Allocation 662 public void copyFrom(float[] d) { in copyFrom() method in Allocation 688 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation 695 copyFrom(newBitmap); in copyFrom() 710 public void copyFrom(Allocation a) { in copyFrom() method in Allocation 1714 adapter.copyFrom(xpos); in createCubemapFromCubeFaces() [all …]
|
/frameworks/base/services/java/com/android/server/display/ |
D | LogicalDisplay.java | 114 mInfo.copyFrom(mOverrideDisplayInfo); in getDisplayInfoLocked() 118 mInfo.copyFrom(mBaseDisplayInfo); in getDisplayInfoLocked() 139 mOverrideDisplayInfo.copyFrom(info); in setDisplayInfoOverrideFromWindowManagerLocked()
|
D | DisplayViewport.java | 53 public void copyFrom(DisplayViewport viewport) { in copyFrom() method in DisplayViewport
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellSignalStrengthGsm.java | 64 copyFrom(s); in CellSignalStrengthGsm() 83 protected void copyFrom(CellSignalStrengthGsm s) { in copyFrom() method in CellSignalStrengthGsm
|
D | CellSignalStrengthWcdma.java | 64 copyFrom(s); in CellSignalStrengthWcdma() 83 protected void copyFrom(CellSignalStrengthWcdma s) { in copyFrom() method in CellSignalStrengthWcdma
|
D | CellSignalStrengthLte.java | 65 copyFrom(s); in CellSignalStrengthLte() 108 protected void copyFrom(CellSignalStrengthLte s) { in copyFrom() method in CellSignalStrengthLte
|
D | CellSignalStrengthCdma.java | 64 copyFrom(s); in CellSignalStrengthCdma() 89 protected void copyFrom(CellSignalStrengthCdma s) { in copyFrom() method in CellSignalStrengthCdma
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | Scene.java | 280 drawableData.copyFrom(drawableAllocs); in addDrawables() 295 shaderData.copyFrom(shaderAllocs); in addShaders() 307 shaderData.copyFrom(shaderAllocs); in addShaders() 353 cameraData.copyFrom(cameraAllocs); in initRS() 365 lightData.copyFrom(lightAllocs); in initRS()
|
D | Transform.java | 64 childRSData.copyFrom(childrenAllocs); in updateRSChildData()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MessengerService.java | 32 reply.copyFrom(msg);
|
/frameworks/av/media/mtp/ |
D | MtpPacket.h | 46 void copyFrom(const MtpPacket& src);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | UsageIO.java | 59 mScratchPixelsAllocation1.copyFrom(mInPixelsAllocation); in runTest()
|
/frameworks/native/include/input/ |
D | Input.h | 206 void copyFrom(const PointerCoords& other); 232 void copyFrom(const PointerProperties& other); 518 void copyFrom(const MotionEvent* other, bool keepHistory);
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 338 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); in publishMotionEvent() 339 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); in publishMotionEvent() 769 resampledCoords.copyFrom(currentCoords); in resampleTouchState() 783 resampledCoords.copyFrom(currentCoords); in resampleTouchState() 901 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties); in initializeMotionEvent() 902 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in initializeMotionEvent() 928 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in addSample()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMTestHandler.java | 109 msg.copyFrom(mCurrentMessage); in waitForMessage()
|