Home
last modified time | relevance | path

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

12

/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java119 static byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil
175 static byte getByte(byte[] target, long index) { in getByte() method in UnsafeUtil
253 static byte getByte(long address) { in getByte() method in UnsafeUtil
528 public abstract byte getByte(Object target, long offset); in getByte() method in UnsafeUtil.MemoryAccessor
593 public abstract byte getByte(long address); in getByte() method in UnsafeUtil.MemoryAccessor
646 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.JvmMemoryAccessor
710 public byte getByte(long address) { in getByte() method in UnsafeUtil.JvmMemoryAccessor
766 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.Android64MemoryAccessor
827 public byte getByte(long address) { in getByte() method in UnsafeUtil.Android64MemoryAccessor
891 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.Android32MemoryAccessor
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java119 static byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil
175 static byte getByte(byte[] target, long index) { in getByte() method in UnsafeUtil
253 static byte getByte(long address) { in getByte() method in UnsafeUtil
528 public abstract byte getByte(Object target, long offset); in getByte() method in UnsafeUtil.MemoryAccessor
593 public abstract byte getByte(long address); in getByte() method in UnsafeUtil.MemoryAccessor
646 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.JvmMemoryAccessor
710 public byte getByte(long address) { in getByte() method in UnsafeUtil.JvmMemoryAccessor
766 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.Android64MemoryAccessor
827 public byte getByte(long address) { in getByte() method in UnsafeUtil.Android64MemoryAccessor
891 public byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil.Android32MemoryAccessor
[all …]
/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/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/
DDistinguishedNameParser.java312 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/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/okio/okio/src/jvmMain/kotlin/okio/
DByteString.kt208 fun getByte(index: Int) = this[index] in getByte() method in okio.ByteString
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/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
DExtProperties.java1476 public byte getByte(String key) in getByte() method in ExtProperties
1501 public byte getByte(String key, byte defaultValue) in getByte() method in ExtProperties
1518 public Byte getByte(String key, Byte defaultValue) in getByte() method in ExtProperties
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMInteger.java201 public byte getByte() { in getByte() method in KMInteger
DKMAsn1Parser.java413 private byte getByte() { in getByte() method in KMAsn1Parser
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMInteger.java201 public byte getByte() { in getByte() method in KMInteger
DKMAsn1Parser.java413 private byte getByte() { in getByte() method in KMAsn1Parser
/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.java292 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

12