Home
last modified time | relevance | path

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

12345678910

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java193 mCharAllocation.copyFrom(buffer_char); in initSignedAllocations()
194 mChar2Allocation.copyFrom(buffer_char); in initSignedAllocations()
195 mChar3Allocation.copyFrom(buffer_char); in initSignedAllocations()
196 mChar4Allocation.copyFrom(buffer_char); in initSignedAllocations()
198 mShortAllocation.copyFrom(buffer_short); in initSignedAllocations()
199 mShort2Allocation.copyFrom(buffer_short); in initSignedAllocations()
200 mShort3Allocation.copyFrom(buffer_short); in initSignedAllocations()
201 mShort4Allocation.copyFrom(buffer_short); in initSignedAllocations()
203 mIntAllocation.copyFrom(buffer_int); in initSignedAllocations()
204 mInt2Allocation.copyFrom(buffer_int); in initSignedAllocations()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java92 ByteString substring = ByteString.copyFrom(bytes).substring(500); in testSubstring_BeginIndex()
99 ByteString byteString = ByteString.copyFrom(bytes, 500, 200); in testCopyFrom_BytesOffsetSize()
106 ByteString byteString = ByteString.copyFrom(bytes); in testCopyFrom_Bytes()
116 ByteString byteString = ByteString.copyFrom(byteBuffer, 200); in testCopyFrom_ByteBufferSize()
126 ByteString byteString = ByteString.copyFrom(byteBuffer); in testCopyFrom_ByteBuffer()
133 ByteString byteString = ByteString.copyFrom(testString, UTF_16); in testCopyFrom_StringEncoding()
151 ByteString byteString = ByteString.copyFrom(pieces); in testCopyFrom_Iterable()
155 ByteString byteStringAlt = ByteString.copyFrom(new Iterable<ByteString>() { in testCopyFrom_Iterable()
166 ByteString byteString = ByteString.copyFrom(bytes); in testCopyTo_TargetOffset()
366 ByteString byteString = ByteString.copyFrom(testBytes); in testToStringUtf8()
[all …]
DRopeByteStringTest.java69 concatenated = concatenated.concat(ByteString.copyFrom(testBytes, i * pieceSize, pieceSize)); in testBalance()
76 ByteString testString = ByteString.copyFrom(testBytes); in testBalance()
DLazyStringEndToEndTest.java50 ByteString.copyFrom(new byte[] {
91 ByteString.copyFrom(sink)); in testParseAndWrite()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java93 ByteString substring = ByteString.copyFrom(bytes).substring(500); in testSubstring_BeginIndex()
100 ByteString byteString = ByteString.copyFrom(bytes, 500, 200); in testCopyFrom_BytesOffsetSize()
107 ByteString byteString = ByteString.copyFrom(bytes); in testCopyFrom_Bytes()
117 ByteString byteString = ByteString.copyFrom(byteBuffer, 200); in testCopyFrom_ByteBufferSize()
127 ByteString byteString = ByteString.copyFrom(byteBuffer); in testCopyFrom_ByteBuffer()
134 ByteString byteString = ByteString.copyFrom(testString, UTF_16); in testCopyFrom_StringEncoding()
152 ByteString byteString = ByteString.copyFrom(pieces); in testCopyFrom_Iterable()
156 ByteString byteStringAlt = ByteString.copyFrom(new Iterable<ByteString>() { in testCopyFrom_Iterable()
168 ByteString byteString = ByteString.copyFrom(bytes); in testCopyTo_TargetOffset()
406 ByteString byteString = ByteString.copyFrom(testBytes); in testToStringUtf8()
[all …]
DLazyStringEndToEndTest.java49 ByteString.copyFrom(new byte[] {
90 ByteString.copyFrom(sink)); in testParseAndWrite()
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DGoogLeNet.java192 A.copyFrom(getFloatArr(k*m)); in setTest()
193 B.copyFrom(getFloatArr(k*n)); in setTest()
194 C.copyFrom(getFloatArr(n*m)); in setTest()
196 A.copyFrom(getByteArr(k*m)); in setTest()
197 B.copyFrom(getByteArr(k*n)); in setTest()
198 C.copyFrom(getByteArr(n*m)); in setTest()
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/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java106 byte[] copyFrom(byte[] bytes, int offset, int size); in copyFrom() method
112 public byte[] copyFrom(byte[] bytes, int offset, int size) { in copyFrom() method in ByteString.SystemByteArrayCopier
122 public byte[] copyFrom(byte[] bytes, int offset, int size) { in copyFrom() method in ByteString.ArraysByteArrayCopier
299 public static ByteString copyFrom(byte[] bytes, int offset, int size) { in copyFrom() method
300 return new LiteralByteString(byteArrayCopier.copyFrom(bytes, offset, size)); in copyFrom()
309 public static ByteString copyFrom(byte[] bytes) { in copyFrom() method
310 return copyFrom(bytes, 0, bytes.length); in copyFrom()
339 public static ByteString copyFrom(ByteBuffer bytes, int size) { in copyFrom() method
352 public static ByteString copyFrom(ByteBuffer bytes) { in copyFrom() method
353 return copyFrom(bytes, bytes.remaining()); in copyFrom()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java119 private Entry(String name, Entry copyFrom) { in Entry() argument
121 mOverscanLeft = copyFrom.mOverscanLeft; in Entry()
122 mOverscanTop = copyFrom.mOverscanTop; in Entry()
123 mOverscanRight = copyFrom.mOverscanRight; in Entry()
124 mOverscanBottom = copyFrom.mOverscanBottom; in Entry()
125 mWindowingMode = copyFrom.mWindowingMode; in Entry()
126 mUserRotationMode = copyFrom.mUserRotationMode; in Entry()
127 mUserRotation = copyFrom.mUserRotation; in Entry()
128 mForcedWidth = copyFrom.mForcedWidth; in Entry()
129 mForcedHeight = copyFrom.mForcedHeight; in Entry()
[all …]
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
DScriptC_reduce_general_accumulator.java.expect92 ain1.copyFrom(in1);
125 ain1.copyFrom(in1);
158 ain1.copyFrom(in1);
191 ain1.copyFrom(in1);
224 ain1.copyFrom(in1);
257 ain1.copyFrom(in1);
290 ain1.copyFrom(in1);
323 ain1.copyFrom(in1);
356 ain1.copyFrom(in1);
389 ain1.copyFrom(in1);
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DSettingBase.java40 public void copyFrom(SettingBase orig) { in copyFrom() method in SettingBase
47 mPermissionsState.copyFrom(orig.mPermissionsState); in doCopy()
/frameworks/av/services/audioflinger/
DFastMixerDumpState.h40 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
DMainActivity.java68 int_allocation.copyFrom(buffer_int); in updateImage()
78 int_allocation2.copyFrom(buffer_int2); in updateImage()
95 int_allocation3.copyFrom(buffer_int3); in updateImage()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_copy_test.java43 a1.copyFrom(f1); in testFloat2()
67 a1.copyFrom(f1); in testFloat3()
91 a1.copyFrom(f1); in testFloat4()
DUT_check_dims.java46 mAFailed.copyFrom(mFailedArr); in initializeGlobals()
59 mA.copyFrom(mData); in initializeGlobals()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_copy_test.java41 a1.copyFrom(f1); in testFloat2()
65 a1.copyFrom(f1); in testFloat3()
89 a1.copyFrom(f1); in testFloat4()
DUT_check_dims.java44 mAFailed.copyFrom(mFailedArr); in initializeGlobals()
57 mA.copyFrom(mData); in initializeGlobals()
/frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
DMainActivity.java53 mAllocIn1.copyFrom(in1); in onCreate()
58 mAllocIn2.copyFrom(in2); in onCreate()
/frameworks/rs/tests/java_api/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()
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect160 ain1.copyFrom(in1);
193 ain1.copyFrom(in1);
226 ain1.copyFrom(in1);
259 ain1.copyFrom(in1);
292 ain1.copyFrom(in1);
325 ain1.copyFrom(in1);
358 ain1.copyFrom(in1);
391 ain1.copyFrom(in1);
424 ain1.copyFrom(in1);
457 ain1.copyFrom(in1);
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSignalController.java94 mCurrentState.copyFrom(mLastState); in resetLastState()
118 mLastState.copyFrom(mCurrentState); in saveLastState()
182 mHistory[mHistoryIndex++ & (HISTORY_SIZE - 1)].copyFrom(mLastState); in recordLastState()
269 public void copyFrom(State state) { in copyFrom() method in SignalController.State
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect133 ain1.copyFrom(in1);
144 ain2.copyFrom(in2);
197 ain1.copyFrom(in1);
208 ain2.copyFrom(in2);
261 ain1.copyFrom(in1);
276 ain2.copyFrom(in2);
329 ain1.copyFrom(in1);
344 ain2.copyFrom(in2);
397 ain1.copyFrom(in1);
412 ain2.copyFrom(in2);
[all …]
/frameworks/base/telephony/java/android/telephony/
DVoLteServiceState.java99 copyFrom(s); in VoLteServiceState()
114 protected void copyFrom(VoLteServiceState s) { in copyFrom() method in VoLteServiceState

12345678910