Home
last modified time | relevance | path

Searched defs:byteCount (Results 151 – 175 of 858) sorted by relevance

12345678910>>...35

/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DPushObserver.java70 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
H A DFramedConnection.java306 public void writeData(int streamId, boolean outFinished, Buffer buffer, long byteCount) in writeData()
881 private void pushDataLater(final int streamId, final BufferedSource source, final int byteCount, in pushDataLater()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java67 int byteCount = converter.getByteLength(f); in toASN1Primitive() local
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DPushObserver.java72 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
H A DFramedConnection.java308 public void writeData(int streamId, boolean outFinished, Buffer buffer, long byteCount) in writeData()
886 private void pushDataLater(final int streamId, final BufferedSource source, final int byteCount, in pushDataLater()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java65 int byteCount = converter.getByteLength(f); in toASN1Primitive() local
/aosp_15_r20/libcore/benchmarks/src/benchmarks/
H A DZipFileReadBenchmark.java63 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DByteChannelSink.java43 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
H A DRandoms.java42 @Override public long read(Buffer sink, long byteCount) throws IOException { in read()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DZipFilePerfTest.java90 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
H A DZipFileReadPerfTest.java79 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/urlconnection/
H A DCronetInputStream.java46 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DMockSink.java50 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
/aosp_15_r20/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp1317 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P() local
1345 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P() local
1370 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P() local
1400 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P() local
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DInflaterSource.java58 Buffer sink, long byteCount) throws IOException { in read()
H A DDeflaterSink.java60 @Override public void write(Buffer source, long byteCount) in write()
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DInflaterSource.java56 Buffer sink, long byteCount) throws IOException { in read()
H A DDeflaterSink.java58 @Override public void write(Buffer source, long byteCount) in write()
/aosp_15_r20/system/teeui/libteeui/src/
H A Dcbor.cpp80 static size_t byteCount(char c) { in byteCount() function
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/
H A DOFBBlockCipher.java17 private int byteCount; field in OFBBlockCipher
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/
H A DOFBBlockCipher.java17 private int byteCount; field in OFBBlockCipher
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DOFBBlockCipher.java15 private int byteCount; field in OFBBlockCipher
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dutf8range.h44 static size_t byteCount(char c) { in byteCount() function
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DNativeLeakCollector.java109 int byteCount = msgBytes.length; in writeToReceiver() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DDeflaterOutputStreamTest.java110 public int deflate(byte[] buf, int offset, int byteCount) { in deflate()

12345678910>>...35