Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DCryptographicallyRandomNumber.cpp120 uint8_t ARC4RandomNumberGenerator::getByte() in getByte() function in WTF::__anona75d7f470111::ARC4RandomNumberGenerator
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DByteArray.java129 public int getByte(int off) { in getByte() method in ByteArray
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArray.java125 public int getByte(int off) { in getByte() method in ByteArray
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
DProxyBuilderTest.java173 public byte getByte() { return 2; } in getByte() method in ProxyBuilderTest.AllReturnTypes
210 public byte getByte(byte input) { return input; } in getByte() method in ProxyBuilderTest.PassThroughAllTypes
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java249 public byte getByte(int pos); in getByte() method
301 public byte getByte(int pos) { in getByte() method in ArrayAccessReplaceTest.Simple
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h239 unsigned char getByte(size_t pos) { in getByte() function
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java339 public byte getByte(int columnIndex) throws SQLException { in getByte() method in Impl_RowSet
343 public byte getByte(String columnName) throws SQLException { in getByte() method in Impl_RowSet