Home
last modified time | relevance | path

Searched defs:setLong (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DKeyValueStore.kt74 fun setLong(key: String, value: Long?) = setValue(key, Long::class.javaObjectType, value) in getValue() method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt42 internal expect inline fun ByteArray.setLong(index: Int, value: Long) in getString() method
104 public inline fun setLong(ary: ByteArray, index: Int, value: Long) { in getString() method
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DBatteryProperty.java58 public void setLong(long val) { in setLong() method in BatteryProperty
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt39 public actual inline fun ByteArray.setLong(index: Int, value: Long): Unit = ByteArrayOps.setLong(th… method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt36 public actual inline fun ByteArray.setLong(index: Int, value: Long): Unit = setLongAt(index, value) method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt38 public actual inline fun ByteArray.setLong(index: Int, value: Long): Unit = ByteArrayOps.setLong(th… method
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
H A DClassMapTestCase.java102 public void setLong(long l) in setLong() method in ClassMapTestCase.TestClassMap
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgs1Setter.java60 public void setLong(long ll) { in setLong() method in Args1Setter
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DLongLiteralExpr.java110 public LongLiteralExpr setLong(long value) { in setLong() method in LongLiteralExpr
/aosp_15_r20/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java263 public void setLong(int pos, long value); in setLong() method
372 public void setLong(int pos, long value) { in setLong() method in ArrayAccessReplaceTest.Simple
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DReadWriteBuf.java108 void setLong(int index, long value); in setLong() method
H A DByteBufferReadWriteBuf.java138 public void setLong(int index, long value) { in setLong() method in ByteBufferReadWriteBuf
H A DArrayReadWriteBuf.java182 public void setLong(int index, long value) { in setLong() method in ArrayReadWriteBuf
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DIBinderRecordReplayTest.aidl34 void setLong(long input); in setLong() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DField.annotated.java88 public native void setLong(@libcore.util.Nullable java.lang.Object obj, long l) throws java.lang.Il… in setLong() method in Field
H A DArray.annotated.java72 public static void setLong(@libcore.util.NonNull java.lang.Object array, int index, long l) throws … in setLong() method in Array
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLongArrayList.java173 public long setLong(int index, long element) { in setLong() method in LongArrayList
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLongArrayList.java173 public long setLong(int index, long element) { in setLong() method in LongArrayList
/aosp_15_r20/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java656 void setLong(int parameterIndex, long x) throws SQLException; in setLong() method
672 void setLong(String parameterName, long x) throws SQLException; in setLong() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/27/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java656 void setLong(int parameterIndex, long x) throws SQLException; in setLong() method
672 void setLong(String parameterName, long x) throws SQLException; in setLong() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java656 void setLong(int parameterIndex, long x) throws SQLException; in setLong() method
672 void setLong(String parameterName, long x) throws SQLException; in setLong() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DField.java136 public native void setLong(java.lang.Object obj, long l) in setLong() 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.java837 public native void setLong(Object obj, long l) in setLong() method in Field
DArray.java691 public static void setLong(Object array, int index, long l) in setLong() 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.java837 public native void setLong(Object obj, long l) in setLong() method in Field

12345678910>>...38