HomeSort by relevance Sort by last modified time
    Searched full:buffered (Results 501 - 525 of 1453) sorted by null

<<21222324252627282930>>

  /external/lz4/lib/
lz4frame.h 235 * @return : number of bytes written into `dstBuffer` (it can be zero, meaning input data was just buffered).
242 * it's possible to call LZ4_flush(). It will immediately compress any data buffered within cctx.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http1xStream.java 112 * the body would need to be buffered!
308 * caller's responsibility to buffer chunks; typically by using a buffered
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 284 // that happens, then we will have buffered bytes that are needed by the SSLSocket!
288 throw new IOException("TLS tunnel buffered too many bytes!");
  /external/webrtc/webrtc/video/
vie_encoder.cc 302 // pacer queue has grown too large in buffered mode.
307 // Buffered mode.
  /frameworks/base/core/java/android/util/
JsonWriter.java 145 * For best performance, ensure {@link Writer} is buffered; wrapping in
380 * Ensures all buffered data is written to the underlying {@link Writer}
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedInputStreamTest.java 123 // Close underlying FileInputStream, all but 1 buffered bytes should
126 // Read the remaining buffered characters, no IOException should
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 194 // Buffered input stream for reading manifest data
319 * A fast buffered input stream for parsing manifest files.
  /libcore/ojluni/src/main/java/sun/security/util/
DerOutputStream.java 75 * @param buf buffered data, which must be DER-encoded
90 * @param out buffered data
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
BufferManager.java 160 * Returns an estimate of the position up to which data is buffered.
165 * Returns whether there is buffered data.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xcb.h 197 * @brief Forces any buffered output to be written to the server.
201 * Forces any buffered output to be written to the server. Blocks
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 75 // Buffered returns a reader of the data remaining in the Decoder's
77 func (dec *Decoder) Buffered() io.Reader {
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 173 peek, _ := br.Peek(br.Buffered())
176 // Force buffered I/O to read more into buffer.
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 75 // Buffered returns a reader of the data remaining in the Decoder's
77 func (dec *Decoder) Buffered() io.Reader {
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 173 peek, _ := br.Peek(br.Buffered())
176 // Force buffered I/O to read more into buffer.
  /art/runtime/
gc_root.h 230 // Simple data structure for buffered root visiting to avoid virtual dispatch overhead. Currently
  /device/google/contexthub/firmware/os/inc/
sensors.h 243 * that data can be buffered.
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c 156 fp->_lbfsize = 0; /* not line buffered */
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCommonTokenStream.java 36 /** This actually tests new (12/4/09) buffered but on-demand fetching stream */
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 43 * Writes are buffered to an internal buffer (2048 default size).
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DeflateCompressor.java 167 * is already buffered</em>.
  /external/boringssl/src/crypto/bio/
hexdump.c 148 /* finish flushes any buffered data in |ctx|. */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 31 * Create a buffered block cipher without padding.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CTSBlockCipher.java 19 * Create a buffered block cipher that uses Cipher Text Stealing
  /external/e2fsprogs/misc/
badblocks.8.in 200 Use buffered I/O and do not use Direct I/O, even if it is available.
  /external/guava/guava/src/com/google/common/io/
Files.java 73 * Returns a buffered reader that reads from a file using the given
79 * @return the buffered reader
90 * Returns a buffered writer that writes to a file using the given
96 * @return the buffered writer

Completed in 2330 milliseconds

<<21222324252627282930>>