Home
last modified time | relevance | path

Searched refs:qtv (Results 1 – 25 of 113) sorted by relevance

12345

/dports/audio/rosegarden/rosegarden-21.06.1/test/base/seq/
H A Dqueue-timer-jack.c123 struct timeval tv, qtv, jtv, diff, jdiff; in main() local
136 qtv.tv_sec = rtime->tv_sec; in main()
137 qtv.tv_usec = rtime->tv_nsec / 1000; in main()
147 diff.tv_sec = tv.tv_sec - qtv.tv_sec; in main()
148 diff.tv_usec = tv.tv_usec - qtv.tv_usec; in main()
151 jdiff.tv_sec = jtv.tv_sec - qtv.tv_sec; in main()
152 jdiff.tv_usec = jtv.tv_usec - qtv.tv_usec; in main()
157 qtv.tv_sec, qtv.tv_usec, rt_to_frame(qtv, sample_rate), in main()
/dports/games/quakeforge/quakeforge-0.7.2/doc/
H A DMakefile.am7 filesystem.dox mapformat.dox property-list.dox qtv.dox quakeforge.dox \
31 qtv/qwtv.fig
51 qtv/qwtv.svg: qtv/qwtv.fig
52 qtv/qwtv.eps: qtv/qwtv.fig
54 doc: quakeforge.dox.conf progs/vm-mem.svg progs/vm-mem.eps qtv/qwtv.svg qtv/qwtv.eps ${DOX}
H A Dqtv.dox12 A qtv proxy connects to the server. The proxy may have spectating clients
20 qw-server supports up to two qtv proxy connections: the idea being there
23 the qtv proxy. The mvd stream is modified for both easy manipulation by the
24 qtv server, and more importantly, to be packet-loss tolerant (QF uses mvd
27 Currently, the qtv proxy can connect to any number of servers (if you use
54 \ref qtv
H A DMakefile.in340 filesystem.dox mapformat.dox property-list.dox qtv.dox quakeforge.dox \
364 qtv/qwtv.fig
735 qtv/qwtv.svg: qtv/qwtv.fig
736 qtv/qwtv.eps: qtv/qwtv.fig
738 doc: quakeforge.dox.conf progs/vm-mem.svg progs/vm-mem.eps qtv/qwtv.svg qtv/qwtv.eps ${DOX}
H A Dqw-cap-spec.dox28 extended = " QF qtv EXT";
H A Dconfig.dox20 The \QF servers (\c nq-server, \c qw-server, and \c qtv), and clients
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dqtversionmanager.cpp224 delete qtv; in restoreQtVersions()
226 m_versions.insert(qtv->uniqueId(), qtv); in restoreQtVersions()
227 m_idcount = qtv->uniqueId() > m_idcount ? qtv->uniqueId() : m_idcount; in restoreQtVersions()
315 Q_ASSERT(qtv->isAutodetected()); in updateFromInstaller()
316 m_versions.insert(id, qtv); in updateFromInstaller()
329 Q_ASSERT(qtv->isAutodetected()); in updateFromInstaller()
330 m_versions.insert(qtv->uniqueId(), qtv); in updateFromInstaller()
331 added << qtv->uniqueId(); in updateFromInstaller()
381 for (BaseQtVersion *qtv : qAsConst(m_versions)) { in saveQtVersions()
382 QVariantMap tmp = qtv->toMap(); in saveQtVersions()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/qtv/source/
H A DMakefile.am32 INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/qtv/include
36 EXTRA_PROGRAMS= qtv
47 qtv_SOURCES= client.c connection.c qtv.c sbar.c server.c sv_parse.c
H A DMakefile.in82 EXTRA_PROGRAMS = qtv$(EXEEXT)
83 subdir = qtv/source
123 am_qtv_OBJECTS = client.$(OBJEXT) connection.$(OBJEXT) qtv.$(OBJEXT) \
354 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/qtv/include
364 qtv_SOURCES = client.c connection.c qtv.c sbar.c server.c sv_parse.c
386 $(AUTOMAKE) --foreign qtv/source/Makefile
451 qtv$(EXEEXT): $(qtv_OBJECTS) $(qtv_DEPENDENCIES) $(EXTRA_qtv_DEPENDENCIES)
452 @rm -f qtv$(EXEEXT)
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qtv.Po@am__quote@
H A Dserver.c372 const char *str, *qtv = 0; in server_challenge() local
389 qtv = str; in server_challenge()
395 if (!qtv) { in server_challenge()
404 qtv, sv->qport, challenge, in server_challenge()
/dports/games/quakeforge/quakeforge-0.7.2/config.d/
H A Dac_config_files.m445 qtv/Makefile
46 qtv/include/Makefile
47 qtv/source/Makefile
H A Dbuild_control.m413 [master,nq,qw,qtv],dummy
166 QTV_TARGETS="qtv\$(EXEEXT) $QTV_TARGETS"
167 SV_TARGETS="$SV_TARGETS qtv"
168 # QF_NEED(qtv, [common server])
170 QF_NEED(top, [qtv])
242 QF_NEED(top, [libs hw nq qtv qw])
258 QF_PROCESS_NEED_DIRS(top, [libs hw nq qtv qw tools ruamoko])
/dports/games/quakeforge/quakeforge-0.7.2/vc2008/
H A DMakefile.am17 qtv/qtv.vcproj qw-client-sdl/qw-client-sdl.vcproj \
H A DMakefile.in310 qtv/qtv.vcproj qw-client-sdl/qw-client-sdl.vcproj \
/dports/games/quakeforge/quakeforge-0.7.2/vc2005/
H A DMakefile.am17 qfwavinfo/qfwavinfo.vcproj qtv/qtv.vcproj \
H A DMakefile.in310 qfwavinfo/qfwavinfo.vcproj qtv/qtv.vcproj \
/dports/games/quakeforge/quakeforge-0.7.2/qtv/include/
H A DMakefile.am4 EXTRA_DIST = client.h connection.h qtv.h server.h
H A DMakefile.in53 subdir = qtv/include
296 EXTRA_DIST = client.h connection.h qtv.h server.h
311 $(AUTOMAKE) --foreign qtv/include/Makefile
/dports/games/quakeforge/quakeforge-0.7.2/
H A DMakefile.am8 libs hw nq qtv qw tools ruamoko\
H A DChangeLog24854 qtv/include/qtv.h | 2 +-
35236 qtv/include/qtv.h | 2 --
35237 qtv/source/qtv.c | 4 ++--
43101 qtv/include/qtv.h | 1 +
43172 qtv/source/qtv.c | 4 ++--
50662 qtv/source/qtv.c | 1 +
51089 qtv/source/qtv.c | 2 +
54599 qtv/include/qtv.h | 1 +
54611 qtv/include/qtv.h | 4 ++--
55046 qtv/source/qtv.c | 5 -----
[all …]
H A DMakefile.in357 libs hw nq qtv qw tools ruamoko\
/dports/dns/unbound/unbound-1.14.0/dnstap/
H A Dunbound-dnstap-socket.c580 char* qtv = tv_to_str(d->message->has_query_time_sec, in log_data_frame() local
584 if(qtv) { in log_data_frame()
585 printf("query_time: %s\n", qtv); in log_data_frame()
586 free(qtv); in log_data_frame()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qheaderview/
H A Dtst_qheaderview.cpp2116 QTableView qtv; in QTBUG14242_hideSectionAutoSize() local
2118 qtv.setModel(&amodel); in QTBUG14242_hideSectionAutoSize()
2119 QHeaderView *hv = qtv.verticalHeader(); in QTBUG14242_hideSectionAutoSize()
2122 qtv.show(); in QTBUG14242_hideSectionAutoSize()
2168 QTableView qtv; in ensureNoIndexAtLength() local
2170 qtv.setModel(&amodel); in ensureNoIndexAtLength()
2171 QHeaderView *hv = qtv.verticalHeader(); in ensureNoIndexAtLength()
/dports/games/quakeforge/quakeforge-0.7.2/qtv/
H A DMakefile.in53 subdir = qtv
351 $(AUTOMAKE) --foreign qtv/Makefile
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_main.c766 int challenge, version, i, qtv = 0; in SVC_DirectConnect() local
777 qtv = 1; in SVC_DirectConnect()
819 if (qtv) { in SVC_DirectConnect()

12345