/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
H A D | PushObserver.java | 70 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
|
H A D | FramedConnection.java | 306 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 D | X9FieldElement.java | 67 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 D | PushObserver.java | 72 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
|
H A D | FramedConnection.java | 308 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 D | X9FieldElement.java | 65 int byteCount = converter.getByteLength(f); in toASN1Primitive() local
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/ |
H A D | ZipFileReadBenchmark.java | 63 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 D | ByteChannelSink.java | 43 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
|
H A D | Randoms.java | 42 @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 D | ZipFilePerfTest.java | 90 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
H A D | ZipFileReadPerfTest.java | 79 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 D | CronetInputStream.java | 46 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 D | MockSink.java | 50 @Override public void write(Buffer source, long byteCount) throws IOException { in write()
|
/aosp_15_r20/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_vendor_test.cpp | 1317 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 D | InflaterSource.java | 58 Buffer sink, long byteCount) throws IOException { in read()
|
H A D | DeflaterSink.java | 60 @Override public void write(Buffer source, long byteCount) in write()
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | InflaterSource.java | 56 Buffer sink, long byteCount) throws IOException { in read()
|
H A D | DeflaterSink.java | 58 @Override public void write(Buffer source, long byteCount) in write()
|
/aosp_15_r20/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 80 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 D | OFBBlockCipher.java | 17 private int byteCount; field in OFBBlockCipher
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/ |
H A D | OFBBlockCipher.java | 17 private int byteCount; field in OFBBlockCipher
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
H A D | OFBBlockCipher.java | 15 private int byteCount; field in OFBBlockCipher
|
/aosp_15_r20/system/teeui/libteeui/include/teeui/ |
H A D | utf8range.h | 44 static size_t byteCount(char c) { in byteCount() function
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | NativeLeakCollector.java | 109 int byteCount = msgBytes.length; in writeToReceiver() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/ |
H A D | DeflaterOutputStreamTest.java | 110 public int deflate(byte[] buf, int offset, int byteCount) { in deflate()
|