/external/protobuf/java/core/src/stubs/sun/misc/ |
D | Unsafe.java | 37 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/ |
D | DistinguishedNameParser.java | 311 private int getByte(int position) { in getByte() method in DistinguishedNameParser
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
D | DistinguishedNameParser.java | 315 private int getByte(int position) { in getByte() method in DistinguishedNameParser
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/ |
D | DistinguishedNameParser.java | 312 private int getByte(int position) { in getByte() method in DistinguishedNameParser
|
/external/xz-java/src/org/tukaani/xz/lz/ |
D | LZDecoder.java | 71 public int getByte(int dist) { in getByte() method in LZDecoder
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | TraceOptions.java | 123 public byte getByte() { in getByte() method in TraceOptions
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | BasicComponent.java | 25 byte getByte(); in getByte() method
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | ByteStringTest.java | 45 @Test public void getByte() throws Exception { in getByte() method in ByteStringTest
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentedByteString.java | 124 @Override public byte getByte(int pos) { in getByte() method in SegmentedByteString
|
D | ByteString.java | 275 public byte getByte(int pos) { in getByte() method in ByteString
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | SegmentedByteString.java | 125 @Override public byte getByte(int pos) { in getByte() method in SegmentedByteString
|
D | ByteString.java | 277 public byte getByte(int pos) { in getByte() method in ByteString
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | ImageHeaderParser.java | 343 public int getByte() throws IOException { in getByte() method in ImageHeaderParser.StreamReader
|
/external/flatbuffers/php/ |
D | ByteBuffer.php | 322 public function getByte($index) function in Google\\FlatBuffers\\ByteBuffer
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | AbstractHttp2Headers.java | 89 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/ |
D | ProxyBuilderTest.java | 309 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/ |
D | ordered-hash-table.h | 511 byte getByte(Offset offset, ByteIndex index) const { in getByte() function
|
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 32 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/ |
D | Impl_RowSet.java | 339 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/ |
D | ResourceTypes.java | 501 public int getByte(int i) { in getByte() method in ResourceTypes.ResStringPool_header
|