/external/ltp/testcases/kernel/io/ltp-aiodio/ |
README | 2 TESTS to check consistency between O_DIRECT reads/writes and buffered
|
/external/skia/tests/ |
StreamBufferTest.cpp | 32 size_t buffered = length / 2; local 33 REPORTER_ASSERT(r, buffer.buffer(buffered)); 34 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText, buffered)); 37 REPORTER_ASSERT(r, buffer.buffer(buffered / 2));
|
FrontBufferedStreamTest.cpp | 51 // Tests reading the stream across boundaries of what has been buffered so far and what 66 // already buffered. 70 // Now test reading part of what was buffered, and buffering new data. 73 // Now test reading what was buffered, buffering new data, and 95 // Once again reading buffered info should succeed 115 // Now skip beyond the buffered piece, but still within the total buffer. 206 std::unique_ptr<SkStream> buffered(SkFrontBufferedStream::Create(stream, bufferSize)); 207 test_hasLength(reporter, *buffered.get(), *stream);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
io.py | 16 BufferedRandom provides a buffered interface to random access 20 of streams into text. TextIOWrapper, which extends it, is a buffered text 21 interface to a buffered raw stream (`BufferedIOBase`). Finally, StringIO 31 An int containing the default buffer size used by the module's buffered
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
io.py | 16 BufferedRandom provides a buffered interface to random access 20 of streams into text. TextIOWrapper, which extends it, is a buffered text 21 interface to a buffered raw stream (`BufferedIOBase`). Finally, StringIO 31 An int containing the default buffer size used by the module's buffered
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
io.py | 16 BufferedRandom provides a buffered interface to random access 20 of streams into text. TextIOWrapper, which extends it, is a buffered text 21 interface to a buffered raw stream (`BufferedIOBase`). Finally, StringIO 31 An int containing the default buffer size used by the module's buffered
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
io.py | 16 BufferedRandom provides a buffered interface to random access 20 of streams into text. TextIOWrapper, which extends it, is a buffered text 21 interface to a buffered raw stream (`BufferedIOBase`). Finally, StringIO 31 An int containing the default buffer size used by the module's buffered
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_tri.c | 57 * XImage, smooth, depth-buffered, PF_TRUECOLOR triangle. 91 * XImage, smooth, depth-buffered, PF_8A8B8G8R triangle. 125 * XImage, smooth, depth-buffered, PF_8A8R8G8B triangle. 160 * XImage, smooth, depth-buffered, PF_8R8G8B triangle. 192 * XImage, smooth, depth-buffered, PF_8R8G8B24 triangle. 224 * XImage, smooth, depth-buffered, PF_TRUEDITHER triangle. 255 * XImage, smooth, depth-buffered, PF_5R6G5B triangle. 285 * XImage, smooth, depth-buffered, PF_DITHER_5R6G5B triangle. 317 * XImage, flat, depth-buffered, PF_TRUECOLOR triangle. 344 * XImage, flat, depth-buffered, PF_8A8B8G8R triangle [all...] |
/libcore/ojluni/src/main/java/java/io/ |
Flushable.java | 32 * flush method is invoked to write any buffered output to the underlying 40 * Flushes this stream by writing any buffered output to the underlying
|
/external/deqp/modules/egl/ |
teglMutableRenderBufferTests.cpp | 224 // run a few back-buffered frames even if we can't verify their contents 237 // test a few single-buffered frames 244 // when single buffered, front-buffer == back-buffer 247 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Surface isn't single-buffered"); 255 // run a few back-buffered frames even if we can't verify their contents 290 // check that by default the query returns back buffered 295 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Surface didn't default to back-buffered rendering"); 345 // check that by default the query returns back buffered 350 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Surface didn't default to back-buffered rendering"); 373 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Surface didn't stay in back-buffered rendering after error") [all...] |
/art/compiler/linker/ |
output_stream_test.cc | 79 TEST_F(OutputStreamTest, Buffered) { 130 BufferedOutputStream buffered(std::move(cos)); 132 bool flush_result = buffered.Flush();
|
/external/mesa3d/include/GL/ |
wmesa.h | 85 * db_flag - GL_TRUE = double-buffered, 86 * GL_FALSE = single buffered 121 * taken if the context is not double buffered.
|
/external/syslinux/gpxe/src/core/ |
linebuf.c | 35 * Retrieve buffered-up line 38 * @ret line Buffered line, or NULL if no line ready to read 67 * NUL-terminated. This buffered line is valid only until the next
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
StrictLineReader.java | 30 * <p>This class is used for buffered reading of lines. For purposes of this class, a line ends 53 * Buffered data is stored in {@code buf}. As long as no exception occurs, 0 <= pos <= end 54 * and the data in the range [pos, end) is buffered for reading. At end of input, if there is 131 // Read more data if we are at the end of the buffered data. 137 // Try to find LF in the buffered data and return the line if successful. 165 // Try to find LF in the buffered data and return the line if successful.
|
/bionic/benchmarks/ |
stdio_benchmark.cpp | 30 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) { 37 if (!buffered) {
|
/external/bison/lib/ |
mbsinit.c | 47 buffered bytes (in the range 0..3), followed by up to 3 buffered bytes.
|
/external/deqp/framework/platform/ |
tcuMain.cpp | 40 // Set stdout to line-buffered mode (will be fully buffered by default if stdout is pipe).
|
/external/kernel-headers/original/uapi/linux/ |
capi.h | 27 __u32 datablkcnt; /* No. of buffered data messages */ 28 __u32 datablklen; /* Size of buffered data messages */
|
/external/llvm/lib/Target/Lanai/ |
LanaiSchedule.td | 31 // Max micro-ops that can be buffered for optimized loop dispatch/execution. 48 // Max micro-ops that can be buffered. [default = -1]
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeyStoreCryptoOperationChunkedStreamer.java | 112 // Nothing buffered and all of input array needs to be fed into the update 117 // Need to combine buffered data with input data into one array. 179 // No previously buffered output 182 // There was some previously buffered output 216 // Flush all buffered input and provided input into keystore/keymaster. 236 // Keep invoking the update operation with remaining buffered data until either all of the 237 // buffered data is consumed or until update fails to consume anything. 274 // No output buffered yet.
|
/packages/apps/UnifiedEmail/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
capi.h | 25 __u32 datablkcnt; /* No. of buffered data messages */ 26 __u32 datablklen; /* Size of buffered data messages */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
iostream | 63 extern ostream clog; /// Linked to standard error (buffered) 69 extern wostream wclog; /// Linked to standard error (buffered)
|