/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
H A D | KeyValueStore.kt | 74 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 D | ByteArray.kt | 42 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 D | BatteryProperty.java | 58 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 D | ByteArray.kt | 39 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 D | ByteArray.kt | 36 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 D | ByteArray.kt | 38 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 D | ClassMapTestCase.java | 102 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 D | Args1Setter.java | 60 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 D | LongLiteralExpr.java | 110 public LongLiteralExpr setLong(long value) { in setLong() method in LongLiteralExpr
|
/aosp_15_r20/external/javassist/src/test/test/javassist/convert/ |
H A D | ArrayAccessReplaceTest.java | 263 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 D | ReadWriteBuf.java | 108 void setLong(int index, long value); in setLong() method
|
H A D | ByteBufferReadWriteBuf.java | 138 public void setLong(int index, long value) { in setLong() method in ByteBufferReadWriteBuf
|
H A D | ArrayReadWriteBuf.java | 182 public void setLong(int index, long value) { in setLong() method in ArrayReadWriteBuf
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | IBinderRecordReplayTest.aidl | 34 void setLong(long input); in setLong() method
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
H A D | Field.annotated.java | 88 public native void setLong(@libcore.util.Nullable java.lang.Object obj, long l) throws java.lang.Il… in setLong() method in Field
|
H A D | Array.annotated.java | 72 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 D | LongArrayList.java | 173 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 D | LongArrayList.java | 173 public long setLong(int index, long element) { in setLong() method in LongArrayList
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/sql/ |
H A D | RowSet.java | 656 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/ |
D | RowSet.java | 656 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/ |
D | RowSet.java | 656 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 D | Field.java | 136 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/ |
D | Field.java | 837 public native void setLong(Object obj, long l) in setLong() method in Field
|
D | Array.java | 691 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/ |
D | Field.java | 837 public native void setLong(Object obj, long l) in setLong() method in Field
|