Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DDNParser.java349 private int getByte(int position) throws IOException { in getByte() method in DNParser
/libcore/luni/src/main/java/javax/net/ssl/
DDistinguishedNameParser.java316 private int getByte(int position) { in getByte() method in DistinguishedNameParser
/libcore/libart/src/main/java/java/lang/reflect/
DField.java339 public byte getByte(Object object) throws IllegalAccessException, IllegalArgumentException { in getByte() method in Field
343 private native byte getByte(Object object, boolean accessible) in getByte() method in Field
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java131 …public static byte getByte(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getByte() method in Array
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java201 public byte getByte(int parameterIndex) throws SQLException; in getByte() method
214 public byte getByte(String parameterName) throws SQLException; in getByte() method
DResultSet.java438 public byte getByte(int columnIndex) throws SQLException; in getByte() method
450 public byte getByte(String columnName) throws SQLException; in getByte() method