Home
last modified time | relevance | path

Searched defs:read (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DCodeInput.java34 public int read() throws EOFException; in read() method
DShortArrayCodeInput.java46 public int read() throws EOFException { in read() method in ShortArrayCodeInput
/dalvik/dexgen/src/com/android/dexgen/util/
DByteArray.java304 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/
DByteArray.java304 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/
DDexMerger.java342 abstract T read(DexBuffer.Section in, IndexMap indexMap, int index); in read() method in DexMerger.IdMerger
383 @Override String read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeStringIds() method
405 @Override Integer read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeTypeIds() method
426 @Override TypeList read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeTypeLists() method
446 @Override ProtoId read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeProtoIds() method
466 @Override FieldId read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeFieldIds() method
486 @Override MethodId read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeMethodIds() method
506 @Override Annotation read(DexBuffer.Section in, IndexMap indexMap, int index) { in mergeAnnotations() method