Home
last modified time | relevance | path

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

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java114 static byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil
170 static byte getByte(byte[] target, long index) { in getByte() method in UnsafeUtil
248 static byte getByte(long address) { in getByte() method in UnsafeUtil
500 public abstract byte getByte(Object target, long offset); in getByte() method in UnsafeUtil.MemoryAccessor
548 public abstract byte getByte(long address); in getByte() method in UnsafeUtil.MemoryAccessor
574 public byte getByte(long address) { in getByte() method in UnsafeUtil.JvmMemoryAccessor
604 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.JvmMemoryAccessor
/external/protobuf/java/core/src/stubs/sun/misc/
DUnsafe.java44 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } in getByte() method in Unsafe
45 public byte getByte(long address) { /* null implementation */ return 0; } in getByte() method in Unsafe
/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/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java311 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/opencensus-java/api/src/main/java/io/opencensus/trace/
DTraceOptions.java123 public byte getByte() { in getByte() method in TraceOptions
/external/xz-java/src/org/tukaani/xz/lz/
DLZDecoder.java71 public int getByte(int dist) { in getByte() method in LZDecoder
/external/okio/okio/src/jvmMain/kotlin/okio/
DByteString.kt208 fun getByte(index: Int) = this[index] in getByte() method
DBuffer.kt590 fun getByte(index: Long) = this[index] in <lambda>() method
/external/dagger2/javatests/dagger/functional/
DBasicComponent.java32 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/auto/common/src/main/java/com/google/auto/common/
DAnnotationValues.java264 public static byte getByte(AnnotationValue value) { in getByte() method in AnnotationValues
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java252 public byte getByte(int pos); in getByte() method
304 public byte getByte(int pos) { in getByte() method in ArrayAccessReplaceTest.Simple
/external/okio/okio/src/jvmTest/java/okio/
DByteStringJavaTest.java122 @Test public void getByte() throws Exception { in getByte() method in ByteStringJavaTest
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationValuesTest.java276 public void getByte() { in getByte() method in AnnotationValuesTest
/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/okio/okio/src/commonTest/kotlin/okio/
DByteStringTest.kt59 @Test fun getByte() { in getByte() method in okio.AbstractByteStringTest
/external/llvm-project/libunwind/src/
DUnwind-EHABI.cpp32 uint8_t getByte(const uint32_t* data, size_t offset) { in getByte() function

12