/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 119 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/ |
D | UnsafeUtil.java | 119 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/ |
D | Unsafe.java | 44 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/ |
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/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/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/okio/okio/src/jvmMain/kotlin/okio/ |
D | ByteString.kt | 208 fun getByte(index: Int) = this[index] in getByte() method in okio.ByteString
|
D | Buffer.kt | 590 fun getByte(index: Long) = this[index] in <lambda>() method
|
/external/dagger2/javatests/dagger/functional/ |
D | BasicComponent.java | 32 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/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/ |
D | ExtProperties.java | 1476 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/ |
D | KMInteger.java | 201 public byte getByte() { in getByte() method in KMInteger
|
D | KMAsn1Parser.java | 413 private byte getByte() { in getByte() method in KMAsn1Parser
|
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
D | KMInteger.java | 201 public byte getByte() { in getByte() method in KMInteger
|
D | KMAsn1Parser.java | 413 private byte getByte() { in getByte() method in KMAsn1Parser
|
/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/auto/common/src/main/java/com/google/auto/common/ |
D | AnnotationValues.java | 292 public static byte getByte(AnnotationValue value) { in getByte() method in AnnotationValues
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 252 public byte getByte(int pos); in getByte() method 304 public byte getByte(int pos) { in getByte() method in ArrayAccessReplaceTest.Simple
|