Home
last modified time | relevance | path

Searched defs:writeInt (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
H A DProtobufWriter.kt32 fun writeInt(value: Int, tag: Int, format: ProtoIntegerType) { in writeInt() method in kotlinx.serialization.protobuf.internal.ProtobufWriter
38 fun writeInt(value: Int) { in writeInt() method
H A DStreams.kt188 fun writeInt(intValue: Int) { in writeInt() method in kotlinx.serialization.protobuf.internal.ByteArrayOutput
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/
DSignedContextualAdsHashUtil.java119 writeSet(adData.getAdCounterKeys(), this::writeInt); in writeAdData() local
179 writeField(keyedFrequencyCap.getAdCounterKey(), this::writeInt); in writeKeyedFrequencyCap() local
185 writeField(keyedFrequencyCap.getMaxCount(), this::writeInt); in writeKeyedFrequencyCap() local
237 void writeInt(int value) { in writeInt() method in SignedContextualAdsHashUtil
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersBuilder.kt603 private fun writeInt(value: Int, byteWidth: ByteWidth) = when (byteWidth.value) { in writeInt() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
611 private fun writeInt(value: ULong, byteWidth: ByteWidth) = when (byteWidth.value) { in writeInt() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBufferedSink.kt133 fun writeInt(i: Int): BufferedSink method
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/metrics/
H A DReflexiveStatsEvent.java108 private static final OptionalMethod writeInt; field in ReflexiveStatsEvent.Builder
147 public Builder writeInt(final int value) { in writeInt() method in ReflexiveStatsEvent.Builder
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/metrics/
H A DReflexiveStatsEvent.java104 private static final OptionalMethod writeInt; field in ReflexiveStatsEvent.Builder
143 public Builder writeInt(final int value) { in writeInt() method in ReflexiveStatsEvent.Builder
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DByteStream.java69 public void writeInt(int i) { in writeInt() method in ByteStream
171 public void writeInt(int pos, int value) { in writeInt() method in ByteStream
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DDexDataWriter.java94 public static void writeInt(OutputStream out, int value) throws IOException { in writeInt() method in DexDataWriter
101 public void writeInt(int value) throws IOException { in writeInt() method in DexDataWriter
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/
H A DUnsortedByteEntries.kt133 fun writeInt(value: Int) { in <lambda>() method
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSinkTest.kt99 fun writeInt() { in writeInt() method
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowParcel.java24 protected void writeInt(int val) { in writeInt() method in ShadowParcel
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/
DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { in writeInt() method in OrderedDataOutputStream
/aosp_15_r20/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/os/
DParcel.java38 void writeInt(int value); in writeInt() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DSysUiStatsEvent.java42 public Builder writeInt(int value) { in writeInt() method in SysUiStatsEvent.Builder
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DBufferedSink.kt45 actual fun writeInt(i: Int): BufferedSink method
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/
H A DOutput.java64 public void writeInt(int value); in writeInt() method
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/
H A DOutput.java61 public void writeInt(int value); in writeInt() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/
H A DHardwareAuthTokenUtils.java114 private static void writeInt(int i, byte[] dest, int offset) { in writeInt() method in HardwareAuthTokenUtils
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DLittleEndianDataOutputStream.java131 public void writeInt(int v) throws IOException { in writeInt() method in LittleEndianDataOutputStream
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DLittleEndianDataOutputStream.java131 public void writeInt(int v) throws IOException { in writeInt() method in LittleEndianDataOutputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DDataOutput.java193 void writeInt(int v) throws IOException; in writeInt() method

12345678910>>...45