Searched defs:read (Results 1 – 6 of 6) 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 | 335 abstract T read(Dex.Section in, IndexMap indexMap, int index); in read() method in DexMerger.IdMerger 377 @Override String read(Dex.Section in, IndexMap indexMap, int index) { in mergeStringIds() method 399 @Override Integer read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeIds() method 423 @Override TypeList read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeLists() method 443 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds() method 466 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) { in mergeFieldIds() method 489 @Override MethodId read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodIds() method 513 @Override Annotation read(Dex.Section in, IndexMap indexMap, int index) { in mergeAnnotations() method
|
| /dalvik/dx/src/com/android/dx/cf/direct/ |
| D | ClassPathOpener.java | 273 int read; in processArchive() local
|