Home
last modified time | relevance | path

Searched refs:arrayCopy (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DCarrierLock.java239 Util.arrayCopy(storage, lockOffset(), in get()
327 Util.arrayCopy(unlockToken, (short)(unlockTokenOffset + VERSION_SIZE), in verifyUnlock()
330 Util.arrayCopy(deviceData, deviceDataOffset, in verifyUnlock()
436 Util.arrayCopy(lockMeta, (short)(VERSION_SIZE + lockMetaOffset), in setWithMetadata()
495 Util.arrayCopy(storage, storageOffset, in backup()
510 Util.arrayCopy(inBytes, inBytesOffset, in restore()
H A DVersionStorage.java51 Util.arrayCopy(storage, (short)(SLOT_BYTES * slot), in getSlot()
78 Util.arrayCopy(in, iOffset, in setSlot()
101 Util.arrayCopy(inBytes, inBytesOffset, storage, (short) 0, inBytesLength); in restore()
120 Util.arrayCopy(storage, (short) 0, outBytes, (short)(outBytesOffset + 1), in backup()
H A DBasicLock.java72 Util.arrayCopy(storage, storageOffset, in backup()
87 Util.arrayCopy(inBytes, inBytesOffset, in restore()
191 Util.arrayCopy(storage, storageOffset, in get()
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/
H A DSensorCtsHelper.java64 List<TValue> arrayCopy = new ArrayList<TValue>(collection); in getPercentileValue() local
65 Collections.sort(arrayCopy); in getPercentileValue()
70 int lowArrayIndex = Math.min(arrayCopy.size() - 1, in getPercentileValue()
71 arrayCopy.size() - (int)(arrayCopy.size() * (1 - lowPecentile))); in getPercentileValue()
72 percentileValues.add(arrayCopy.get(lowArrayIndex)); in getPercentileValue()
78 int highArrayIndex = Math.max(lowArrayIndex, (int)(arrayCopy.size() * highPercentile - 1)); in getPercentileValue()
79 percentileValues.add(arrayCopy.get(highArrayIndex)); in getPercentileValue()
/aosp_15_r20/external/testng/src/test/java/test/asserttests/
H A DArrayEqualityAssertTest.java218 int[][] arrayCopy = new int[][] { in arrayInsideArrayAssertEquals() local
221 assertEquals(array, arrayCopy, in arrayInsideArrayAssertEquals()
230 int[][][] arrayCopy = new int[][][] { in arrayDeepInArraysAssertEquals() local
234 assertEquals(array, arrayCopy, in arrayDeepInArraysAssertEquals()
244 List<int[]>[] arrayCopy = new List[] { in arrayDeepInArrayAndListAssertEquals() local
248 assertEquals(array, arrayCopy, in arrayDeepInArrayAndListAssertEquals()
/aosp_15_r20/cts/tests/tests/secure_element/sample_applet/src/com/android/cts/omapi/test/
H A DCtsAndroidOmapiTestApplet.java118 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short)respBuf.length); in process()
134 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short)respBuf.length); in process()
163 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short)respBuf.length); in process()
173 Util.arrayCopy(respBuf, (short)0, buf, (short)0, (short) respBuf.length); in process()
179 Util.arrayCopy(SW_62xx_VALIDATE_DATA_RESP, (short) 0, buf, (short) 0, in process()
242 Util.arrayCopy(p2_00, (short) 0, buf, (short) 0, (short) p2_00.length); in process()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/
H A DSparseSetArrayTest.java72 final ArraySet<Integer> arrayCopy = sparseSetArrayCopy.get(i); in testCopyConstructor() local
74 assertThat(arrayCopy).isNotNull(); in testCopyConstructor()
75 assertThat(array.size()).isEqualTo(arrayCopy.size()); in testCopyConstructor()
77 assertThat(array.valueAt(j)).isEqualTo(arrayCopy.valueAt(j)); in testCopyConstructor()
/aosp_15_r20/external/skia/tests/
H A DTArrayTest.cpp126 T arrayCopy(arrayInitial); in test_construction() local
131 REPORTER_ASSERT(reporter, arrayCopy.size() == 3); in test_construction()
132 REPORTER_ASSERT(reporter, arrayCopy[0] == ValueType{1}); in test_construction()
133 REPORTER_ASSERT(reporter, arrayCopy[1] == ValueType{2}); in test_construction()
134 REPORTER_ASSERT(reporter, arrayCopy[2] == ValueType{3}); in test_construction()
178 U arrayCopy(tArray); in test_starray_compatibility() local
183 REPORTER_ASSERT(reporter, arrayCopy.size() == 3); in test_starray_compatibility()
184 REPORTER_ASSERT(reporter, arrayCopy[0] == 1); in test_starray_compatibility()
185 REPORTER_ASSERT(reporter, arrayCopy[1] == 2); in test_starray_compatibility()
186 REPORTER_ASSERT(reporter, arrayCopy[2] == 3); in test_starray_compatibility()
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/
H A DResponseTransformerTest.java68 byte[] arrayCopy = response.asByteArray(); in bytesMethodConvertsCorrectly()
69 assertThat(arrayCopy).containsExactly('t', 'e', 's', 't', ' ', -16, -97, -104, -126); in bytesMethodConvertsCorrectly()
70 arrayCopy[0] = 'X'; // Mutate the returned byte array to make sure it's a copy in bytesMethodConvertsCorrectly()
H A DAsyncResponseThreadingTest.java72 byte[] arrayCopy = response.asByteArray(); in completionWithNioThreadWorksCorrectly()
73 assertThat(arrayCopy).containsExactly('t', 'e', 's', 't'); in completionWithNioThreadWorksCorrectly()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMCoseKey.java144 Util.arrayCopy( in getEcdsa256PublicKey()
152 Util.arrayCopy( in getEcdsa256PublicKey()
164 Util.arrayCopy( in getPrivateKey()
H A DKMNInteger.java111 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), KMInteger.UINT_32); in uint_32()
121 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), KMInteger.UINT_64); in uint_64()
H A DKMKeymintDataStore.java800 Util.arrayCopy(buffer, start, verifiedHash, (short) 0, (short) 32); in setVerifiedBootHash()
810 Util.arrayCopy(buffer, start, bootKey, (short) 0, (short) 32); in setBootKey()
824 Util.arrayCopy(buffer, start, bootPatchLevel, (short) 0, (short) length); in setBootPatchLevel()
834 Util.arrayCopy(buf, start, challenge, (short) 0, (short) length); in setChallenge()
875 Util.arrayCopy(inBuff, inOffset, oemRootPublicKey, (short) 0, inLength); in persistOEMRootPublicKey()
H A DKMInteger.java105 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), UINT_32); in uint_32()
112 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), UINT_64); in uint_64()
H A DKMRemotelyProvisionedComponentDevice.java1308 Util.arrayCopy(scratchPad, (short) 32, scratchPad, (short) 0, (short) 32); in ecdhHkdfDeriveKey()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMCoseKey.java140 Util.arrayCopy( in getEcdsa256PublicKey()
148 Util.arrayCopy( in getEcdsa256PublicKey()
160 Util.arrayCopy( in getPrivateKey()
H A DKMNInteger.java111 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), KMInteger.UINT_32); in uint_32()
121 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), KMInteger.UINT_64); in uint_64()
H A DKMInteger.java105 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), UINT_32); in uint_32()
112 Util.arrayCopy(num, offset, heap, (short) (ptr + TLV_HEADER_SIZE), UINT_64); in uint_64()
H A DKMKeymintDataStore.java802 Util.arrayCopy(buffer, start, verifiedHash, (short) 0, (short) 32); in setVerifiedBootHash()
812 Util.arrayCopy(buffer, start, bootKey, (short) 0, (short) 32); in setBootKey()
826 Util.arrayCopy(buffer, start, bootPatchLevel, (short) 0, (short) length); in setBootPatchLevel()
836 Util.arrayCopy(buf, start, challenge, (short) 0, (short) length); in setChallenge()
877 Util.arrayCopy(inBuff, inOffset, oemRootPublicKey, (short) 0, inLength); in persistOEMRootPublicKey()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/deviceinfo/firmwareversion/
DFirmwareVersionDetailPreferenceController.java88 arrayCopy(); in handlePreferenceTreeClick()
117 void arrayCopy() { in arrayCopy() method in FirmwareVersionDetailPreferenceController
/aosp_15_r20/external/libese/apps/weaver/card/src/com/android/weaver/core/
H A DCoreSlots.java109 Util.arrayCopy(keyBuffer, keyOffset, mKey, (short) 0, Consts.SLOT_KEY_BYTES); in write()
110 Util.arrayCopy(valueBuffer, valueOffset, mValue, (short) 0, Consts.SLOT_VALUE_BYTES); in write()
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableList.java112 arrayCopy(array, 0, e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11, e12); in of()
113 arrayCopy(array, paramCount, others); in of()
117 private static void arrayCopy(Object[] dest, int pos, Object... source) { in arrayCopy() method in ImmutableList
/aosp_15_r20/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp1649 Json::Value arrayCopy, stringCopy; in JSONTEST_FIXTURE_LOCAL() local
1650 arrayCopy.copy(arrayVal); in JSONTEST_FIXTURE_LOCAL()
1652 JSONTEST_ASSERT_PRED(checkIsEqual(arrayCopy, arrayVal)); in JSONTEST_FIXTURE_LOCAL()
1654 arrayCopy.append("val4"); in JSONTEST_FIXTURE_LOCAL()
1655 JSONTEST_ASSERT(arrayCopy.size() == 4); in JSONTEST_FIXTURE_LOCAL()
1659 JSONTEST_ASSERT(!(arrayCopy == arrayVal)); in JSONTEST_FIXTURE_LOCAL()
1662 copy1.copy(arrayCopy); in JSONTEST_FIXTURE_LOCAL()
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDgoogle-http-client-1.39.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

123