/external/bluetooth/glib/gio/tests/ |
.gitignore | 0 buffered-input-stream
|
Makefile.am | 27 buffered-input-stream \ 57 buffered_input_stream_SOURCES = buffered-input-stream.c
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
Process2Test.java | 32 * Tests if these methods return buffered streams. 39 assertTrue("getInputStream() returned non-buffered stream: " + in, (in instanceof BufferedInputStream)); 41 assertTrue("getErrorStream() returned non-buffered stream: " + in, (in instanceof BufferedInputStream)); 43 assertTrue("getOutputStream() returned non-buffered stream: " + out, (out instanceof BufferedOutputStream));
|
/external/webkit/Source/WebCore/manual-tests/ |
video-waiting-seeking.html | 12 if (isInTimeRanges(video.buffered, seekTo)) { 13 consoleWrite("Warining: Seeking into buffered region. May not generate waiting or seeking events."); 70 <p>Attempt to seek out of the buffered range. If supported, this 78 second ahead every 200ms always leave the buffered region.
|
/external/qemu/ |
buffered_file.h | 2 * QEMU buffered QEMUFile
|
/bionic/libc/kernel/common/linux/ |
android_pmem.h | 40 unsigned buffered; member in struct:android_pmem_platform_data
|
/bionic/libc/stdio/ |
wbuf.c | 41 * or if c=='\n' and the file is line buffered. 51 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size 52 * (if line buffered) so that we will get called again. 66 * completely, or if c is '\n' and the file is line buffered,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
android_pmem.h | 39 unsigned buffered; member in struct:android_pmem_platform_data
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
android_pmem.h | 39 unsigned buffered; member in struct:android_pmem_platform_data
|
/external/chromium/net/websockets/ |
websocket_frame_handler.h | 39 // If |buffered| is true, it tries to find WebSocket frames. 43 int UpdateCurrentBuffer(bool buffered);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
mbsinit.c | 35 buffered bytes (in the range 0..3), followed by up to 3 buffered bytes.
|
/libcore/luni/src/main/java/java/util/logging/ |
MemoryHandler.java | 26 * When the buffer is full, the earliest buffered records will be discarded. 29 * triggered so that all buffered records will be output to the target handler 57 // default maximum buffered number of LogRecord 134 * the maximum number of buffered {@code LogRecord}, greater than 168 * Call target handler to flush any buffered output. Note that this doesn't 180 * push action is triggered to output all the buffered records to the target 228 * Triggers a push action to output all buffered records to the target handler,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdio_ext.h | 68 /* Return non-zero value iff the stream FP is line-buffered. */ 72 /* Discard all pending buffered I/O on the stream FP. */ 78 /* Flush all line-buffered files. */
|
/external/kernel-headers/original/linux/ |
capi.h | 27 __u32 datablkcnt; /* No. of buffered data messages */ 28 __u32 datablklen; /* Size of buffered data messages */
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/ |
TempFile.java | 35 * other stream which would benefit from being buffered it's the
48 * other stream which would benefit from being buffered it's the
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 67 extern wostream wclog; ///< Linked to standard error (buffered)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
capi.h | 25 __u32 datablkcnt; /* No. of buffered data messages */ 26 __u32 datablklen; /* Size of buffered data messages */
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 67 extern wostream wclog; ///< Linked to standard error (buffered)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
iostream | 61 extern ostream clog; ///< Linked to standard error (buffered) 67 extern wostream wclog; ///< Linked to standard error (buffered)
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
BufferedResourceLoader.java | 23 * Base class for ResourceLoader implementations that require the Reader to be buffered (i.e.
|
/external/quake/quake/src/QW/client/ |
d_zpoint.c | 20 // d_zpoint.c: software driver module for drawing z-buffered points
|
/external/quake/quake/src/WinQuake/ |
d_zpoint.cpp | 20 // d_zpoint.c: software driver module for drawing z-buffered points
|
/libcore/luni/src/main/java/java/io/ |
Flushable.java | 26 * Flushes the object by writing out any buffered data to the underlying
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
EndOfSourceException.java | 23 * This exception indicates that data could not be read from the buffered stream because underlying
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
IImageFactory.java | 36 * Creates a buffered image with the given size
|