Home
last modified time | relevance | path

Searched defs:byteCount (Results 1 – 25 of 66) sorted by relevance

123

/external/okhttp/okio/src/main/java/okio/
DBufferedSource.java41 void require(long byteCount) throws IOException; in require()
69 void skip(long byteCount) throws IOException; in skip()
72 ByteString readByteString(long byteCount) throws IOException; in readByteString()
78 String readUtf8(long byteCount) throws IOException; in readUtf8()
DRealBufferedSource.java43 @Override public long read(OkBuffer sink, long byteCount) throws IOException { in read()
61 @Override public void require(long byteCount) throws IOException { in require()
73 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString()
78 @Override public String readUtf8(long byteCount) throws IOException { in readUtf8()
129 @Override public void skip(long byteCount) throws IOException { in skip()
163 @Override public int read(byte[] data, int offset, int byteCount) throws IOException { in inputStream()
DRealBufferedSink.java40 @Override public void write(OkBuffer source, long byteCount) in write()
65 @Override public BufferedSink write(byte[] source, int offset, int byteCount) throws IOException { in write()
115 long byteCount = buffer.completeSegmentByteCount(); in emitCompleteSegments() local
128 @Override public void write(byte[] data, int offset, int byteCount) throws IOException { in outputStream()
DOkio.java37 public static void copy(OkBuffer source, long offset, long byteCount, OutputStream sink) in copy()
63 @Override public void write(OkBuffer source, long byteCount) in sink()
108 @Override public long read(OkBuffer sink, long byteCount) throws IOException { in source()
DSegment.java81 public Segment split(int byteCount) { in split()
121 public void writeTo(Segment sink, int byteCount) { in writeTo()
DSource.java68 long read(OkBuffer sink, long byteCount) throws IOException; in read()
DSink.java52 void write(OkBuffer source, long byteCount) throws IOException; in write()
DGzipSource.java62 @Override public long read(OkBuffer sink, long byteCount) throws IOException { in read()
182 private void updateCrc(OkBuffer buffer, long offset, long byteCount) { in updateCrc()
DSegmentPool.java33 long byteCount; field in SegmentPool
DOkBuffer.java69 @Override public void write(byte[] data, int offset, int byteCount) { in outputStream()
/external/chromium_org/third_party/skia/src/ports/
DSkOSFile_stdio.cpp71 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f) { in sk_fread()
91 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f) { in sk_fwrite()
101 bool sk_fseek(SkFILE* f, size_t byteCount) { in sk_fseek()
106 bool sk_fmove(SkFILE* f, long byteCount) { in sk_fmove()
/external/skia/src/ports/
DSkOSFile_stdio.cpp73 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f) { in sk_fread()
93 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f) { in sk_fwrite()
103 bool sk_fseek(SkFILE* f, size_t byteCount) { in sk_fseek()
108 bool sk_fmove(SkFILE* f, long byteCount) { in sk_fmove()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRetryableSink.java55 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write()
57 checkOffsetAndCount(source.size(), 0, byteCount); in write() local
DHttpConnection.java284 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write()
286 checkOffsetAndCount(source.size(), 0, byteCount); in write() local
329 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write()
380 protected final void cacheWrite(OkBuffer source, long byteCount) throws IOException { in cacheWrite()
440 @Override public long read(OkBuffer sink, long byteCount) in read()
489 OkBuffer sink, long byteCount) throws IOException { in read()
555 @Override public long read(OkBuffer sink, long byteCount) in read()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java83 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
96 public long skip(long byteCount) throws IOException { in skip()
DOpenSSLBIOSink.java45 public long skip(long byteCount) { in skip()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DRecyclableBufferedInputStream.java263 public synchronized int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
365 public synchronized long skip(long byteCount) throws IOException { in skip()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSpdyStream.java362 @Override public long read(OkBuffer sink, long byteCount) in read()
425 void receive(BufferedSource in, long byteCount) throws IOException { in receive()
521 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write()
DPushObserver.java60 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
/external/yaffs2/yaffs2/
Dyaffs_packedtags2.h13 unsigned byteCount; member
Dyaffs_packedtags1.h11 unsigned byteCount:10; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9FieldElement.java59 int byteCount = converter.getByteLength(f); in toASN1Primitive() local
/external/okhttp/okio/src/test/java/okio/
DMockSink.java50 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write()
/external/skia/include/views/
DSkEvent.h154 bool hasData(const char name[], const void* data, size_t byteCount) const { in hasData()
171 void setData(const char name[], const void* data, size_t byteCount) { in setData()
/external/chromium_org/third_party/skia/include/views/
DSkEvent.h154 bool hasData(const char name[], const void* data, size_t byteCount) const { in hasData()
171 void setData(const char name[], const void* data, size_t byteCount) { in setData()

123