Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/util/
DByteArray.java125 public int getByte(int off) { in getByte()
136 public int getShort(int off) { in getShort()
147 public int getInt(int off) { in getInt()
161 public long getLong(int off) { in getLong()
181 public int getUnsignedByte(int off) { in getUnsignedByte()
192 public int getUnsignedShort(int off) { in getUnsignedShort()
235 private int getByte0(int off) { in getByte0()
246 private int getUnsignedByte0(int off) { in getUnsignedByte0()
DIndentingWriter.java139 public void write(char[] cbuf, int off, int len) throws IOException { in write()
151 public void write(String str, int off, int len) throws IOException { in write()
/dalvik/dx/src/com/android/dx/util/
DByteArray.java122 public int getByte(int off) { in getByte()
133 public int getShort(int off) { in getShort()
144 public int getInt(int off) { in getInt()
158 public long getLong(int off) { in getLong()
178 public int getUnsignedByte(int off) { in getUnsignedByte()
189 public int getUnsignedShort(int off) { in getUnsignedShort()
232 private int getByte0(int off) { in getByte0()
243 private int getUnsignedByte0(int off) { in getUnsignedByte0()
DIndentingWriter.java139 public void write(char[] cbuf, int off, int len) throws IOException { in write()
151 public void write(String str, int off, int len) throws IOException { in write()
/dalvik/dx/src/com/android/dex/
DTableOfContents.java222 public int off = -1; field in TableOfContents.Section
/dalvik/dx/src/com/android/dx/cf/cst/
DConstantPoolParser.java166 int off = offsets[j]; in parse() local