Home
last modified time | relevance | path

Searched defs:expectedBytes (Results 1 – 25 of 68) sorted by relevance

123

/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 DAwsChunkedV4aPayloadSignerTest.java91 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 DDataSourceContractTest.java632 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 DDataSourceContractTest.java632 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 DvarStore_test.py173 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 DvktSpvAsmWorkgroupMemoryTests.cpp61 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 DvktSpvAsmComputeShaderTestUtil.cpp41 std::vector<uint8_t> expectedBytes; in verifyOutputWithEpsilon() local
H A DvktSpvAsmEmptyStructTests.cpp44 std::vector<uint8_t> expectedBytes; in verifyResult() local
H A DvktSpvAsmComputeShaderTestUtil.hpp211 std::vector<uint8_t> expectedBytes; in compareWithRetvals() local
H A DvktSpvAsmCompositeInsertTests.cpp129 vector<uint8_t> expectedBytes; in verifyMatrixOutput() local
H A DvktSpvAsmImageSamplerTests.cpp1166 vector<uint8_t> expectedBytes; in verifyDepthCompareResult() local
H A DvktSpvAsmComputeShaderCase.cpp884 vector<uint8_t> expectedBytes; in iterate() local
/aosp_15_r20/system/vold/
H A DMoveStorage.cpp84 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 DCameraPreviewActivity.java290 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 DLatin1Converter.java75 int expectedBytes = 0; in convert() local
/aosp_15_r20/libcore/ojluni/src/test/java/io/InputStream/
H A DReadAllBytes.java59 static void test(byte[] expectedBytes) throws IOException { in test()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DBase64Test.java443 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/
DPipeManagerTest.java82 private void assertDescriptor(ParcelFileDescriptor descriptor, byte[] expectedBytes) in assertDescriptor()
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DAbstractTest.java142 …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 DAbstractTCKTest.java133 …protected static void assertSerializedBySer(Object object, byte[] expectedBytes, byte[]... matches… in assertSerializedBySer()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java370 long expectedBytes = mCacheStorageInfo.getExpectedUsedBytes(); in refreshCacheStorageInfo() local
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriterTest.java274 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 DFixedLengthBlockOutputStreamTest.java285 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 DCameraFormatsActivity.java733 int expectedBytes; in onPreviewFrame() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java2758 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local
/aosp_15_r20/external/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java2758 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local

123