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

<<11121314151617181920>>

  /external/kernel-headers/original/asm-arm/
dma-mapping.h 13 * uncached, unwrite-buffered mapped memory space for use with DMA
114 * Allocate some uncached, buffered memory for a device for
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 35 /* Will not use it on WinCE because stdio is buffered, it means
136 /* FIXME: We may be able to satisfy the seek within buffered data */
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 381 PassRefPtr<TimeRanges> WebMediaPlayerClientImpl::buffered() const function in class:WebKit::WebMediaPlayerClientImpl
384 const WebTimeRanges& webRanges = m_webMediaPlayer->buffered();
  /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/luni/src/main/java/java/io/
BufferedInputStream.java 226 /* Are there buffered bytes available? */
249 * the stream was encountered. If all the buffered bytes have been used, a
Writer.java 78 * all buffered characters are written to the target.
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 38 // (Guarantee that the writer is always buffered.)
301 // Guarantee that the writer is always 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/bouncycastle/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 31 * Create a buffered block cipher without padding.
  /external/jpeg/
jcmainct.c 127 /* If we don't have a full iMCU row buffered, return to application for
jdpostct.c 82 /* We could be doing buffered-image output before starting a 2-pass
  /external/kernel-headers/original/asm-arm/arch/
mcbsp.h 4 * Defines for Multi-Channel Buffered Serial Port
  /external/qemu/distrib/jpeg-6b/
jcmainct.c 127 /* If we don't have a full iMCU row buffered, return to application for
jdpostct.c 82 /* We could be doing buffered-image output before starting a 2-pass
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom_c.h 42 1-second intervals (because the audio is buffered in 1-second chunks) If
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 316 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* Line buffered */
  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.h 273 // the buffered end tag.
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 202 // Now that we've buffered more input, wake up our background thread.
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 227 PassRefPtr<TimeRanges> buffered();
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 147 // We no longer have buffered data, so stop waiting for the socket to be writable.
  /frameworks/av/include/media/
MediaPlayerInterface.h 137 // pass the buffered ISurfaceTexture to the media player service
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 148 // Since the sync surface is in synchronous mode (i.e. double buffered)
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 743 // specifies how much of the read data is buffered
751 // position has been done and all the buffered data was read out)
753 // position of the last buffered byte
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedInputStreamTest.java 184 // Read more bytes than are buffered.

Completed in 8337 milliseconds

<<11121314151617181920>>