Home
last modified time | relevance | path

Searched refs:m_cout (Results 1 – 25 of 120) sorted by relevance

12345

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/audiodecoder/
H A Daudiodecoder.cpp55 : m_cout(stdout, QIODevice::WriteOnly) in AudioDecoder()
132 m_cout << "Resource error\n"; in error()
135 m_cout << "Format error\n"; in error()
138 m_cout << "Access denied error\n"; in error()
141 m_cout << "Service missing error\n"; in error()
152 m_cout << "Decoding...\n"; in stateChanged()
155 m_cout << "Decoding stopped\n"; in stateChanged()
165 m_cout << "Decoding finished\n"; in finished()
168 m_cout << "Starting playback\n"; in finished()
179 m_cout << "Playback error\n"; in playbackStatusChanged()
[all …]
H A Daudiodecoder.h93 QTextStream m_cout; variable
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dsed1500.cpp78 save_item(NAME(m_cout)); in device_start()
92 data = data << 1 | BIT(m_ram[i | 0x40] << 8 | m_ram[i], m_cout); in device_timer()
95 m_write_segs(m_cout, data); in device_timer()
96 m_cout = (m_cout + 1) % m_cmax; in device_timer()
H A Dsed1500.h54 u8 m_cout = 0; variable
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dsed1500.cpp78 save_item(NAME(m_cout)); in device_start()
92 data = data << 1 | BIT(m_ram[i | 0x40] << 8 | m_ram[i], m_cout); in device_timer()
95 m_write_segs(m_cout, data); in device_timer()
96 m_cout = (m_cout + 1) % m_cmax; in device_timer()
H A Dsed1500.h54 u8 m_cout = 0; variable
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/expressions/
H A DpgsExecute.cpp25 pgsExpression(), m_query(query), m_cout(cout), m_app(app) in pgsExecute()
115 if (m_cout != 0) in eval()
119 (*m_cout) << PGSOUTWARNING; in eval()
126 (*m_cout) << message << wxT("\n"); in eval()
133 if (m_cout != 0) in eval()
137 (*m_cout) << PGSOUTQUERY; in eval()
148 (*m_cout) << message << wxT("\n"); in eval()
/dports/audio/kid3-qt5/kid3-3.8.6/src/app/cli/
H A Dstandardiohandler.cpp53 m_cout(stdout, QIODevice::WriteOnly), m_cerr(stderr, QIODevice::WriteOnly) in StandardIOHandler()
178 m_cout << line; in writeLine()
179 m_cout << QLatin1Char('\n'); in writeLine()
180 m_cout.flush(); in writeLine()
212 m_cout.flush(); in flushStandardOutput()
H A Dstandardiohandler.h104 QTextStream m_cout; variable
/dports/audio/kid3-kf5/kid3-3.8.6/src/app/cli/
H A Dstandardiohandler.cpp53 m_cout(stdout, QIODevice::WriteOnly), m_cerr(stderr, QIODevice::WriteOnly) in StandardIOHandler()
178 m_cout << line; in writeLine()
179 m_cout << QLatin1Char('\n'); in writeLine()
180 m_cout.flush(); in writeLine()
212 m_cout.flush(); in flushStandardOutput()
H A Dstandardiohandler.h104 QTextStream m_cout; variable
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/chrono/detail/inlined/
H A Drun_timer.hpp98 : m_places(m_default_places), m_os(m_cout()) { start(ec); } in run_timer()
105 : m_places(m_default_places), m_os(m_cout()), m_format(format) { start(ec); } in run_timer()
112 : m_places(places), m_os(m_cout()), m_format(format) { start(ec); } in run_timer()
119 : m_places(places), m_os(m_cout()) { start(ec); } in run_timer()
126 : m_places(places), m_os(m_cout()), m_format(format) { start(ec); } in run_timer()
H A Drun_timer_static.hpp32 std::ostream & run_timer::m_cout() { return std::cout; } in m_cout() function in boost::chrono::run_timer
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/statements/
H A DpgsStmtList.cpp27 pgsStmt(app), m_cout(cout) in pgsStmtList()
66 m_cout << wx_static_cast(const wxString, e.message()) in eval()
87 m_cout << PGSOUTERROR << _("Unknown exception:\n") in eval()
H A DpgsPrintStmt.cpp20 pgsStmt(app), m_var(var), m_cout(cout) in pgsPrintStmt()
39 m_cout << PGSOUTPGSCRIPT << wx_static_cast(const wxString, in eval()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/tools/txfmout/
H A Dtxfmout.cpp141 bool m_cout; // Are we using cout? member in outputter
151 m_cout(true), in outputter()
176 m_cout = false; in setFilename()
188 if (m_cout == true) in openSection()
222 if (m_cout == false && m_newFilePerOpen == true && m_out.is_open() != 0) { in closeSection()
250 if (m_cout || m_out.is_open() == false) { in output()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/utilities/
H A DpgsContext.cpp25 m_cout(cout) in pgsContext()
65 pgsStmtList *stmt_list = pnew pgsStmtList(m_cout, app); in stmt_list()
H A DpgsDriver.cpp75 context.m_cout << PGSOUTERROR in error()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/pgscript/statements/
H A DpgsPrintStmt.h24 pgsOutputStream &m_cout; variable
H A DpgsStmtList.h26 pgsOutputStream &m_cout; variable
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/pgscript/expressions/
H A DpgsExecute.h27 pgsOutputStream *m_cout; variable
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/pgscript/utilities/
H A DpgsContext.h40 pgsOutputStream &m_cout;
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dvk100.cpp230 uint8_t m_cout; // carry out from vgERR adder member in vk100_state
390 m_cout = 1; // hack for now in TIMER_CALLBACK_MEMBER()
391 uint8_t dirbyte = m_dir[(m_dir_a6<<6)|((m_vgY&1)<<5)|(m_cout<<4)|VG_DIR]; in TIMER_CALLBACK_MEMBER()
394 …nCount: %02X\n", vg_functions[m_VG_MODE], ((m_dir_a6<<6)|((m_vgY&1)<<5)|(m_cout<<4)|VG_DIR), dirby… in TIMER_CALLBACK_MEMBER()
958 m_cout = 0; in PORT_CODE()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dvk100.cpp230 uint8_t m_cout; // carry out from vgERR adder member in vk100_state
390 m_cout = 1; // hack for now in TIMER_CALLBACK_MEMBER()
391 uint8_t dirbyte = m_dir[(m_dir_a6<<6)|((m_vgY&1)<<5)|(m_cout<<4)|VG_DIR]; in TIMER_CALLBACK_MEMBER()
394 …nCount: %02X\n", vg_functions[m_VG_MODE], ((m_dir_a6<<6)|((m_vgY&1)<<5)|(m_cout<<4)|VG_DIR), dirby… in TIMER_CALLBACK_MEMBER()
958 m_cout = 0; in PORT_CODE()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_output_redirect.h31 RedirectedStream m_cout; variable

12345