Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DUtf8Test.java307 private static void testBytes(int numBytes, long expectedCount) { in testBytes() method in Utf8Test
322 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes() method in Utf8Test
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DUtf8Test.java307 private static void testBytes(int numBytes, long expectedCount) { in testBytes() method in Utf8Test
322 private static void testBytes(int numBytes, long expectedCount, long start, long lim) { in testBytes() method in Utf8Test
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A 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
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A 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
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DMd5UtilsTest.java31 public void testBytes() { in testBytes() method in Md5UtilsTest
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/hash/
H A DHashFunctionBenchmark.java46 private byte[] testBytes; field in HashFunctionBenchmark
H A DChecksumBenchmark.java46 private byte[] testBytes; field in ChecksumBenchmark
H A DMessageDigestAlgorithmBenchmark.java104 private byte[] testBytes; field in MessageDigestAlgorithmBenchmark
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/hash/
H A DHashFunctionBenchmark.java46 private byte[] testBytes; field in HashFunctionBenchmark
H A DChecksumBenchmark.java46 private byte[] testBytes; field in ChecksumBenchmark
H A DMessageDigestAlgorithmBenchmark.java104 private byte[] testBytes; field in MessageDigestAlgorithmBenchmark
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dmakeslice.go59 func testBytes(n uint64) { func
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/
H A DHashCode.java43 private static byte[][] testBytes = new byte[tests.length][]; field in HashCode
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
H A DZipEncodingTest.java167 private void doSimpleEncodingTest(final String name, byte[] testBytes) in doSimpleEncodingTest()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/
H A DAbstractByteHasherTest.java32 public void testBytes() { in testBytes() method in AbstractByteHasherTest
H A DHashingInputStreamTest.java35 private static final byte[] testBytes = new byte[] {'y', 'a', 'm', 's'}; field in HashingInputStreamTest
H A DAbstractStreamingHasherTest.java40 public void testBytes() { in testBytes() method in AbstractStreamingHasherTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractByteHasherTest.java32 public void testBytes() { in testBytes() method in AbstractByteHasherTest
H A DHashingInputStreamTest.java35 private static final byte[] testBytes = new byte[] {'y', 'a', 'm', 's'}; field in HashingInputStreamTest
H A DAbstractStreamingHasherTest.java40 public void testBytes() { in testBytes() method in AbstractStreamingHasherTest
/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBCodedInputStreamTests.m173 - (void)testBytes { method in self
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBCodedInputStreamTests.m173 - (void)testBytes { method in self
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DIOUtilsMultithreadedSkipTest.java50 final int[] testBytes = new int[skips.length]; in generateExpected() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/zip/
H A DChecksumBase.java54 private static void testBytes(Checksum checksum, long expected) { in testBytes() method in ChecksumBase
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/zero-allocation-hashing/test/java/io/grpc/xds/
H A DXxHash64Test.java145 private static void testBytes(XxHash64 f, long eh, byte[] data) { in testBytes() method in XxHash64Test.HashingTest

12