Home
last modified time | relevance | path

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

/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/crt/internal/signer/
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
/external/fonttools/Tests/varLib/
DvarStore_test.py173 def test_optimize(numRegions, varData, expectedNumVarData, expectedBytes): argument
220 def test_quantize(quantization, expectedBytes): argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
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()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
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
DvktSpvAsmComputeShaderTestUtil.cpp41 std::vector<uint8_t> expectedBytes; in verifyOutputWithEpsilon() local
DvktSpvAsmEmptyStructTests.cpp44 std::vector<uint8_t> expectedBytes; in verifyResult() local
DvktSpvAsmCompositeInsertTests.cpp129 vector<uint8_t> expectedBytes; in verifyMatrixOutput() local
DvktSpvAsmComputeShaderTestUtil.hpp211 std::vector<uint8_t> expectedBytes; in compareWithRetvals() local
DvktSpvAsmComputeShaderCase.cpp884 vector<uint8_t> expectedBytes; in iterate() local
DvktSpvAsmImageSamplerTests.cpp1166 vector<uint8_t> expectedBytes; in verifyDepthCompareResult() local
DvktSpvAsmFloatControls2Tests.cpp2086 bool compareBytes(vector<uint8_t> &expectedBytes, AllocationSp outputAlloc, TestLog &log) in compareBytes()
2170 vector<uint8_t> expectedBytes; in checkFloats() local
DvktSpvAsmFloatControlsTests.cpp3473 bool compareBytes(vector<uint8_t> &expectedBytes, AllocationSp outputAlloc, TestLog &log) in compareBytes()
3593 vector<uint8_t> expectedBytes; in checkFloats() local
3619 vector<uint8_t> expectedBytes; in checkMixedFloats() local
DvktSpvAsmTypeTests.cpp101 vector<uint8_t> expectedBytes; in verifyComputeSwitchResult() local
1653 vector<uint8_t> expectedBytes; in verifyResult() local
DvktSpvAsmGraphicsShaderTestUtil.cpp4698 vector<uint8_t> expectedBytes; in runAndVerifyDefaultPipeline() local
DvktSpvAsm16bitStorageTests.cpp322 vector<uint8_t> expectedBytes; in check64BitFloats() local
349 vector<uint8_t> expectedBytes; in check32BitFloats() local
DvktSpvAsmInstructionTests.cpp1264 vector<uint8_t> expectedBytes; in compareFUnord() local
2023 vector<uint8_t> expectedBytes; in compareFRem() local
20046 vector<uint8_t> expectedBytes; in compareFloats() local
20075 vector<uint8_t> expectedBytes; in passthruVerify() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DLatin1Converter.java75 int expectedBytes = 0; in convert() local
/external/threetenbp/src/test/java/org/threeten/bp/
DAbstractTest.java142 …protected static void assertSerializedBySer(Object object, byte[] expectedBytes, byte[]... matches… in assertSerializedBySer()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStreamTest.java285 private void validate(int blockSize, byte[] expectedBytes, byte[] actualBytes) { in validate()
/external/cronet/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2757 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local
/external/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2758 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c522 uint32_t value, expectedBytes, actualBytes; in testTrieUTF8() local
/external/cronet/third_party/icu/source/test/cintltst/
Ducptrietest.c522 uint32_t value, expectedBytes, actualBytes; in testTrieUTF8() local
/external/skia/tests/
DCodecTest.cpp2060 size_t expectedBytes = stream->getLength(); in DEF_TEST() local