/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A 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 …]
|
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libcore_private.stubs/android_common/turbine/ |
D | libcore_private.stubs.jar | sun/misc/Unsafe.class
<Unknown>
package sun.misc
public sun.misc. ... |
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libcore_private.stubs/android_common/turbine-combined/ |
D | libcore_private.stubs.jar | sun/misc/Unsafe.class
<Unknown>
package sun.misc
public sun.misc. ... |
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | ResultMetadata.java | 50 byte getByte(String key); in getByte() method 62 byte getByte(String key, byte defaultValue); in getByte() method
|
H A D | HashMapResultMetadata.java | 77 public byte getByte(String key) { in getByte() method in HashMapResultMetadata 89 public byte getByte(String key, byte defaultValue) { in getByte() method in HashMapResultMetadata
|
/aosp_15_r20/external/protobuf/java/core/src/stubs/sun/misc/ |
H A 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
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 454 public byte getByte(String property, byte def) { in getByte() method in TypedProperties 611 public byte getByte(String property) { in getByte() method in TypedProperties
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/ |
H A 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
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | ByteString.kt | 217 fun getByte(index: Int) = this[index] in getByte() method
|
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
H A D | HeaderValue.java | 92 public byte getByte() { in getByte() method in HeaderValue 229 public byte getByte() { in getByte() method in HeaderValue.ByteValue
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/ |
H A D | Unsafe.annotated.java | 123 public native byte getByte(java.lang.Object obj, long offset); in getByte() method in Unsafe 183 public native byte getByte(long address); in getByte() method in Unsafe
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
H A D | SoundGenerator.java | 71 public byte[] getByte() { in getByte() method in SoundGenerator
|
H A D | AudioRecordHelper.java | 141 public byte[] getByte() { in getByte() method in AudioRecordHelper
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Unsafe.java | 356 public native byte getByte(Object obj, long offset); in getByte() method in Unsafe 532 public native byte getByte(long address); in getByte() method in Unsafe
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | Unsafe.java | 134 public native byte getByte(java.lang.Object obj, long offset); in getByte() method in Unsafe 192 public native byte getByte(long address); in getByte() method in Unsafe
|
/aosp_15_r20/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 25 inline uint8_t getByte(const uint64_t& v, const uint8_t index) { in getByte() function
|
/aosp_15_r20/hardware/interfaces/confirmationui/support/src/ |
H A D | cbor.cpp | 26 inline uint8_t getByte(const uint64_t& v, const uint8_t index) { in getByte() function
|
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
H A D | DistinguishedNameParser.java | 315 private int getByte(int position) { in getByte() method in DistinguishedNameParser
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
H A D | DistinguishedNameParser.java | 311 private int getByte(int position) { in getByte() method in DistinguishedNameParser
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/ |
H A D | DistinguishedNameParser.java | 312 private int getByte(int position) { in getByte() method in DistinguishedNameParser
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | Bundle.java | 845 public byte getByte(String key) { in getByte() method in Bundle 858 public Byte getByte(String key, byte defaultValue) { in getByte() method in Bundle
|
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | ByteStream.java | 101 public byte getByte() { in getByte() method in ByteStream
|
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/ |
D | TypedData.java | 37 byte getByte(int byteOffset); in getByte() method
|
/aosp_15_r20/frameworks/base/core/java/org/apache/http/conn/ssl/ |
H A D | AndroidDistinguishedNameParser.java | 317 private int getByte(int position) { in getByte() method in AndroidDistinguishedNameParser
|