Home
last modified time | relevance | path

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

12

/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DMd5UtilsTest.java31 public void testBytes() { in testBytes() method in Md5UtilsTest
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java311 private static void testBytes(int numBytes, long expectedCount) { in testBytes() method in Utf8Test
327 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes() method in Utf8Test
/external/guava/android/guava-tests/test/com/google/common/base/
DUtf8Test.java311 private static void testBytes(int numBytes, long expectedCount) { in testBytes() method in Utf8Test
327 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes() method in Utf8Test
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java248 static void testBytes(ByteStringFactory factory, int numBytes, long expectedCount) { in testBytes() method in IsValidUtf8TestUtil
263 static void testBytes( in testBytes() method in IsValidUtf8TestUtil
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java248 static void testBytes(ByteStringFactory factory, int numBytes, long expectedCount) { in testBytes() method in IsValidUtf8TestUtil
263 static void testBytes( in testBytes() method in IsValidUtf8TestUtil
/external/guava/android/guava-tests/benchmark/com/google/common/hash/
DHashFunctionBenchmark.java46 private byte[] testBytes; field in HashFunctionBenchmark
DChecksumBenchmark.java46 private byte[] testBytes; field in ChecksumBenchmark
DMessageDigestAlgorithmBenchmark.java104 private byte[] testBytes; field in MessageDigestAlgorithmBenchmark
/external/guava/guava-tests/benchmark/com/google/common/hash/
DHashFunctionBenchmark.java46 private byte[] testBytes; field in HashFunctionBenchmark
DChecksumBenchmark.java46 private byte[] testBytes; field in ChecksumBenchmark
DMessageDigestAlgorithmBenchmark.java104 private byte[] testBytes; field in MessageDigestAlgorithmBenchmark
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipEncodingTest.java167 private void doSimpleEncodingTest(final String name, byte[] testBytes) in doSimpleEncodingTest()
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java32 public void testBytes() { in testBytes() method in AbstractByteHasherTest
DHashingInputStreamTest.java35 private static final byte[] testBytes = new byte[] {'y', 'a', 'm', 's'}; field in HashingInputStreamTest
DAbstractStreamingHasherTest.java40 public void testBytes() { in testBytes() method in AbstractStreamingHasherTest
/external/guava/android/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java32 public void testBytes() { in testBytes() method in AbstractByteHasherTest
DHashingInputStreamTest.java35 private static final byte[] testBytes = new byte[] {'y', 'a', 'm', 's'}; field in HashingInputStreamTest
DAbstractStreamingHasherTest.java40 public void testBytes() { in testBytes() method in AbstractStreamingHasherTest
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m173 - (void)testBytes { method in self
/external/cronet/third_party/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m173 - (void)testBytes { method in self
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOUtilsMultithreadedSkipTest.java50 final int[] testBytes = new int[skips.length]; in generateExpected() local
/external/grpc-grpc-java/xds/third_party/zero-allocation-hashing/test/java/io/grpc/xds/
DXxHash64Test.java145 private static void testBytes(XxHash64 f, long eh, byte[] data) { in testBytes() method in XxHash64Test.HashingTest
/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DDeferredFileOutputStreamTest.java59 private final byte[] testBytes = testString.getBytes(); field in DeferredFileOutputStreamTest
/external/auto/value/src/test/java/com/google/auto/value/processor/
DPropertyAnnotationsTest.java93 byte[] testBytes() default {1, 2}; in testBytes() method
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py908 def testBytes(self): member in JsonFormatTest

12