/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/crt/internal/signer/ |
H A D | AwsChunkedV4aPayloadSignerTest.java | 91 int expectedBytes = expectedByteCount(DATA, CHUNK_SIZE); in sign_withSignedPayload_shouldChunkEncodeWithSigV4aExt() local 119 int expectedBytes = expectedByteCount(DATA, CHUNK_SIZE); in sign_withSignedPayloadAndChecksum_shouldChunkEncodeWithSigV4aExtAndSigV4aTrailer() local 151 int expectedBytes = expectedByteCountUnsigned(DATA, CHUNK_SIZE); in sign_withChecksum_shouldChunkEncodeWithChecksumTrailer() local 185 int expectedBytes = expectedByteCountUnsigned(DATA, CHUNK_SIZE); in sign_withPreExistingTrailers_shouldChunkEncodeWithExistingTrailers() local 220 int expectedBytes = expectedByteCountUnsigned(DATA, CHUNK_SIZE); in sign_withPreExistingTrailersAndChecksum_shouldChunkEncodeWithTrailers() local 255 int expectedBytes = expectedByteCount(DATA, CHUNK_SIZE); in sign_withPreExistingTrailersAndChecksumAndSignedPayload_shouldAwsChunkEncode() local 288 int expectedBytes = expectedByteCountUnsigned(DATA, CHUNK_SIZE); in sign_withoutContentLength_calculatesContentLengthFromPayload() local 317 int expectedBytes = expectedByteCount(DATA, CHUNK_SIZE); in sign_shouldReturnResettableContentStreamProvider() local 358 int expectedBytes = 0; in expectedByteCount() local 385 int expectedBytes = 0; in expectedByteCountUnsigned() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | DataSourceContractTest.java | 632 private final byte[] expectedBytes; field in DataSourceContractTest.TestResource 634 private TestResource(@Nullable String name, Uri uri, byte[] expectedBytes) { in TestResource() 660 private byte @MonotonicNonNull [] expectedBytes; field in DataSourceContractTest.TestResource.Builder 686 public Builder setExpectedBytes(byte[] expectedBytes) { in setExpectedBytes()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | DataSourceContractTest.java | 632 private final byte[] expectedBytes; field in DataSourceContractTest.TestResource 634 private TestResource(@Nullable String name, Uri uri, byte[] expectedBytes) { in TestResource() 660 private byte @MonotonicNonNull [] expectedBytes; field in DataSourceContractTest.TestResource.Builder 686 public Builder setExpectedBytes(byte[] expectedBytes) { in setExpectedBytes()
|
/aosp_15_r20/external/fonttools/Tests/varLib/ |
H A D | varStore_test.py | 173 def test_optimize(numRegions, varData, expectedNumVarData, expectedBytes): argument 220 def test_quantize(quantization, expectedBytes): argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 61 std::vector<uint8_t> expectedBytes; in checkResultsFloat16() local 87 std::vector<uint8_t> expectedBytes; in checkResultsFloat32() local 121 std::vector<uint8_t> expectedBytes; in checkResultsFloat64() local
|
H A D | vktSpvAsmComputeShaderTestUtil.cpp | 41 std::vector<uint8_t> expectedBytes; in verifyOutputWithEpsilon() local
|
H A D | vktSpvAsmEmptyStructTests.cpp | 44 std::vector<uint8_t> expectedBytes; in verifyResult() local
|
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 211 std::vector<uint8_t> expectedBytes; in compareWithRetvals() local
|
H A D | vktSpvAsmCompositeInsertTests.cpp | 129 vector<uint8_t> expectedBytes; in verifyMatrixOutput() local
|
H A D | vktSpvAsmImageSamplerTests.cpp | 1166 vector<uint8_t> expectedBytes; in verifyDepthCompareResult() local
|
H A D | vktSpvAsmComputeShaderCase.cpp | 884 vector<uint8_t> expectedBytes; in iterate() local
|
/aosp_15_r20/system/vold/ |
H A D | MoveStorage.cpp | 84 uint64_t expectedBytes = GetTreeBytes(path); in execRm() local 129 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
H A D | CameraPreviewActivity.java | 290 int expectedBytes = mPreviewSize.width * mPreviewSize.height * in startPreview() local 352 int expectedBytes = mPreviewSize.width * mPreviewSize.height * in onPreviewFrame() local
|
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | Latin1Converter.java | 75 int expectedBytes = 0; in convert() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/io/InputStream/ |
H A D | ReadAllBytes.java | 59 static void test(byte[] expectedBytes) throws IOException { in test()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | Base64Test.java | 443 Decoder decoder, ByteBuffer inputBuffer, byte[] expectedBytes) { in checkDecoder_decodeByteBuffer() 695 Encoder encoder, ByteBuffer inputBuffer, byte[] expectedBytes) { in testEncoder_encodeByteBuffer()
|
/aosp_15_r20/packages/services/Mtp/tests/src/com/android/mtp/ |
D | PipeManagerTest.java | 82 private void assertDescriptor(ParcelFileDescriptor descriptor, byte[] expectedBytes) in assertDescriptor()
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/ |
H A D | AbstractTest.java | 142 …protected static void assertSerializedBySer(Object object, byte[] expectedBytes, byte[]... matches… in assertSerializedBySer()
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | AbstractTCKTest.java | 133 …protected static void assertSerializedBySer(Object object, byte[] expectedBytes, byte[]... matches… in assertSerializedBySer()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | ManageCachePage.java | 370 long expectedBytes = mCacheStorageInfo.getExpectedUsedBytes(); in refreshCacheStorageInfo() local
|
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/ |
H A D | AppMetadataBackupWriterTest.java | 274 ByteArrayOutputStream expectedBytes = new ByteArrayOutputStream(); in testBackupWidget_writesCorrectData() local
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/ |
H A D | FixedLengthBlockOutputStreamTest.java | 285 private void validate(int blockSize, byte[] expectedBytes, byte[] actualBytes) { in validate()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
H A D | CameraFormatsActivity.java | 733 int expectedBytes; in onPreviewFrame() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
H A D | LiteTest.java | 2758 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local
|
/aosp_15_r20/external/protobuf/java/lite/src/test/java/com/google/protobuf/ |
H A D | LiteTest.java | 2758 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local
|