Searched defs:_stream (Results 1 – 6 of 6) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_dump_state.c | 169 #define util_dump_arg(_stream, _type, _arg) \ argument 176 #define util_dump_ret(_stream, _type, _arg) \ argument 183 #define util_dump_array(_stream, _type, _obj, _size) \ argument 195 #define util_dump_struct_array(_stream, _type, _obj, _size) \ argument 207 #define util_dump_member(_stream, _type, _obj, _member) \ argument 214 #define util_dump_arg_array(_stream, _type, _arg, _size) \ argument 221 #define util_dump_member_array(_stream, _type, _obj, _member) \ argument
|
| /third_party/musl/porting/linux/user/src/hilog/ |
| D | output_p.inl | 90 #define SECUREC_SAFE_WRITE_PREFIX(src, txtLen, _stream, outChars) do { \ argument 100 #define SECUREC_SAFE_WRITE_STR(src, txtLen, _stream, outChars) do { \ argument 115 #define SECUREC_SAFE_WRITE_CHAR(_ch, _stream, outChars) do { \ argument 122 #define SECUREC_SAFE_PADDING(padChar, padLen, _stream, outChars) do { \ argument
|
| D | vsnprintf_s_p.c | 114 #define SECUREC_PUTC(_c,_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)(_c)) … argument 116 #define SECUREC_PUTC_ZERO(_stream) ((--(_stream)->count >= 0) ? ((*(_stream)->cur++ = (char)('\0… argument
|
| /third_party/python/Lib/ |
| D | contextlib.py | 371 _stream = None variable in _RedirectStream 400 _stream = "stdout" variable in redirect_stdout 406 _stream = "stderr" variable in redirect_stderr
|
| /third_party/gstreamer/gstplugins_good/gst/isomp4/ |
| D | qtdemux.c | 1763 gboolean set, QtDemuxStream ** _stream, gint * _index, gint64 * _time) in gst_qtdemux_find_sample()
|
| /third_party/libabigail/tests/lib/ |
| D | catch.hpp | 11077 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() 15905 AssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessages) in AssertionPrinter() 16144 …ConsoleAssertionPrinter(std::ostream& _stream, AssertionStats const& _stats, bool _printInfoMessag… in ConsoleAssertionPrinter()
|