Searched defs:readInt (Results 1 – 7 of 7) sorted by relevance
292 int readInt = (((int) readBytes[i] & 0xff) << 24) in testC() local
216 private static int readInt(InputStream in) throws IOException { in readInt() method in WaveHeader
165 int readInt() throws IOException; in readInt() method
159 public int readInt() throws IOException { in readInt() method in ImageInputStreamImpl
437 private int readInt(byte[] in, int pos) { in readInt() method in SettingsBackupAgent
1235 public final native int readInt(); in readInt() method in Parcel
6877 private int readInt(XmlPullParser parser, String ns, String name, in readInt() method in PackageManagerService.Settings