/external/fio/examples/ |
falloc.fio | 5 buffered=0 38 buffered=0 44 [sequential buffered read] 49 buffered=1
|
e4defrag.fio | 11 # It is important to disable buffered io 12 buffered=0 24 buffered=0
|
aio-read.fio | 4 buffered=0
|
e4defrag2.fio | 19 buffered=0 61 [buffered-aio-32k] 64 buffered=1 77 buffered=0
|
numa.fio | 5 buffered=0
|
/external/skia/src/utils/ |
SkFrontBufferedStream.cpp | 37 // Amount that has been buffered by calls to read. Will always be less than 46 // Read up to size bytes from already buffered data, and copy to 57 // nullptr. Updates fOffset. Assumes fOffset is at or beyond the buffered 102 // lesser of the size requested and the remainder of the buffered 110 // within the buffered data. 121 // Data needs to be buffered. Buffer up to the lesser of the size requested 125 const size_t buffered = fStream->read(buffer, bytesToBuffer); local 127 fBufferedSoFar += buffered; 133 memcpy(dst, buffer, buffered); 136 return buffered; 194 const size_t buffered = this->bufferAndWriteTo(dst, size); local [all...] |
/external/skia/src/codec/ |
SkStreamBuffer.h | 33 * Return a pointer the buffered data. 35 * The number of bytes buffered is the number passed to buffer() 50 * @return Whether all bytes were successfully buffered. 57 * After this call, no bytes are buffered. 75 * buffered. 78 * to retrieve the data currently buffered. 105 // bytes we've buffered inside get(), for the (non-existent) case of: 111 // not already buffered.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5089.go | 13 func (b *bufio.Reader) Buffered() int { // ERROR "non-local|redefinition"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5089.go | 13 func (b *bufio.Reader) Buffered() int { // ERROR "non-local|redefinition"
|
/packages/apps/TV/src/com/android/tv/tuner/source/ |
TsDataSource.java | 27 * Returns the number of bytes being buffered by {@link TsStreamer} so far. 29 * @return the buffered position 47 * @param offset 0 <= offset <= buffered position
|
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/ |
aws-java-sdk-sqs-1.11.18.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
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
38 # XXX need to support 1 meaning line-buffered
41 # XXX buffered readinto should work with arbitrary buffer objects
|
/frameworks/native/include/gui/ |
OccupancyTracker.h | 63 // double-buffered, (1.0, 2.0) implies triple-buffered. 67 // segment could read as double-buffered on average, but still require a
|
/external/junit-params/src/main/java/junitparams/mappers/ |
BufferedReaderDataMapper.java | 9 * A Data Mapper based on Buffered Reader.
|
/external/skia/src/ports/ |
SkDebug_win.cpp | 26 fflush(stderr); // stderr seems to be buffered on Windows.
|
/prebuilts/go/darwin-x86/src/cmd/internal/bio/ |
buf.go | 14 // Reader implements a seekable buffered io.Reader. 20 // Writer implements a seekable buffered io.Writer. 47 offset -= int64(r.Buffered()) 73 off -= int64(r.Buffered())
|
/prebuilts/go/darwin-x86/src/os/signal/ |
example_test.go | 15 // We must use a buffered channel or risk missing the signal
|
/prebuilts/go/linux-x86/src/cmd/internal/bio/ |
buf.go | 14 // Reader implements a seekable buffered io.Reader. 20 // Writer implements a seekable buffered io.Writer. 47 offset -= int64(r.Buffered()) 73 off -= int64(r.Buffered())
|
/prebuilts/go/linux-x86/src/os/signal/ |
example_test.go | 15 // We must use a buffered channel or risk missing the signal
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
bufferedio.c | 2 An implementation of Buffered I/O as defined by PEP 3116 - "New I/O"
20 "Base class for buffered IO objects.\n"
201 /* True if this is a vanilla Buffered object (rather than a user derived
215 /* Just after the last buffered byte in the buffer, or -1 if the buffer
235 } buffered;
typedef in typeref:struct:__anon5397 260 /* These macros protect the buffered object against concurrent operations. */
265 _enter_buffered_busy(buffered *self)
366 buffered_dealloc(buffered *self)
390 buffered_sizeof(buffered *self, void *unused)
394 res = sizeof(buffered);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
bufferedio.c | 2 An implementation of Buffered I/O as defined by PEP 3116 - "New I/O"
20 "Base class for buffered IO objects.\n"
201 /* True if this is a vanilla Buffered object (rather than a user derived
215 /* Just after the last buffered byte in the buffer, or -1 if the buffer
235 } buffered;
typedef in typeref:struct:__anon5710 260 /* These macros protect the buffered object against concurrent operations. */
265 _enter_buffered_busy(buffered *self)
366 buffered_dealloc(buffered *self)
390 buffered_traverse(buffered *self, visitproc visit, void *arg)
398 buffered_clear(buffered *self) [all...] |
/libcore/ojluni/src/main/java/java/io/ |
BufferedOutputStream.java | 29 * The class implements a buffered output stream. By setting up such 53 * Creates a new buffered output stream to write data to the 63 * Creates a new buffered output stream to write data to the 88 * Writes the specified byte to this buffered output stream. 102 * starting at offset <code>off</code> to this buffered output stream. 120 In this way buffered streams will cascade harmlessly. */ 133 * Flushes this buffered output stream. This forces any buffered
|
/bionic/libc/upstream-openbsd/lib/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,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
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/libevent/include/event2/ |
bufferevent_compat.h | 41 This abstraction is called a buffered event. A buffered event provides 43 user of a buffered event no longer deals directly with the I/O, but 80 Set the read and write timeout for a buffered event.
|