Home
last modified time | relevance | path

Searched defs:getByte (Results 1 – 14 of 14) 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/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DLZDecoder.java64 public int getByte(int dist) { in getByte() method in LZDecoder
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DBasicComponent.java25 byte getByte(); in getByte() method
/external/okhttp/okio/okio/src/test/java/okio/
DByteStringTest.java45 @Test public void getByte() throws Exception { in getByte() method in ByteStringTest
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArray.java125 public int getByte(int off) { in getByte() method in ByteArray
/external/okhttp/okio/okio/src/main/java/okio/
DSegmentedByteString.java124 @Override public byte getByte(int pos) { in getByte() method in SegmentedByteString
DByteString.java275 public byte getByte(int pos) { in getByte() method in ByteString
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DImageHeaderParser.java343 public int getByte() throws IOException { in getByte() method in ImageHeaderParser.StreamReader
/external/opencv3/modules/imgcodecs/src/
Dbitstrm.cpp200 int RLByteStream::getByte() in getByte() function in cv::RLByteStream
/external/robolectric/v1/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/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/dexmaker/src/test/java/com/google/dexmaker/stock/
DProxyBuilderTest.java210 public byte getByte() { return 2; } in getByte() method in ProxyBuilderTest.AllReturnTypes
247 public byte getByte(byte input) { return input; } in getByte() method in ProxyBuilderTest.PassThroughAllTypes
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp34 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