Home
last modified time | relevance | path

Searched defs:getShort (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java76 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 DByteArray.kt28 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 DBuffers.kt61 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 DResultMetadata.java79 short getShort(String key); in getShort() method
91 short getShort(String key, short defaultValue); in getShort() method
H A DHashMapResultMetadata.java106 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 DDirectByteBuffer.annotated.java108 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 DByteBuffer.annotated.java102 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 DTypedProperties.java474 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 DDirectByteBuffer.java210 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 DByteBuffer.java167 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 DExtProperties.java1565 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 DByteBuffer.annotated.java139 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 DByteBuffer.annotated.java129 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 DHeaderValue.java96 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 DDirectByteBuffer.java482 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 DUnsafe.annotated.java136 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 DByteArray.kt25 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 DByteArray.kt24 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 DByteArray.kt24 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 DReadBuf.java27 short getShort(int index); in getShort() method
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/database/
DEmptyCursor.java52 public short getShort(int column) { in getShort() method in EmptyCursor
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/database/
DEmptyCursor.java52 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 DDragSourceCursor.java52 public short getShort(int column) { in getShort() method in DragSourceCursor
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java396 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 DUnsafe.java146 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

12345678910>>...34