Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java311 private int getByte(int position) { in getByte() method in DistinguishedNameParser
/external/okhttp/okio/src/test/java/okio/
DByteStringTest.java32 @Test public void getByte() throws Exception { in getByte() method in ByteStringTest
/external/chromium_org/third_party/WebKit/Source/wtf/
DCryptographicallyRandomNumber.cpp123 uint8_t ARC4RandomNumberGenerator::getByte() in getByte() function in WTF::__anonf7a6cddc0111::ARC4RandomNumberGenerator
/external/okhttp/okio/src/main/java/okio/
DByteString.java163 public byte getByte(int pos) { in getByte() method in ByteString
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArray.java125 public int getByte(int off) { in getByte() method in ByteArray
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageHeaderParser.java315 public int getByte() throws IOException { in getByte() method in ImageHeaderParser.StreamReader
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBundle.java117 public byte getByte(String key) { in getByte() method in ShadowBundle
122 public Byte getByte(String key, byte defaultValue) { in getByte() method in ShadowBundle
/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/chromium_org/third_party/skia/tools/
Drender_pictures_main.cpp232 static inline int getByte(uint32_t value, int index) { in getByte() function
/external/skia/tools/
Drender_pictures_main.cpp221 static inline int getByte(uint32_t value, int index) { in getByte() function
/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/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp32 uint8_t getByte(const uint32_t* data, size_t offset) { 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