/third_party/boost/boost/spirit/home/karma/detail/ |
D | alternative_function.hpp | 162 detail::enable_buffering<OutputIterator> buffering(sink); in operator ()() local 223 detail::enable_buffering<OutputIterator> buffering(sink); in operator ()() local
|
/third_party/boost/boost/spirit/home/karma/ |
D | generator.hpp | 24 buffering = 0x01, // generator requires buffering enumerator
|
/third_party/boost/boost/spirit/home/karma/directive/ |
D | buffer.hpp | 70 detail::enable_buffering<OutputIterator> buffering(sink); in generate() local
|
D | maxwidth.hpp | 112 detail::enable_buffering<OutputIterator> buffering(sink); in maxwidth_generate() local
|
D | right_alignment.hpp | 98 detail::enable_buffering<OutputIterator> buffering(sink, width); in right_align_generate() local
|
D | center_alignment.hpp | 98 detail::enable_buffering<OutputIterator> buffering(sink, width); in center_generate() local
|
/third_party/python/Modules/_io/clinic/ |
D | _iomodule.c.h | 147 int buffering = -1; in _io_open() local
|
/third_party/python/Lib/ |
D | tempfile.py | 522 def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, argument 575 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, argument 645 def __init__(self, max_size=0, mode='w+b', buffering=-1, argument
|
D | os.py | 976 def popen(cmd, mode="r", buffering=-1): argument 1023 def fdopen(fd, mode="r", buffering=-1, encoding=None, *args, **kwargs): argument
|
D | socket.py | 302 def makefile(self, mode="r", buffering=None, *, argument
|
D | codecs.py | 871 def open(filename, mode='r', encoding=None, errors='strict', buffering=-1): argument
|
D | pathlib.py | 1109 def open(self, mode='r', buffering=-1, encoding=None, argument
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | list.hpp | 136 detail::enable_buffering<OutputIterator> buffering(sink); in generate() local
|
/third_party/boost/libs/spirit/example/karma/ |
D | printf_style_double_format.cpp | 207 karma::detail::enable_buffering<OutputIterator> buffering( in call() local
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.h | 70 gboolean buffering; member
|
/third_party/python/Modules/_io/ |
D | _iomodule.c | 234 int buffering, const char *encoding, const char *errors, in _io_open_impl()
|
/third_party/python/Objects/ |
D | fileobject.c | 33 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpjitterbuffer.h | 83 gboolean buffering; member
|
D | gstrtpbin.h | 65 gboolean buffering; member
|
D | rtpjitterbuffer.c | 1339 rtp_jitter_buffer_set_buffering (RTPJitterBuffer * jbuf, gboolean buffering) in rtp_jitter_buffer_set_buffering()
|
/third_party/libsnd/src/ |
D | ogg.c | 462 int buffering = SF_FALSE ; in ogg_stream_seek_page_search() local
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 82 static gboolean buffering = FALSE; variable
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipc-play.c | 72 static gboolean buffering = FALSE; variable
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 105 gboolean buffering; member
|
/third_party/python/Python/ |
D | pylifecycle.c | 2147 int buffering, isatty; in create_stdio() local
|