HomeSort by relevance Sort by last modified time
    Searched refs:ByteStringTest (Results 1 - 10 of 10) sorted by null

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 47 byte[] sourceBytes = ByteStringTest.getTestBytes(22341, 22337766L);
48 Iterator<ByteString> iter = ByteStringTest.makeConcretePieces(sourceBytes).iterator();
BoundedByteStringTest.java 52 byte[] sourceBytes = ByteStringTest.getTestBytes(2341, 11337766L);
RopeByteStringTest.java 56 referenceBytes = ByteStringTest.getTestBytes(22341, 22337766L);
57 Iterator<ByteString> iter = ByteStringTest.makeConcretePieces(referenceBytes).iterator();
74 byte[] testBytes = ByteStringTest.getTestBytes(numberOfPieces * pieceSize, 113377L);
LiteralByteStringTest.java 67 referenceBytes = ByteStringTest.getTestBytes(1234, 11337766L);
524 * {@link ByteStringTest#testConcat_empty()}.
NioByteStringTest.java 58 private static final byte[] BYTES = ByteStringTest.getTestBytes(1234, 11337766L);
595 * {@link ByteStringTest#testConcat_empty()}.
ByteStringTest.java 58 public class ByteStringTest extends TestCase {
  /external/protobuf/csharp/src/Google.Protobuf.Test/
ByteStringTest.cs 39 public class ByteStringTest
  /external/okhttp/okio/okio/src/test/java/okio/
ByteStringTest.java 36 public class ByteStringTest {
  /external/protobuf/
Makefile.am 78 csharp/src/Google.Protobuf.Test/ByteStringTest.cs \
267 java/core/src/test/java/com/google/protobuf/ByteStringTest.java \
    [all...]
  /external/protobuf/util/
Makefile.am 78 csharp/src/Google.Protobuf.Test/ByteStringTest.cs \
267 java/core/src/test/java/com/google/protobuf/ByteStringTest.java \
    [all...]

Completed in 248 milliseconds