Searched refs:readLong (Results 1 – 5 of 5) sorted by relevance
132 public long readLong(int nBytes) { in readLong() method in DexBuffer173 long bits = readLong(nBytes); in readDouble()
238 return buffer.readLong(valueArg + 1); in getLongValue()
99 p.readLong(); in testDataAvail()1112 assertEquals(0, p.readLong()); in testReadLong()1118 assertEquals(1, p.readLong()); in testReadLong()1124 assertEquals(-1L, p.readLong()); in testReadLong()1136 assertEquals(Long.MAX_VALUE, p.readLong()); in testReadLong()1137 assertEquals(11L, p.readLong()); in testReadLong()1138 assertEquals(1L, p.readLong()); in testReadLong()1139 assertEquals(0L, p.readLong()); in testReadLong()1140 assertEquals(-1L, p.readLong()); in testReadLong()1141 assertEquals(-11L, p.readLong()); in testReadLong()[all …]
9905 public abstract long readLong()9966 public final long readLong()12105 public long readLong()13556 public final long readLong()37729 public abstract long readLong()
57559 public final native long readLong()