Searched defs:getByte (Results 1 - 11 of 11) sorted by relevance

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
H A DDNParser.java222 encoded[i] = (byte) getByte(p);
312 int res = getByte(pos);
339 b = getByte(pos);
359 protected int getByte(int position) throws IOException { method in class:DNParser
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
H A DArray.java162 public static byte getByte(Object array, int index) method in class:Array
407 return getByte(array, index);
H A DField.java303 public byte getByte(Object object) throws IllegalAccessException, IllegalArgumentException { method in class:Field
/dalvik/dx/src/com/android/dx/util/
H A DByteArray.java125 public int getByte(int off) { method in class:ByteArray
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DIMemorySystem.java269 public byte getByte(int address); method in interface:IMemorySystem
H A DOSMemory.java329 public native byte getByte(int address); method in class:OSMemory
H A DPlatformAddress.java150 public final byte getByte(int offset) { method in class:PlatformAddress
152 return osMemory.getByte(osaddr + offset);
/dalvik/libcore/sql/src/main/java/java/sql/
H A DCallableStatement.java202 public byte getByte(int parameterIndex) throws SQLException; method in interface:CallableStatement
215 public byte getByte(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java440 public byte getByte(int columnIndex) throws SQLException; method in interface:ResultSet
452 public byte getByte(String columnName) throws SQLException; method in interface:ResultSet
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCResultSet.java443 public byte getByte(int columnIndex) throws SQLException { method in class:JDBCResultSet
447 public byte getByte(String columnName) throws SQLException { method in class:JDBCResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java336 public byte getByte(int columnIndex) throws SQLException { method in class:Impl_RowSet
340 public byte getByte(String columnName) throws SQLException { method in class:Impl_RowSet

Completed in 920 milliseconds