OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buffered
(Results
76 - 100
of
1453
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/stdio/
refill.c
98
* Before reading from a line
buffered
or unbuffered file,
99
* flush all line
buffered
output files, per the ANSI C
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
ftell.c
72
* adjust for
buffered
bytes.
95
* Writing. Any
buffered
characters cause the
ftello.c
69
* adjust for
buffered
bytes.
92
* Writing. Any
buffered
characters cause the
/external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-invalidate-failure.c
22
* spins performing large dio writes. It also spins racing
buffered
writes.
85
fail("
buffered
write returned %d", ret);
/external/okhttp/okio/okio/src/main/java/okio/
Sink.java
55
/** Pushes all
buffered
bytes to their final destination. */
62
* Pushes all
buffered
bytes to their final destination and releases the
/external/pdfium/third_party/libtiff/
tif_close.c
50
* Flush
buffered
data and directory (if dirty).
116
* Any
buffered
data are flushed to the file, including the contents of
/external/webrtc/webrtc/base/
transformadapter.cc
63
// Process
buffered
data
113
// Process
buffered
data
asyncudpsocket.h
21
//
buffered
since it is acceptable to drop packets under high load.
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.cc
108
// If we don't yet have enough
buffered
input for a whole packet, we're done
114
// Encode
buffered
input.
/libcore/ojluni/src/main/java/java/nio/channels/
Channels.java
113
* channel is in non-blocking mode. The stream will not be
buffered
, and
134
* channel is in non-blocking mode. The stream will not be
buffered
. The
188
* <p> The stream will not be
buffered
, and it will not support the {@link
263
* <p> The stream will not be
buffered
. The stream will be safe for access
338
* <p> The resulting channel will not be
buffered
; it will simply redirect
413
* <p> The resulting channel will not be
buffered
; it will simply redirect
481
* resulting stream will not otherwise be
buffered
, and it will not support
551
* The resulting stream will not otherwise be
buffered
. Closing the stream
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go
16
// not at a normalization boundary, the bytes will be
buffered
for the next
65
// Calling its Close method writes any
buffered
data to w.
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go
16
// not at a normalization boundary, the bytes will be
buffered
for the next
65
// Calling its Close method writes any
buffered
data to w.
/external/deqp/framework/delibs/destream/
deThreadStream.h
23
* \brief
Buffered
and threaded input and output streams
/external/giflib/
gif_lib_private.h
49
GifByteType Buf[256]; /* Compressed input is
buffered
here. */
/external/libmojo/mojo/edk/js/
drain_data.h
46
// all of the
buffered
data to the JS Promise and then delete this.
/external/libogg/doc/libogg/
oggpack_read.html
37
<dd>Pointer to an <a href="oggpack_buffer.html">oggpack_buffer</a> struct containing
buffered
data to be read.</dd>
oggpack_read1.html
37
<dd>Pointer to an <a href="oggpack_buffer.html">oggpack_buffer</a> struct containing
buffered
data to be read.</dd>
/external/libopus/silk/
resampler_private_down_FIR.c
54
/* Integer part gives pointer to
buffered
input */
88
/* Integer part gives pointer to
buffered
input */
111
/* Integer part gives pointer to
buffered
input */
161
/* Copy
buffered
samples to start of buffer */
/external/llvm/lib/Support/
circular_raw_ostream.cpp
10
// This implements support for circular
buffered
streams.
/external/skia/include/core/
SkMultiPictureDraw.h
54
* Abandon all
buffered
draws and reset to the initial state.
/external/swiftshader/third_party/LLVM/lib/Support/
circular_raw_ostream.cpp
10
// This implements support for circular
buffered
streams.
/external/valgrind/drd/tests/
fp_race.c
58
* Switch to line-
buffered
mode, such that timing information can be
sem_as_mutex.c
59
* Switch to line-
buffered
mode, such that timing information can be
/external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h
28
STATE_CLOSING, //!< Socket is closing but can have
buffered
data
/external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.h
29
// ScreenCapturerWinGdi is double-
buffered
as required by ScreenCapturer.
Completed in 1545 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>