Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/stubs/sun/misc/
DUnsafe.java37 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } in getByte() method in Unsafe
38 public byte getByte(long address) { /* null implementation */ return 0; } in getByte() method in Unsafe
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java311 private int getByte(int position) { in getByte() method in DistinguishedNameParser
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DDistinguishedNameParser.java315 private int getByte(int position) { in getByte() method in DistinguishedNameParser
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/
DDistinguishedNameParser.java312 private int getByte(int position) { in getByte() method in DistinguishedNameParser
/external/xz-java/src/org/tukaani/xz/lz/
DLZDecoder.java71 public int getByte(int dist) { in getByte() method in LZDecoder
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DTraceOptions.java123 public byte getByte() { in getByte() method in TraceOptions
/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/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/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSegmentedByteString.java125 @Override public byte getByte(int pos) { in getByte() method in SegmentedByteString
DByteString.java277 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/flatbuffers/php/
DByteBuffer.php322 public function getByte($index) function in Google\\FlatBuffers\\ByteBuffer
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DAbstractHttp2Headers.java89 public Byte getByte(CharSequence name) { in getByte() method in AbstractHttp2Headers
94 public byte getByte(CharSequence name, byte defaultValue) { in getByte() method in AbstractHttp2Headers
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
DProxyBuilderTest.java309 public byte getByte() { return 2; } in getByte() method in ProxyBuilderTest.AllReturnTypes
347 public byte getByte(byte input) { return input; } in getByte() method in ProxyBuilderTest.PassThroughAllTypes
/external/v8/src/objects/
Dordered-hash-table.h511 byte getByte(Offset offset, ByteIndex index) const { in getByte() function
/external/libunwind_llvm/src/
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
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java501 public int getByte(int i) { in getByte() method in ResourceTypes.ResStringPool_header