Home
last modified time | relevance | path

Searched refs:m_stream (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_misc.cpp32 m_stream(stream), in EmitVertex()
41 return oth.m_stream == m_stream && in is_equal_to()
47 os << (m_cut ? "EMIT_CUT_VERTEX @" : "EMIT_VERTEX @") << m_stream; in do_print()
Dsfn_instruction_export.cpp205 m_stream(stream) in StreamOutIntruction()
218 return 4 * m_stream + op; in op()
233 m_stream == oth.m_stream; in is_equal_to()
238 os << "WRITE STREAM(" << m_stream << ") " << gpr() in do_print()
Dsfn_instruction_misc.h38 int stream() const { return m_stream;} in stream()
43 int m_stream; variable
Dsfn_instruction_export.h129 int m_stream; variable
/external/catch2/examples/
D231-Cfg-OutputStreams.cpp15 std::FILE* m_stream; member in out_buff
17 out_buff(std::FILE* stream):m_stream(stream) {} in out_buff()
22 if (putc(c, m_stream) == EOF) { in sync()
D301-Gen-MapTypeConversion.cpp16 std::stringstream m_stream; member in LineGenerator
19 m_stream.str("1\n2\n3\n4\n"); in LineGenerator()
28 return !!std::getline(m_stream, m_line); in next()
/external/deqp/framework/delibs/decpp/
DdeSha1.cpp49 deSha1Stream_init(&m_stream); in Sha1Stream()
54 deSha1Stream_process(&m_stream, size, data); in process()
60 deSha1Stream_finalize(&m_stream, &hash); in finalize()
DdeSha1.hpp59 deSha1Stream m_stream; member in de::Sha1Stream
/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp14 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
17 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
19 std::ostream& ReporterConfig::stream() const { return *m_stream; } in stream()
47 builder.m_info.message = builder.m_stream.str(); in AssertionStats()
Dcatch_message.h43 m_stream << value;
47 ReusableStringStream m_stream; member
57 m_stream << value;
Dcatch_config.cpp16 m_stream( openStream() ) in Config()
61 std::ostream& Config::stream() const { return m_stream->stream(); } in stream()
Dcatch_config.hpp124 std::unique_ptr<IStream const> m_stream; member in Catch::Config
Dcatch_message.cpp53 m_info.message = builder.m_stream.str(); in ScopedMessage()
Dcatch_capture.hpp131 …ssageType, ( Catch::MessageStream() << __VA_ARGS__ + ::Catch::StreamEndStop() ).m_stream.str() ); \
Dcatch_interfaces_reporter.h45 std::ostream* m_stream;
/external/deqp/framework/common/
DtcuThreadUtil.hpp96 …uilder (const MessageBuilder& other) : m_thread(other.m_thread), m_stream(other.m_stream.str()) {} in MessageBuilder()
98 MessageBuilder& operator<< (const T& t) { m_stream << t; return *this; } in operator <<()
110 std::stringstream m_stream; member in tcu::ThreadUtil::MessageBuilder
DtcuThreadUtil.cpp163 m_thread.pushMessage(m_stream.str()); in operator <<()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.hpp68 m_string = m_stream.str(); in str()
75 m_stream << "\t"; in operator <<()
77 m_stream << line << "\n"; in operator <<()
83 std::ostringstream m_stream; member in deqp::LineStream
/external/deqp/modules/glshared/
DglsShaderRenderCase.hpp61 const char* str (void) const { m_string = m_stream.str(); return m_string.c_str(); } in str()
62 …<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line… in operator <<()
66 std::ostringstream m_stream; member in deqp::gls::LineStream
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp57 const char* str (void) const { m_string = m_stream.str(); return m_string.c_str(); } in str()
58 …<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line… in operator <<()
62 std::ostringstream m_stream; member in vkt::sr::LineStream
/external/bcc/tests/cc/
Dcatch.hpp1234 m_stream.oss << value; in operator <<()
1270 CopyableStream m_stream; member in Catch::ResultBuilder
1930 m_stream << value; in operator <<()
1935 std::ostringstream m_stream; member
3539 m_stream( openStream() ) in Config()
3576 virtual std::ostream& stream() const { return m_stream->stream(); } in stream()
3601 std::auto_ptr<IStream const> m_stream; member in Catch::Config
5046 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
5049 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
5051 std::ostream& stream() const { return *m_stream; } in stream()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2616 m_stream << value; in operator <<()
2620 ReusableStringStream m_stream; member
2630 m_stream << value; in operator <<()
2777 …ssageType, ( Catch::MessageStream() << __VA_ARGS__ + ::Catch::StreamEndStop() ).m_stream.str() ); \
5360 std::unique_ptr<IStream const> m_stream; member in Catch::Config
5479 std::ostream* m_stream; member
9967 m_stream( openStream() ) in Config()
10012 std::ostream& Config::stream() const { return m_stream->stream(); } in stream()
11011 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
11014 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp2594 m_stream << value; in operator <<()
2598 ReusableStringStream m_stream; member
2608 m_stream << value; in operator <<()
2755 …ssageType, ( Catch::MessageStream() << __VA_ARGS__ + ::Catch::StreamEndStop() ).m_stream.str() ); \
5327 std::unique_ptr<IStream const> m_stream; member in Catch::Config
5446 std::ostream* m_stream; member
9909 m_stream( openStream() ) in Config()
9954 std::ostream& Config::stream() const { return m_stream->stream(); } in stream()
10949 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
10952 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} in ReporterConfig()
[all …]
/external/armnn/third-party/doctest/
Ddoctest.h1598 std::ostream* m_stream;
1607 toStream(m_stream, in);
2049 mb_name.m_stream = s_name; \
4545 m_stream = getTlsOss();
/external/libabigail/tests/data/test-diff-filter/
Dtest35-pr18754-no-added-syms-report-0.txt161 '_Offload_stream m_stream', at offset 1984 (in bits)

12