HomeSort by relevance Sort by last modified time
    Searched full:testvarint (Results 1 - 5 of 5) sorted by null

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/data/
CompactDataInputOutputTest.java 42 testVarInt(0x00000000);
47 testVarInt(0x0000007F);
52 testVarInt(0x00000080);
57 testVarInt(0x00000100);
62 testVarInt(0x12345678);
67 testVarInt(-1);
72 testVarInt(Integer.MIN_VALUE);
77 testVarInt(Integer.MAX_VALUE);
80 private void testVarInt(int value) throws IOException {
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint_test.go 27 func testVarint(t *testing.T, x int64) {
88 func TestVarint(t *testing.T) {
90 testVarint(t, x)
91 testVarint(t, -x)
94 testVarint(t, x)
95 testVarint(t, -x)
  /prebuilts/go/linux-x86/src/encoding/binary/
varint_test.go 27 func testVarint(t *testing.T, x int64) {
88 func TestVarint(t *testing.T) {
90 testVarint(t, x)
91 testVarint(t, -x)
94 testVarint(t, x)
95 testVarint(t, -x)
  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 77 def testVarint(self):
  /external/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 103 public void testVarint() throws Exception {

Completed in 892 milliseconds