Home
last modified time | relevance | path

Searched refs:trun (Results 1 – 25 of 887) sorted by relevance

12345678910>>...36

/dports/devel/git-codereview/review-1.0.2/git-codereview/
H A Dbranch_test.go21 trun(t, gt.client, "git", "checkout", "--no-track", "-b", "newbranch")
43 trun(t, gt.client, "git", "checkout", "main^0")
45 trun(t, gt.client, "git", "checkout", "dev.branch^0")
80 trun(t, gt.client, "git", "checkout", "-b", "newbranch")
84 trun(t, gt.client, "git", "checkout", "HEAD^0")
164 trun(t, gt.server, "git", "commit", "-m", "work", "file")
167 trun(t, gt.client, "git", "checkout", "main")
168 trun(t, gt.client, "git", "pull")
174 trun(t, gt.client, "git", "merge", "-m", "merge", "origin/dev.branch")
175 trun(t, gt.client, "git", "rm", "codereview.cfg")
[all …]
H A Dchange_test.go34 trun(t, gt.client, "git", "add", "file")
99 trun(t, gt.client, "git", "add", "file")
112 trun(t, gt.client, "git", "add", "file")
126 trun(t, gt.server, "git", "add", "codereview.cfg")
127 trun(t, gt.server, "git", "commit", "-m", "codereview.cfg on main")
128 trun(t, gt.client, "git", "pull")
131 hash1 := trim(trun(t, gt.server, "git", "rev-parse", "dev.branch"))
132 hash2 := trim(trun(t, gt.server, "git", "rev-parse", "release.branch"))
155 if hash != trim(trun(t, gt.client, "git", "rev-parse", "HEAD")) {
166 trun(t, gt.server, "git", "add", "codereview.cfg")
[all …]
H A Dsync_test.go23 trun(t, gt.client, "git", "add", "file1")
31 trun(t, gt.client, "git", "add", "file1")
38 trun(t, gt.client, "git", "stash")
45 trun(t, gt.server, "git", "add", "file")
46 trun(t, gt.server, "git", "commit", "-m", "msg")
138 trun(t, gt.client, "git", "checkout", "dev.branch")
211 trun(t, gt.client, "git", "checkout", "HEAD^0")
224 trun(t, gt.server, "git", "checkout", "main")
255 trun(t, gt.server, "git", "checkout", "main")
274 trun(t, gt.client, "git", "push", "origin")
[all …]
H A Dgofmt_test.go44 trun(t, gt.client, "git", "add", ".") // make files tracked
59 trun(t, gt.client, "git", "add", ".")
198 trun(t, gt.client, "git", "add", ".")
199 trun(t, gt.client, "git", "commit", "-m", "msg")
203 trun(t, gt.client, "git", "add", ".")
265 trun(t, gt.server, "git", "add", "bad.go")
266 trun(t, gt.server, "git", "commit", "-m", "bad go")
269 trun(t, gt.client, "git", "checkout", "main")
270 trun(t, gt.client, "git", "pull")
272 trun(t, gt.client, "git", "pull")
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/utils/
H A Dtoc2cue.cc186 const Track *trun; in main() local
195 trun != NULL; in main()
201 SubTrackIterator stitr(trun); in main()
203 switch (trun->type()) { in main()
294 trun != NULL; in main()
301 switch (trun->type()) { in main()
325 if ( trun->copyPermitted() ) { in main()
330 SubTrackIterator stitr(trun); in main()
339 if (!pregap && trun->start().lba() != 0) { in main()
348 offset += trun->length().lba(); in main()
[all …]
/dports/devel/ftnchek/ftnchek-3.3.1/test/
H A Dcheckexpr.bat12 ..\ftnchek.exe -trun -noport -nof77 %1.f > %1.fc5
14 ..\ftnchek.exe -trun -noport -f77 %1.f > %1.fc6
16 ..\ftnchek.exe -trun -port -nof77 %1.f > %1.fc7
18 ..\ftnchek.exe -trun -port -f77 %1.f > %1.fc8
20 ..\ftnchek.exe -trun -port -nof77 -word=2 %1.f > %1.fcA
22 ..\ftnchek.exe -trun -port -nof77 -word=4 %1.f > %1.fcB
24 ..\ftnchek.exe -trun -port -nof77 -word=8 %1.f > %1.fcC
26 ..\ftnchek.exe -trun -noport -nof77 -word=2 %1.f > %1.fcD
28 ..\ftnchek.exe -trun -noport -nof77 -word=4 %1.f > %1.fcE
30 ..\ftnchek.exe -trun -noport -nof77 -word=8 %1.f > %1.fcF
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-faad/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-flite/gst-plugins-bad-1.16.2/tests/check/libs/
H A Disoff.c121 GstTrunBox *trun; in GST_START_TEST() local
147 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
150 fail_unless_equals_int (trun->version, 1); in GST_START_TEST()
151 fail_unless_equals_int (trun->flags, in GST_START_TEST()
155 fail_unless_equals_int (trun->sample_count, 96); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST() local
221 fail_unless_equals_int (traf->trun->len, 1); in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
224 fail_unless_equals_int (trun->version, 0); in GST_START_TEST()
[all …]

12345678910>>...36