Home
last modified time | relevance | path

Searched defs:byteCount (Results 176 – 200 of 858) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DWebSocketProtocol.java87 static void toggleMask(byte[] buffer, long byteCount, byte[] key, long frameBytesRead) { in toggleMask()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DInflaterTest.java121 int byteCount = deflater.deflate(buf); in deflate() local
/aosp_15_r20/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
H A DProgress.java97 @Override public long read(Buffer sink, long byteCount) throws IOException { in source()
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DZoneInfoDataTest.java912 public void skip(int byteCount) { in skip()
922 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray()
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DTypedData.java66 byte[] getBytes(int byteOffset, int byteCount); in getBytes()
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DSourceMarker.java134 @Override public long read(Buffer sink, long byteCount) throws IOException { in read()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java21 private long byteCount; field in GeneralDigest
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java21 private long byteCount; field in GeneralDigest
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java19 private long byteCount; field in GeneralDigest
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DFaultyFileSystem.java85 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
/aosp_15_r20/libcore/luni/src/test/etc/loading-test-jar/
H A DTestMethods.java71 int byteCount = in.read(buffer); in readFully() local
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DSegmentPool.kt71 actual val byteCount: Int constant
/aosp_15_r20/external/vogar/src/vogar/
H A DMd5Cache.java62 int byteCount; in md5() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_opcode_list.cpp222 uint32 byteCount, in Parse()
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/io/write/
DTypedOutputStream.java53 public void writeVarByteValue(int byteCount, long value) throws IOException { in writeVarByteValue()
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
H A DByteBufferBerDataValueReader.java132 int byteCount = firstLengthByte & 0x7f; in readLongFormLength() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp58 ssize_t byteCount; in ReadFile() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLinux.java99 protected int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, long offset) in pread()
/aosp_15_r20/packages/apps/DevCamera/src/com/android/devcamera/
DMediaSaver.java75 int byteCount = 0; in saveDepth() local
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFingerprint.java81 public static Fingerprint fromInputStream(InputStream stream, long[] byteCount) in fromInputStream()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DBatch.java57 private long byteCount; field in Batch
/aosp_15_r20/external/skia/src/core/
H A DSkRTree.cpp166 size_t byteCount = sizeof(SkRTree); in bytesUsed() local
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DOkioTesting.kt38 var byteCount: Int in bufferWithRandomSegmentLayout() variable
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
H A DOs.java84 public static int pread(FileDescriptor fd, byte[] bytes, int byteOffset, int byteCount, in pread()

12345678910>>...35