HomeSort by relevance Sort by last modified time
    Searched full:buffered (Results 51 - 75 of 594) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
sem_as_mutex.c 59 * Switch to line-buffered mode, such that timing information can be
sem_open.c 72 * Switch to line-buffered mode, such that timing information can be
  /external/zlib/contrib/iostream3/
test.cc 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n";
  /libcore/luni/src/main/java/libcore/net/http/
RetryableOutputStream.java 25 * An HTTP request body that's completely buffered in memory. This allows
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedOutputStreamTest.java 135 assertEquals("Bytes written, not buffered", 0, bais.available());
653 assertEquals("Byte written, not buffered", 0, bais.available());
690 assertEquals("Bytes written, not buffered", 10, byteArrayis.available());
701 assertEquals("Bytes written, not buffered", 20, byteArrayis.available());
715 assertEquals("Bytes written, not buffered", 30, byteArrayis.available());
739 assertEquals("Bytes written, not buffered", 0, byteArrayis.available());
751 assertEquals("Bytes written, not buffered", 10, byteArrayis.available());
766 assertEquals("Bytes written, not buffered", 14, byteArrayis.available());
783 assertEquals("Bytes written, not buffered", 19, byteArrayis.available());
800 assertEquals("Bytes written, not buffered", 0, byteArrayis.available())
    [all...]
  /external/zlib/examples/
gzjoin.c 72 /* -- simple buffered file input with access to the buffer -- */
76 /* bin buffered input file type */
85 /* close a buffered file and free allocated memory */
97 /* open a buffered file for input, return a pointer to type bin, or NULL on
200 /* -- end of buffered input functions -- */
252 /* Load up zlib stream from buffered input, bail if end of file */
284 bin *in; /* buffered input file */
  /external/speex/libspeex/
jitter.c 143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/ member in struct:JitterBuffer_
316 jitter->buffered = 0;
516 jitter->buffered = packet->span - desired_span;
628 jitter->buffered = packet->span - desired_span;
631 jitter->buffered += *start_offset;
659 jitter->buffered = packet->span - desired_span;
672 jitter->buffered = packet->span - desired_span;
760 if (jitter->buffered >= 0)
762 jitter->next_stop = jitter->pointer_timestamp - jitter->buffered;
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc 630 // sock_ to be buffered.
655 // sock_ to be buffered.
658 // sock_ to be buffered.
683 // sock_ to be buffered.
709 // sock_ to be buffered.
739 // sock_ to be buffered.
769 // sock_ to be buffered.
796 // sock_ to be buffered.
801 // Now attempt to do a read of more data than remains buffered
829 // sock_ to be buffered
    [all...]
  /bionic/libc/stdio/
fvwrite.c 97 * Fully buffered: fill partially full buffer, if any,
160 * Line buffered: like fully buffered, but we
  /external/icu4c/tools/toolutil/
ucbuf.h 52 * @param buffered If TRUE performs a buffered read of the input file. If FALSE reads
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
  /external/openssl/include/openssl/
dtls1.h 212 /* Buffered handshake messages */
215 /* Buffered (sent) handshake records */
218 /* Buffered application records.
  /external/openssl/ssl/
dtls1.h 212 /* Buffered handshake messages */
215 /* Buffered (sent) handshake records */
218 /* Buffered application records.
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.h 51 // Commit changes buffered during ApplyChanges. We must commit them to the
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.h 38 // buffered since it is acceptable to drop packets under high load.
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 43 STATE_CLOSING, //!< Socket is closing but can have buffered data
  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 45 /// FlushDiagnostics - Flush the buffered diagnostics to an given
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
LocalStreamForwarder.java 47 * internal buffer. To make sure that the buffered data is sent over the
  /external/llvm/include/llvm/Support/
raw_ostream.h 27 /// rewinding, line buffered disciplines etc. It is a simple buffer that outputs
43 /// 2. Buffered (BufferMode != Unbuffered && OutBufStart != 0 &&
46 /// If buffered, then the raw_ostream owns the buffer if (BufferMode ==
90 /// SetBuffered - Set the stream to be buffered, with an automatically
94 /// SetBufferSize - Set the stream to be buffered, using the
102 // If we're supposed to be buffered but haven't actually gotten around
245 /// \arg Ptr - The start of the data to be written. For buffered streams this
284 /// non-empty. This outputs the currently buffered data and resets
374 /// Note that because raw_ostream's are typically buffered, this flag is only
  /external/mesa3d/docs/
perf.html 26 buffered mode. (X users only)
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.idl 43 readonly attribute TimeRanges buffered;
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 105 PassRefPtr<TimeRanges> buffered() const;
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 71 PassRefPtr<TimeRanges> buffered() const;
  /external/webrtc/src/common_audio/resampler/include/
resampler.h 86 // Asynchronous resampling output, remaining samples are buffered
  /libcore/luni/src/main/java/java/io/
FileDescriptor.java 66 * Ensures that data which is buffered within the underlying implementation
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 51 * <li>It is not buffered.</li>
71 * <li>It is not buffered.</li>
88 * <li>It is not buffered.</li>
106 * <li>It is not buffered.</li>

Completed in 1517 milliseconds

1 23 4 5 6 7 8 91011>>