/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | ScriptC_reduce_general_accumulator.java.expect | 89 ain1.copyFrom(in1); 122 ain1.copyFrom(in1); 155 ain1.copyFrom(in1); 188 ain1.copyFrom(in1); 221 ain1.copyFrom(in1); 254 ain1.copyFrom(in1); 287 ain1.copyFrom(in1); 320 ain1.copyFrom(in1); 353 ain1.copyFrom(in1); 386 ain1.copyFrom(in1); [all …]
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | SGEMMTest.java | 154 matA.copyFrom(a_float); in setTestSmall() 155 matB.copyFrom(b_float); in setTestSmall() 209 matA.copyFrom(a_float); in setTestMedium() 210 matB.copyFrom(b_float); in setTestMedium() 257 matA.copyFrom(a_float); in setTestLarge() 258 matB.copyFrom(b_float); in setTestLarge()
|
D | BNNMTest.java | 230 matA.copyFrom(a_byte); in setTestSmall() 231 matB.copyFrom(b_byte); in setTestSmall() 301 matA.copyFrom(a_byte); in setTestMedium() 302 matB.copyFrom(b_byte); in setTestMedium() 350 matA.copyFrom(a_byte); in setTestLarge() 351 matB.copyFrom(b_byte); in setTestLarge()
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 157 ain1.copyFrom(in1); 190 ain1.copyFrom(in1); 223 ain1.copyFrom(in1); 256 ain1.copyFrom(in1); 289 ain1.copyFrom(in1); 322 ain1.copyFrom(in1); 355 ain1.copyFrom(in1); 388 ain1.copyFrom(in1); 421 ain1.copyFrom(in1); 454 ain1.copyFrom(in1); [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackViewState.java | 66 public void copyFrom(ViewState viewState) { in copyFrom() method in StackViewState 67 super.copyFrom(viewState); in copyFrom()
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 130 ain1.copyFrom(in1); 141 ain2.copyFrom(in2); 194 ain1.copyFrom(in1); 205 ain2.copyFrom(in2); 258 ain1.copyFrom(in1); 273 ain2.copyFrom(in2); 326 ain1.copyFrom(in1); 341 ain2.copyFrom(in2); 394 ain1.copyFrom(in1); 409 ain2.copyFrom(in2); [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 81 this->pointerProperties[i].copyFrom(pointerProperties[i]); in NotifyMotionArgs() 82 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/av/services/audioflinger/ |
D | FastMixerDumpState.h | 39 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
|
/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/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()
|
D | UT_alloc_copyPadded.java | 95 alloc.copyFrom(inArray); in testAllocation_Byte3_1D() 127 alloc.copyFrom(inArray); in testAllocation_Byte3_2D() 160 alloc.copyFrom(inArray); in testAllocation_Byte3_3D() 194 alloc.copyFrom(inArray); in testAllocation_Short3_1D() 229 alloc.copyFrom(inArray); in testAllocation_Short3_2D() 265 alloc.copyFrom(inArray); in testAllocation_Short3_3D() 299 alloc.copyFrom(inArray); in testAllocation_Int3_1D() 334 alloc.copyFrom(inArray); in testAllocation_Int3_2D() 370 alloc.copyFrom(inArray); in testAllocation_Int3_3D() 404 alloc.copyFrom(inArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/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_alloc_copyPadded.java | 95 alloc.copyFrom(inArray); in testAllocation_Byte3_1D() 127 alloc.copyFrom(inArray); in testAllocation_Byte3_2D() 160 alloc.copyFrom(inArray); in testAllocation_Byte3_3D() 194 alloc.copyFrom(inArray); in testAllocation_Short3_1D() 229 alloc.copyFrom(inArray); in testAllocation_Short3_2D() 265 alloc.copyFrom(inArray); in testAllocation_Short3_3D() 299 alloc.copyFrom(inArray); in testAllocation_Int3_1D() 334 alloc.copyFrom(inArray); in testAllocation_Int3_2D() 370 alloc.copyFrom(inArray); in testAllocation_Int3_3D() 404 alloc.copyFrom(inArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SignalController.java | 93 mCurrentState.copyFrom(mLastState); in resetLastState() 117 mLastState.copyFrom(mCurrentState); in saveLastState() 181 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState); in recordLastState() 268 public void copyFrom(State state) { in copyFrom() method in SignalController.State
|
/frameworks/base/telephony/java/android/telephony/ |
D | VoLteServiceState.java | 94 copyFrom(s); in VoLteServiceState() 109 protected void copyFrom(VoLteServiceState s) { in copyFrom() method in VoLteServiceState
|
D | CellSignalStrengthWcdma.java | 64 copyFrom(s); in CellSignalStrengthWcdma() 83 protected void copyFrom(CellSignalStrengthWcdma s) { in copyFrom() method in CellSignalStrengthWcdma
|
D | CellSignalStrengthGsm.java | 65 copyFrom(s); in CellSignalStrengthGsm() 100 protected void copyFrom(CellSignalStrengthGsm s) { in copyFrom() method in CellSignalStrengthGsm
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | SparseMappingTable.java | 87 public void copyFrom(Table copyFrom, int valueCount) { in copyFrom() argument 91 final int N = copyFrom.getKeyCount(); in copyFrom() 93 final int theirKey = copyFrom.getKeyAt(i); in copyFrom() 94 final long[] theirLongs = copyFrom.mParent.mLongs.get(getArrayFromKey(theirKey)); in copyFrom()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 210 ain1.copyFrom(in1); 243 ain1.copyFrom(in1); 277 ain1.copyFrom(in1); 288 ain2.copyFrom(in2); 340 ain1.copyFrom(in1); 373 ain1.copyFrom(in1); 406 ain1.copyFrom(in1); 439 ain1.copyFrom(in1); 472 ain1.copyFrom(in1);
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 210 ain1.copyFrom(in1); 243 ain1.copyFrom(in1); 277 ain1.copyFrom(in1); 288 ain2.copyFrom(in2); 340 ain1.copyFrom(in1); 373 ain1.copyFrom(in1); 406 ain1.copyFrom(in1); 439 ain1.copyFrom(in1); 472 ain1.copyFrom(in1);
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 538 copyFrom(mBitmap); in syncAll() 604 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation 858 public void copyFrom(Object array) { in copyFrom() method in Allocation 890 public void copyFrom(int[] d) { in copyFrom() method in Allocation 917 public void copyFrom(short[] d) { in copyFrom() method in Allocation 944 public void copyFrom(byte[] d) { in copyFrom() method in Allocation 971 public void copyFrom(float[] d) { in copyFrom() method in Allocation 989 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation 997 copyFrom(newBitmap); in copyFrom() 1014 public void copyFrom(Allocation a) { in copyFrom() method in Allocation [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 172 ain1.copyFrom(in1); 205 ain1.copyFrom(in1); 238 ain1.copyFrom(in1); 272 ain1.copyFrom(in1); 283 ain2.copyFrom(in2); 335 ain1.copyFrom(in1);
|
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/ |
D | BindingExpressionParser.java | 292 public void copyFrom(ExpressionContext ctx) { in copyFrom() method in BindingExpressionParser.ExpressionContext 293 super.copyFrom(ctx); in copyFrom() 303 public BracketOpContext(ExpressionContext ctx) { copyFrom(ctx); } in BracketOpContext() 322 public ResourceContext(ExpressionContext ctx) { copyFrom(ctx); } in ResourceContext() 344 public CastOpContext(ExpressionContext ctx) { copyFrom(ctx); } in CastOpContext() 364 public UnaryOpContext(ExpressionContext ctx) { copyFrom(ctx); } in UnaryOpContext() 389 public AndOrOpContext(ExpressionContext ctx) { copyFrom(ctx); } in AndOrOpContext() 415 public MethodInvocationContext(ExpressionContext ctx) { copyFrom(ctx); } in MethodInvocationContext() 440 public PrimaryContext(ExpressionContext ctx) { copyFrom(ctx); } in PrimaryContext() 459 public GroupingContext(ExpressionContext ctx) { copyFrom(ctx); } in GroupingContext() [all …]
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManagerInternal.java | 229 copyFrom(other); in DisplayPowerRequest() 236 public void copyFrom(DisplayPowerRequest other) { in copyFrom() method in DisplayManagerInternal.DisplayPowerRequest
|