Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 25 of 148) sorted by relevance

123456

/frameworks/compile/slang/tests/P_reduce_general_accumulator/
DScriptC_reduce_general_accumulator.java.expect89 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/
DSGEMMTest.java154 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()
DBNNMTest.java230 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/
DScriptC_reduce_general_input.java.expect157 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/
DStackViewState.java66 public void copyFrom(ViewState viewState) { in copyFrom() method in StackViewState
67 super.copyFrom(viewState); in copyFrom()
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect130 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/
DInputListener.cpp81 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/
DFastMixerDumpState.h39 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_copy_test.java42 a1.copyFrom(f1); in testFloat2()
66 a1.copyFrom(f1); in testFloat3()
90 a1.copyFrom(f1); in testFloat4()
DUT_check_dims.java43 AFailed.copyFrom(mFailedArr); in initializeGlobals()
56 mA.copyFrom(mData); in initializeGlobals()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_copy_test.java42 a1.copyFrom(f1); in testFloat2()
66 a1.copyFrom(f1); in testFloat3()
90 a1.copyFrom(f1); in testFloat4()
DUT_alloc_copyPadded.java95 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/
DUT_copy_test.java42 a1.copyFrom(f1); in testFloat2()
66 a1.copyFrom(f1); in testFloat3()
90 a1.copyFrom(f1); in testFloat4()
DUT_alloc_copyPadded.java95 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/
DSignalController.java93 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/
DVoLteServiceState.java94 copyFrom(s); in VoLteServiceState()
109 protected void copyFrom(VoLteServiceState s) { in copyFrom() method in VoLteServiceState
DCellSignalStrengthWcdma.java64 copyFrom(s); in CellSignalStrengthWcdma()
83 protected void copyFrom(CellSignalStrengthWcdma s) { in copyFrom() method in CellSignalStrengthWcdma
DCellSignalStrengthGsm.java65 copyFrom(s); in CellSignalStrengthGsm()
100 protected void copyFrom(CellSignalStrengthGsm s) { in copyFrom() method in CellSignalStrengthGsm
/frameworks/base/core/java/com/android/internal/app/procstats/
DSparseMappingTable.java87 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/
DScriptC_reduce_general_examples_backward.java.expect210 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/
DScriptC_reduce_general_examples.java.expect210 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/
DAllocation.java538 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/
DScriptC_reduce_general_examples_explicit.java.expect172 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/
DBindingExpressionParser.java292 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/
DDisplayManagerInternal.java229 copyFrom(other); in DisplayPowerRequest()
236 public void copyFrom(DisplayPowerRequest other) { in copyFrom() method in DisplayManagerInternal.DisplayPowerRequest

123456