/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | MockSuggestionProviderCursor.java | 76 public short getShort(int column) { in getShort() method in MockSuggestionProviderCursor 137 public short getShort(int column) { in getShort() method in MockSuggestionProviderCursor.Row
|
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
H A D | ByteArray.kt | 28 internal expect inline fun ByteArray.getShort(index: Int): Short in getString() method 52 public inline fun getShort(ary: ByteArray, index: Int): Short { in getString() method
|
H A D | Buffers.kt | 61 public fun getShort(index: Int): Short in findFirst() method 340 override fun getShort(index: Int): Short = buffer.getShort(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | ResultMetadata.java | 79 short getShort(String key); in getShort() method 91 short getShort(String key, short defaultValue); in getShort() method
|
H A D | HashMapResultMetadata.java | 106 public short getShort(String key) { in getShort() method in HashMapResultMetadata 118 public short getShort(String key, short defaultValue) { in getShort() method in HashMapResultMetadata
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/ |
H A D | DirectByteBuffer.annotated.java | 108 public final short getShort() { throw new RuntimeException("Stub!"); } in getShort() method in DirectByteBuffer 111 public final short getShort(int i) { throw new RuntimeException("Stub!"); } in getShort() method in DirectByteBuffer
|
H A D | ByteBuffer.annotated.java | 102 public abstract short getShort(); in getShort() method in ByteBuffer 106 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 474 public short getShort(String property, short def) { in getShort() method in TypedProperties 623 public short getShort(String property) { in getShort() method in TypedProperties
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/ |
H A D | DirectByteBuffer.java | 210 private short getShort(long a) { in getShort() method in DirectByteBuffer 214 public final short getShort() { in getShort() method in DirectByteBuffer 218 public final short getShort(int i) { in getShort() method in DirectByteBuffer
|
H A D | ByteBuffer.java | 167 public abstract short getShort(); in getShort() method in ByteBuffer 171 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/ |
H A D | ExtProperties.java | 1565 public short getShort(String key) in getShort() method in ExtProperties 1590 public short getShort(String key, short defaultValue) in getShort() method in ExtProperties 1607 public Short getShort(String key, Short defaultValue) in getShort() method in ExtProperties
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | ByteBuffer.annotated.java | 139 public abstract short getShort(); in getShort() method in ByteBuffer 143 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
H A D | ByteBuffer.annotated.java | 129 public abstract short getShort(); in getShort() method in ByteBuffer 133 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
H A D | HeaderValue.java | 96 public short getShort() { in getShort() method in HeaderValue 270 public short getShort() { in getShort() method in HeaderValue.ShortValue
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | DirectByteBuffer.java | 482 private short getShort(long a) { in getShort() method in DirectByteBuffer 487 public final short getShort() { in getShort() method in DirectByteBuffer 495 public final short getShort(int i) { in getShort() method in DirectByteBuffer
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/ |
H A D | Unsafe.annotated.java | 136 public native short getShort(java.lang.Object obj, long offset); in getShort() method in Unsafe 190 public native short getShort(long address); in getShort() method in Unsafe
|
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/ |
H A D | ByteArray.kt | 25 public actual inline fun ByteArray.getShort(index: Int): Short = ByteArrayOps.getShort(this, index) method
|
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ |
H A D | ByteArray.kt | 24 public actual inline fun ByteArray.getShort(index: Int): Short = getShortAt(index) method
|
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/ |
H A D | ByteArray.kt | 24 public actual inline fun ByteArray.getShort(index: Int): Short = ByteArrayOps.getShort(this, index) method
|
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/ |
H A D | ReadBuf.java | 27 short getShort(int index); in getShort() method
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/database/ |
D | EmptyCursor.java | 52 public short getShort(int column) { in getShort() method in EmptyCursor
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/database/ |
D | EmptyCursor.java | 52 public short getShort(int column) { in getShort() method in EmptyCursor
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/dndsourceapp/src/android/server/wm/dndsourceapp/ |
H A D | DragSourceCursor.java | 52 public short getShort(int column) { in getShort() method in DragSourceCursor
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | Unsafe.java | 396 public native short getShort(Object obj, long offset); in getShort() method in Unsafe 550 public native short getShort(long address); in getShort() method in Unsafe
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | Unsafe.java | 146 public native short getShort(java.lang.Object obj, long offset); in getShort() method in Unsafe 198 public native short getShort(long address); in getShort() method in Unsafe
|