Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java354 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/
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.java302 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/
DCodeInput.java34 public int read() throws EOFException; in read() method
DShortArrayCodeInput.java48 public int read() throws EOFException { in read() method in ShortArrayCodeInput
/dalvik/dx/src/com/android/dx/cf/direct/
DClassPathOpener.java274 int read; in processArchive() local