Home
last modified time | relevance | path

Searched refs:qout (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtlockedfile/example/
H A Dexample.cpp48 QTextStream qout(stdout); in main() local
69 qout << "ON.\n"; in main()
71 qout << "OFF.\n"; in main()
74 qout.flush(); in main()
82 qout.flush(); in main()
84 qout << "done!\n"; in main()
89 qout.flush(); in main()
91 qout << "done!\n"; in main()
96 qout.flush(); in main()
98 qout << "done!\n"; in main()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue382/
H A Dtb_demo.gtk12qout[7:0] top.tb_demo.qout[7] top.tb_demo.qout[6] top.tb_demo.qout[5] top.tb_demo.qout[4] top.tb_d…
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dduchaindumper.cpp115 QDebug qout = fromTextStream(out); in dumpProblems() local
118 qout << top->problems().size() << "problems encountered:" << endl; in dumpProblems()
124 qout << endl; in dumpProblems()
130 QDebug qout = fromTextStream(out); in dump() local
132 qout << Indent(m_indent * 2) << (isFromImport ? " ==import==>" : "") in dump()
141 qout << Indent((m_indent + 2) * 2) << "(Skipping" << context->scopeIdentifier(true) << in dump()
154 qout << Indent((m_indent + 2) * 2) << "Declaration:" << dec->toString() << "[" << in dump()
160 qout << Indent((m_indent + 2) * 2 + 1) << "Definition:" << in dump()
165 qout << Indent((m_indent + 3) * 2) << "File:" << it.key().str() << endl; in dump()
167qout << Indent((m_indent + 4) * 2) << "Use:" << range.castToSimpleRange() << endl; in dump()
[all …]
H A Dpersistentsymboltable.cpp419 QDebug qout = fromTextStream(out); in operator ()() local
422 qout << "identifier" << id.toString() << "appears for" << identifiers[id] << "th time"; in operator ()()
431 qout << "declaration found for multiple identifiers. Previous identifier:" << in operator ()()
438qout << decl.data()->url().str() << "declaration" << decl.data()->qualifiedIdentifier() << in operator ()()
444qout << "Item in symbol-table is invalid:" << id.toString() << "- localIndex:" << decl.localIndex(… in operator ()()
450 qout << "- range:" << d->range(); in operator ()()
452 qout << "- null declaration"; in operator ()()
454 qout << endl; in operator ()()
473 QDebug qout = fromTextStream(out); in dump() local
477 qout << "Statistics:" << endl; in dump()
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/tests/
H A Dtest_regr1.py38 def run_server(quin, qout): argument
48 qout.put(addr)
56 qout.put('stopped')
80 qin, qout = queue.Queue(), queue.Queue()
83 args=(qin, qout),
87 qout = multiprocessing.Queue()
90 args=(qin, qout),
93 addr = qout.get()
103 qout.get()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/diskq/
H A Dlogqueue-disk-non-reliable.c97 return _get_message_number_in_queue(self->qout) in _get_length()
146 g_queue_push_tail(self->qout, msg); in _move_messages_from_overflow()
186 g_queue_push_tail(self->qout, msg); in _move_messages_from_disk_to_qout()
190 while (HAS_SPACE_IN_QUEUE(self->qout)); in _move_messages_from_disk_to_qout()
241 g_queue_push_head(self->qout, ptr_opt); in _rewind_backlog()
242 g_queue_push_head(self->qout, ptr_msg); in _rewind_backlog()
294 if (self->qout->length > 0) in _pop_head()
374 g_queue_push_tail(self->qout, msg); in _push_tail_qout()
487 _free_queue(self->qout); in _free()
488 self->qout = NULL; in _free()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/mm/
H A Dextmem.c169 struct qout64 *qout; in query_segment_type() local
173 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type()
174 if ((qin == NULL) || (qout == NULL)) { in query_segment_type()
181 qin->qoutptr = (unsigned long) qout; in query_segment_type()
197 if (qout->segcnt > 6) { in query_segment_type()
202 if (qout->segcnt == 1) { in query_segment_type()
210 for (i=0; i<qout->segcnt; i++) { in query_segment_type()
226 seg->start_addr = qout->segstart; in query_segment_type()
227 seg->end = qout->segend; in query_segment_type()
230 seg->segcnt = qout->segcnt; in query_segment_type()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/mm/
H A Dextmem.c169 struct qout64 *qout; in query_segment_type() local
173 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type()
174 if ((qin == NULL) || (qout == NULL)) { in query_segment_type()
181 qin->qoutptr = (unsigned long) qout; in query_segment_type()
197 if (qout->segcnt > 6) { in query_segment_type()
202 if (qout->segcnt == 1) { in query_segment_type()
210 for (i=0; i<qout->segcnt; i++) { in query_segment_type()
226 seg->start_addr = qout->segstart; in query_segment_type()
227 seg->end = qout->segend; in query_segment_type()
230 seg->segcnt = qout->segcnt; in query_segment_type()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/mm/
H A Dextmem.c169 struct qout64 *qout; in query_segment_type() local
173 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type()
174 if ((qin == NULL) || (qout == NULL)) { in query_segment_type()
181 qin->qoutptr = (unsigned long) qout; in query_segment_type()
197 if (qout->segcnt > 6) { in query_segment_type()
202 if (qout->segcnt == 1) { in query_segment_type()
210 for (i=0; i<qout->segcnt; i++) { in query_segment_type()
226 seg->start_addr = qout->segstart; in query_segment_type()
227 seg->end = qout->segend; in query_segment_type()
230 seg->segcnt = qout->segcnt; in query_segment_type()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/util/
H A Ddebuglanguageparserhelper.h33 QTextStream qout(stdout);
80 qout << "Parsing file " << fileName << endl; in parseFile()
90 qout << "Parsing input" << endl; in parseCode()
126 qout << "AST tree successfully generated" << endl; in runSession()
134 qout << endl << "problems encountered during parsing:" << endl; in runSession()
136 qout << p->description() << endl; in runSession()
139 qout << "no problems encountered during parsing" << endl; in runSession()
151 qout << m_session.contents().mid(begin, end - begin + 1).replace('\n', "\\n") in printToken()
177 qout.setCodec("UTF-8"); in initAndRunParser()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dqxq_c.c52 SpiceDouble qout [4] ) in qxq_c()
433 qout[0] = q1[0]*q2[0] - vdot_c( q1+1, q2+1 ); in qxq_c()
446 1.0, cross, qout+1 ); in qxq_c()
H A Dqxq.c13 /* Subroutine */ int qxq_(doublereal *q1, doublereal *q2, doublereal *qout) in qxq_() argument
432 qout[0] = q1[0] * q2[0] - vdot_(&q1[1], &q2[1]); in qxq_()
438 vlcom3_(q1, &q2[1], q2, &q1[1], &c_b2, cross, &qout[1]); in qxq_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dqxq_c.c52 SpiceDouble qout [4] ) in qxq_c()
433 qout[0] = q1[0]*q2[0] - vdot_c( q1+1, q2+1 ); in qxq_c()
446 1.0, cross, qout+1 ); in qxq_c()
H A Dqxq.c13 /* Subroutine */ int qxq_(doublereal *q1, doublereal *q2, doublereal *qout) in qxq_() argument
432 qout[0] = q1[0] * q2[0] - vdot_(&q1[1], &q2[1]); in qxq_()
438 vlcom3_(q1, &q2[1], q2, &q1[1], &c_b2, cross, &qout[1]); in qxq_()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dlcm.c131 bb = *qout++; in compute_antinout_edge()
134 if (qout >= qend) in compute_antinout_edge()
135 qout = worklist; in compute_antinout_edge()
256 qin = qout = worklist in compute_laterin()
300 bb = *qout++; in compute_laterin()
303 if (qout >= qend) in compute_laterin()
304 qout = worklist; in compute_laterin()
483 qin = qout = worklist = in compute_available()
510 bb = *qout++; in compute_available()
513 if (qout >= qend) in compute_available()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dlcm.c103 basic_block *worklist, *qin, *qout, *qend; in compute_antinout_edge() local
137 bb = *qout++; in compute_antinout_edge()
140 if (qout >= qend) in compute_antinout_edge()
141 qout = worklist; in compute_antinout_edge()
262 qin = qout = worklist in compute_laterin()
307 bb = *qout++; in compute_laterin()
310 if (qout >= qend) in compute_laterin()
311 qout = worklist; in compute_laterin()
514 bb = *qout++; in compute_available()
517 if (qout >= qend) in compute_available()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dlcm.c131 bb = *qout++; in compute_antinout_edge()
134 if (qout >= qend) in compute_antinout_edge()
135 qout = worklist; in compute_antinout_edge()
256 qin = qout = worklist in compute_laterin()
300 bb = *qout++; in compute_laterin()
303 if (qout >= qend) in compute_laterin()
304 qout = worklist; in compute_laterin()
483 qin = qout = worklist = in compute_available()
510 bb = *qout++; in compute_available()
513 if (qout >= qend) in compute_available()
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout;
46 QDebug(qout) << e << Qt::endl;
58 qout = &fout;
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/qev/
H A Dqev.cpp36 QIODevice *qout; variable
46 QDebug(qout) << e << Qt::endl; in event()
58 qout = &fout; in main()

12345678910>>...17