/libcore/ojluni/src/main/java/java/lang/ |
UNIXProcess.java | 260 * A buffered input stream for a subprocess pipe file descriptor 266 * able to read any buffered data lingering in the OS pipe buffer. 308 * A buffered output stream for a subprocess pipe file descriptor
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/ |
SampleChunkIoHelper.java | 114 * @param bufferReason reason to be buffered 320 // If enough samples are buffered, try again few moments later hoping that 321 // buffered samples are consumed.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_io.so | |
/external/libxml2/ |
xmlIO.c | [all...] |
/art/compiler/debug/ |
elf_symtab_writer.h | 101 // Symbols are buffered and written after names (because they are smaller).
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
makebuf.c | 43 * Per the ANSI C standard, ALL tty devices default to line buffered.
|
wsetup.c | 77 * It is line buffered, so make _lbfsize be -_bufsize
|
/development/ndk/platforms/android-21/include/ |
stdio.h | 96 * _lbfsize is used only to make the inline line-buffered output stream 151 #define __SLBF 0x0001 /* line buffered */ 178 #define _IOFBF 0 /* setvbuf should set fully buffered */ 179 #define _IOLBF 1 /* setvbuf should set line buffered */
|
/development/ndk/platforms/android-9/include/ |
stdio.h | 94 * _lbfsize is used only to make the inline line-buffered output stream 144 #define __SLBF 0x0001 /* line buffered */ 170 #define _IOFBF 0 /* setvbuf should set fully buffered */ 171 #define _IOLBF 1 /* setvbuf should set line buffered */
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
UsbDevice.h | 46 When this function is called, data previously buffered by calling Send() has
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
wsetup.c | 97 * It is line buffered, so make _lbfsize be -_bufsize
|
/external/apache-http/src/org/apache/http/ |
HttpServerConnection.java | 95 * Sends all pending buffered data over this connection.
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
aio-dio-subblock-eof-read.c | 61 fail("buffered read returned %d, should be 300\n", ret);
|
/external/bison/lib/ |
close-stream.c | 45 when it tries to write out that buffered data. Thus, you would be
|
/external/boringssl/src/include/openssl/ |
rand.h | 50 /* RAND_enable_fork_unsafe_buffering enables efficient buffered reading of
|
/external/deqp/execserver/tools/ |
xsMain.cpp | 62 // Set line buffered mode to stdout so executor gets any log messages in a timely manner.
|
/external/fio/profiles/ |
tiobench.c | 14 "buffered=0", sz_idx, bs_idx, loop_idx, dir_idx, t_idx,
|
/external/fmtlib/test/ |
util.h | 57 // Opens a buffered file for reading.
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/ |
ExecutionDataReader.java | 38 * the nature of the underlying stream input should be buffered as most data
|
ExecutionDataWriter.java | 46 * nature of the underlying stream output should be buffered as most data is
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
SyntaxTreeDumper.java | 119 // Write to temp string in case output isn't buffered.
|
/external/libnl/lib/cli/qdisc/ |
plug.c | 27 " --release-indefinite stop buffering and release all (buffered and new) packets.\n"
|
/external/libogg/doc/libogg/ |
encoding.html | 22 <p>Raw packets are inserted into the stream, and an <a href="ogg_page.html">ogg_page</a> is output when enough packets have been written to create a full page. The pages output are pointers to buffered packet segments, and can then be written out and saved as an ogg stream.
|
/external/libopus/silk/ |
resampler_down2_3.c | 53 /* Copy buffered samples to start of buffer */
|
resampler_private_IIR_FIR.c | 80 /* Copy buffered samples to start of buffer */
|