/external/llvm/include/llvm-c/ |
BitWriter.h | 42 int Unbuffered);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_transport.h | 54 * unbuffered channel.
|
/bionic/libc/stdio/ |
fread.c | 68 #if 1 /* BIONIC: optimize unbuffered reads */ 119 * Before reading from a line buffered or unbuffered file,
|
setvbuf.c | 76 /* If setting unbuffered mode, skip all the hard work. */ 105 /* No luck; switch to unbuffered I/O. */
|
makebuf.c | 42 * Allocate a file buffer, or switch to unbuffered I/O.
|
wbuf.c | 68 * happen on unbuffered streams, where _bf._size==1; __sflush()
|
refill.c | 101 * Before reading from a line buffered or unbuffered file,
|
/external/llvm/include/llvm/Support/ |
FormattedStream.h | 38 /// unbuffered, since we're already doing our own buffering. 80 /// As a side effect, the given Stream is set to be Unbuffered.
|
/external/llvm/lib/Support/ |
raw_ostream.cpp | 83 // It may return 0, meaning this stream should be unbuffered. 89 assert(((Mode == Unbuffered && BufferStart == 0 && Size == 0) || 90 (Mode != Unbuffered && BufferStart && Size)) && 91 "stream must be unbuffered or have at least one byte"); 272 if (BufferMode == Unbuffered) { 292 if (BufferMode == Unbuffered) { 478 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) 479 : raw_ostream(unbuffered), FD(fd), 681 // Set standard error to be unbuffered by default.
|
FormattedStream.cpp | 74 // Write the data to the underlying stream (which is unbuffered, so
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
UnbufferedTokenStream.cs | 89 throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
UnbufferedTokenStream.cs | 154 throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream");
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
UnbufferedTokenStream.java | 78 throw new UnsupportedOperationException("Absolute token indexes are meaningless in an unbuffered stream");
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
he.po | 313 " -u, --unbuffered\n" 519 #~ " -u, --unbuffered\n" 540 #~ " -u, --unbuffered\n"
|
ko.po | 313 " -u, --unbuffered\n" 519 #~ " -u, --unbuffered\n" 540 #~ " -u, --unbuffered\n"
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.c | 154 fprintf(out, _(" -u, --unbuffered\n\ 196 {"unbuffered", 0, NULL, 'u'},
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
LookaheadStream.cs | 183 * is unbuffered. Seeks only into our moving window of elements.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
LookaheadStream.cs | 218 * is unbuffered. Seeks only into our moving window of elements.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
LookaheadStream.java | 153 * is unbuffered. Seeks only into our moving window of elements.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeNodeStream.java | 117 throw new UnsupportedOperationException("Absolute node indexes are meaningless in an unbuffered stream");
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.m | 181 @throw [ANTLRRuntimeException newException:@"Absolute node indexes are meaningless in an unbuffered stream"];
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToASCI.java | 46 * Create an unbuffered ASCII writer.
|
/external/e2fsprogs/lib/blkid/ |
getsize.c | 142 * Note that FreeBSD >= 4.0 has disk devices as unbuffered (raw,
|
/external/libpng/ |
pngrio.c | 29 * buffering if you are using unbuffered reads. This should never be asked
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
genero.php | 320 "UNBUFFERED",
|