Home
last modified time | relevance | path

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

/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.cpp63 std::vector<deUint8> expectedBytes; in checkResultsFloat16() local
92 std::vector<deUint8> expectedBytes; in checkResultsFloat32() local
128 std::vector<deUint8> expectedBytes; in checkResultsFloat64() local
DvktSpvAsmComputeShaderTestUtil.cpp40 std::vector<deUint8> expectedBytes; in verifyOutputWithEpsilon() local
DvktSpvAsmEmptyStructTests.cpp46 std::vector<deUint8> expectedBytes; in verifyResult() local
DvktSpvAsmComputeShaderTestUtil.hpp191 std::vector<deUint8> expectedBytes; in compareWithRetvals() local
DvktSpvAsmCompositeInsertTests.cpp123 vector<deUint8> expectedBytes; in verifyMatrixOutput() local
DvktSpvAsmComputeShaderCase.cpp861 vector<deUint8> expectedBytes; in iterate() local
DvktSpvAsmImageSamplerTests.cpp1214 vector<deUint8> expectedBytes; in verifyDepthCompareResult() local
DvktSpvAsmFloatControlsTests.cpp2634 bool compareBytes(vector<deUint8>& expectedBytes, AllocationSp outputAlloc, TestLog& log) in compareBytes()
2758 vector<deUint8> expectedBytes; in checkFloats() local
2787 vector<deUint8> expectedBytes; in checkMixedFloats() local
DvktSpvAsmTypeTests.cpp102 vector<deUint8> expectedBytes; in verifyComputeSwitchResult() local
1680 vector<deUint8> expectedBytes; in verifyResult() local
DvktSpvAsmGraphicsShaderTestUtil.cpp4585 vector<deUint8> expectedBytes; in runAndVerifyDefaultPipeline() local
DvktSpvAsm16bitStorageTests.cpp336 vector<deUint8> expectedBytes; in check64BitFloats() local
365 vector<deUint8> expectedBytes; in check32BitFloats() local
DvktSpvAsmInstructionTests.cpp1194 vector<deUint8> expectedBytes; in compareFUnord() local
1927 vector<deUint8> expectedBytes; in compareFRem() local
19574 vector<deUint8> expectedBytes; in compareFloats() local
19602 vector<deUint8> expectedBytes; in passthruVerify() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DLatin1Converter.java75 int expectedBytes = 0; in convert() local
/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/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2437 ByteString expectedBytes = ByteString.copyFromUtf8(expectedString); in testUnpairedSurrogatesReplacedByQuestionMark() local
/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c522 uint32_t value, expectedBytes, actualBytes; in testTrieUTF8() local