Searched defs:read (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | CodeInput.java | 34 public int read() throws EOFException; in read() method
|
D | ShortArrayCodeInput.java | 46 public int read() throws EOFException { in read() method in ShortArrayCodeInput
|
/dalvik/dx/src/com/android/dx/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/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/merge/ |
D | DexMerger.java | 343 abstract T read(Dex.Section in, IndexMap indexMap, int index); in read() method in DexMerger.IdMerger 384 @Override String read(Dex.Section in, IndexMap indexMap, int index) { in mergeStringIds() method 406 @Override Integer read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeIds() method 430 @Override TypeList read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeLists() method 450 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds() method 473 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) { in mergeFieldIds() method 496 @Override MethodId read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodIds() method 520 @Override Annotation read(Dex.Section in, IndexMap indexMap, int index) { in mergeAnnotations() method
|