Home
last modified time | relevance | path

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

12345678910>>...39

/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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 …]
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libcore_private.stubs/android_common/turbine/
Dlibcore_private.stubs.jarsun/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/
Dlibcore_private.stubs.jarsun/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 DResultMetadata.java50 byte getByte(String key); in getByte() method
62 byte getByte(String key, byte defaultValue); in getByte() method
H A DHashMapResultMetadata.java77 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 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
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java454 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 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
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DByteString.kt217 fun getByte(index: Int) = this[index] in getByte() method
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
H A DHeaderValue.java92 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 DUnsafe.annotated.java123 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 DSoundGenerator.java71 public byte[] getByte() { in getByte() method in SoundGenerator
H A DAudioRecordHelper.java141 public byte[] getByte() { in getByte() method in AudioRecordHelper
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java356 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 DUnsafe.java134 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 Dcbor.cpp25 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 Dcbor.cpp26 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 DDistinguishedNameParser.java315 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 DDistinguishedNameParser.java311 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 DDistinguishedNameParser.java312 private int getByte(int position) { in getByte() method in DistinguishedNameParser
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBundle.java845 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 DByteStream.java101 public byte getByte() { in getByte() method in ByteStream
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DTypedData.java37 byte getByte(int byteOffset); in getByte() method
/aosp_15_r20/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAndroidDistinguishedNameParser.java317 private int getByte(int position) { in getByte() method in AndroidDistinguishedNameParser

12345678910>>...39