Searched defs:read (Results 1 – 6 of 6) sorted by relevance
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 354 abstract T read(Dex.Section in, IndexMap indexMap, int index); in read() method in DexMerger.IdMerger 397 @Override String read(Dex.Section in, IndexMap indexMap, int index) { in mergeStringIds() method 419 @Override Integer read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeIds() method 443 @Override TypeList read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeLists() method 463 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds() method 489 CallSiteId read(Dex.Section in, IndexMap indexMap, int index) { in mergeCallSiteIds() method 513 MethodHandle read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodHandles() method 535 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) { in mergeFieldIds() method 558 @Override MethodId read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodIds() method 582 @Override Annotation read(Dex.Section in, IndexMap indexMap, int index) { in mergeAnnotations() method
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | ByteArray.java | 304 public int read() throws IOException { in read() method in ByteArray.MyInputStream 314 public int read(byte[] arr, int offset, int length) { in read() method in ByteArray.MyInputStream
|
/dalvik/dx/src/com/android/dx/util/ |
D | ByteArray.java | 302 public int read() throws IOException { in read() method in ByteArray.MyInputStream 313 public int read(byte[] arr, int offset, int length) { in read() method in ByteArray.MyInputStream
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | CodeInput.java | 34 public int read() throws EOFException; in read() method
|
D | ShortArrayCodeInput.java | 48 public int read() throws EOFException { in read() method in ShortArrayCodeInput
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | ClassPathOpener.java | 274 int read; in processArchive() local
|