Home
last modified time | relevance | path

Searched defs:setShort (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt38 internal expect inline fun ByteArray.setShort(index: Int, value: Short) in getString() method
86 public inline fun setShort(ary: ByteArray, index: Int, value: Short) { in getString() method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt35 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = ByteArrayOps.setShort… method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt32 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = setShortAt(index, val… method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt34 public actual inline fun ByteArray.setShort(index: Int, value: Short): Unit = ByteArrayOps.setShort… method
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
H A DClassMapTestCase.java106 public void setShort(short s) in setShort() method in ClassMapTestCase.TestClassMap
/aosp_15_r20/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java254 public void setShort(int pos, short value); in setShort() method
380 public void setShort(int pos, short value) { in setShort() method in ArrayAccessReplaceTest.Simple
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DBitField.java266 public short setShort(final short holder) { in setShort() method in BitField
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DReadWriteBuf.java94 void setShort(int index, short value); in setShort() method
H A DByteBufferReadWriteBuf.java126 public void setShort(int index, short value) { in setShort() method in ByteBufferReadWriteBuf
H A DArrayReadWriteBuf.java164 public void setShort(int index, short value) { in setShort() method in ArrayReadWriteBuf
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DField.annotated.java84 public native void setShort(@libcore.util.Nullable java.lang.Object obj, short s) throws java.lang.… in setShort() method in Field
H A DArray.annotated.java68 public static void setShort(@libcore.util.NonNull java.lang.Object array, int index, short s) throw… in setShort() method in Array
/aosp_15_r20/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java602 void setShort(int parameterIndex, short x) throws SQLException; in setShort() method
618 void setShort(String parameterName, short x) throws SQLException; in setShort() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/27/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java602 void setShort(int parameterIndex, short x) throws SQLException; in setShort() method
618 void setShort(String parameterName, short x) throws SQLException; in setShort() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java602 void setShort(int parameterIndex, short x) throws SQLException; in setShort() method
618 void setShort(String parameterName, short x) throws SQLException; in setShort() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DField.java130 public native void setShort(java.lang.Object obj, short s) in setShort() method in Field
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java777 public native void setShort(Object obj, short s) in setShort() method in Field
DArray.java623 public static void setShort(Object array, int index, short s) in setShort() method in Array
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java777 public native void setShort(Object obj, short s) in setShort() method in Field
DArray.java623 public static void setShort(Object array, int index, short s) in setShort() method in Array
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java623 public static void setShort(Object array, int index, short s) in setShort() method in Array
H A DField.java777 public native void setShort(Object obj, short s) in setShort() method in Field
/aosp_15_r20/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java189 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in setShort() method in Main.InvokeExactTester
206 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in setShort() method in Main.InvokeExactTester
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java160 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in setShort() method in MethodHandleAccessorsTest
177 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in setShort() method in MethodHandleAccessorsTest
/aosp_15_r20/out/soong/.intermediates/external/flatbuffers/flatbuffers-java/android_common_apex33/turbine/
Dflatbuffers-java.jarcom/google/flatbuffers/ArrayReadWriteBuf.class <Unknown> package com.google.flatbuffers public ...

12345678910>>...23