Searched defs:readShort (Results 1 – 14 of 14) sorted by relevance
48 @Override short readShort(); in readShort() method
187 public short readShort() throws IOException { in readShort() method in LittleEndianDataInputStream
262 @Override public short readShort() { in readShort() method in ByteStreams.ByteArrayDataInputStream
164 public short readShort() in readShort() method in RuntimeDataInput
126 public int readShort(int offset) { in readShort() method in BaseDexBuffer
262 public int readShort() { in readShort() method in BaseDexReader284 public int readShort(int offset) { return dexBuf.readShort(offset); } in readShort() method in BaseDexReader
366 private int readShort() { in readShort() method in GifHeaderParser
55 short readShort() throws IOException; in readShort() method
221 @Override public short readShort() throws IOException { in readShort() method in RealBufferedSource
1015 protected static int readShort(byte[] code, int offset) in readShort() method in Instruction
131 static int readShort( in readShort() function
129 @Test public void readShort() throws Exception { in readShort() method in BufferedSourceTest
247 public short readShort(int offset) { in readShort() method in Decoder
145 def readShort(self): member in OTTableReader