Home
last modified time | relevance | path

Searched refs:TS (Results 251 – 275 of 27873) sorted by relevance

1...<<11121314151617181920>>...1115

/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/
H A Dintroduction.en.rst41 |TS| Deployment Options
53 |TS| as a Web Proxy Cache
74 |TS| as a Reverse Proxy
84 |TS| in a Cache Hierarchy
94 |TS| as a Load Balancer
103 |TS| Components
109 The |TS| Cache
165 |TS| Processes
224 |TS| was restarted.
235 |TS| Security Options
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/
H A Dtest_matchers_algorithmic.cpp97 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
107 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
117 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
127 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
137 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
147 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
157 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT );
207 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
235 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
274 ts->set_failed_test_info( cvtest::TS::FAIL_INVALID_OUTPUT ); in matchTest()
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/src/ImportExport/
H A DImportNMEA.cpp61 if (TS->size()) in import()
62 theLayer->add(TS); in import()
65 TS = g_backend.allocSegment(aLayer); in import()
76 if (TS->size()) in import()
77 theLayer->add(TS); in import()
87 if (TS->size()) in import()
88 theLayer->add(TS); in import()
98 TS->add(p); in import()
104 if (TS->size()) in import()
105 theLayer->add(TS); in import()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/video/test/
H A Dtest_optflowpyrlk.cpp61 int code = cvtest::TS::OK; in run()
90 code = cvtest::TS::FAIL_MISSING_TEST_DATA; in run()
103 code = cvtest::TS::FAIL_MISSING_TEST_DATA; in run()
113 code = cvtest::TS::FAIL_MISSING_TEST_DATA; in run()
125 code = cvtest::TS::FAIL_MISSING_TEST_DATA; in run()
136 code = cvtest::TS::FAIL_MISSING_TEST_DATA; in run()
186 code = cvtest::TS::FAIL_BAD_ACCURACY; in run()
196 ts->printf( cvtest::TS::LOG, in run()
198 code = cvtest::TS::FAIL_BAD_ACCURACY; in run()
205 code = cvtest::TS::FAIL_BAD_ACCURACY; in run()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/test/
H A Dmegaco_test_global_sys_monitor.erl110 process_event(State, Node, {Pid, TS, Tag, Info}) ->
113 process_event(State, Node, {TS, starting}) ->
114 FTS = megaco:format_timestamp(TS),
124 process_event(State, Node, {TS, stopping}) ->
125 FTS = ?FTS(TS),
135 process_event(State, Node, {TS, already_started}) ->
136 FTS = megaco:format_timestamp(TS),
171 Node, Pid, TS, Info),
177 print_system_event(Pre, Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosTime/test/
H A Dtime_SUITE.erl162 TS=cosTime:start_time_service(0, 500),
169 UTO2='CosTime_TimeService':uto_from_utc(TS, Utc),
180 TIO1='CosTime_TimeService':new_interval(TS, 2, 5),
182 TIO3='CosTime_TimeService':new_interval(TS, 1, 3),
183 TIO4='CosTime_TimeService':new_interval(TS, 3, 4),
184 TIO5='CosTime_TimeService':new_interval(TS, 7, 8),
185 TIO6='CosTime_TimeService':new_interval(TS, 2, 6),
224 cosTime:stop_time_service(TS),
235 TS=cosTime:start_time_service(0, 500),
236 TES=cosTime:start_timerevent_service(TS),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/test/
H A Dmegaco_test_global_sys_monitor.erl110 process_event(State, Node, {Pid, TS, Tag, Info}) ->
113 process_event(State, Node, {TS, starting}) ->
114 FTS = megaco:format_timestamp(TS),
124 process_event(State, Node, {TS, stopping}) ->
125 FTS = ?FTS(TS),
135 process_event(State, Node, {TS, already_started}) ->
136 FTS = megaco:format_timestamp(TS),
171 Node, Pid, TS, Info),
177 print_system_event(Pre, Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_global_sys_monitor.erl114 process_event(State, Node, {Pid, TS, Tag, Info}) ->
117 process_event(State, Node, {TS, starting}) ->
118 FTS = megaco:format_timestamp(TS),
128 process_event(State, Node, {TS, stopping}) ->
129 FTS = ?FTS(TS),
139 process_event(State, Node, {TS, already_started}) ->
140 FTS = megaco:format_timestamp(TS),
175 Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info),
185 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosTime/test/
H A Dtime_SUITE.erl162 TS=cosTime:start_time_service(0, 500),
169 UTO2='CosTime_TimeService':uto_from_utc(TS, Utc),
180 TIO1='CosTime_TimeService':new_interval(TS, 2, 5),
182 TIO3='CosTime_TimeService':new_interval(TS, 1, 3),
183 TIO4='CosTime_TimeService':new_interval(TS, 3, 4),
184 TIO5='CosTime_TimeService':new_interval(TS, 7, 8),
185 TIO6='CosTime_TimeService':new_interval(TS, 2, 6),
224 cosTime:stop_time_service(TS),
235 TS=cosTime:start_time_service(0, 500),
236 TES=cosTime:start_timerevent_service(TS),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/test/
H A Dsnmp_test_global_sys_monitor.erl110 process_event(State, Node, {Pid, TS, Tag, Info}) ->
113 process_event(State, Node, {TS, starting}) ->
114 FTS = snmp_misc:format_timestamp(TS),
124 process_event(State, Node, {TS, stopping}) ->
125 FTS = ?FTS(TS),
135 process_event(State, Node, {TS, already_started}) ->
136 FTS = snmp_misc:format_timestamp(TS),
171 Node, Pid, TS, Info),
177 print_system_event(Pre, Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosTime/test/
H A Dtime_SUITE.erl162 TS=cosTime:start_time_service(0, 500),
169 UTO2='CosTime_TimeService':uto_from_utc(TS, Utc),
180 TIO1='CosTime_TimeService':new_interval(TS, 2, 5),
182 TIO3='CosTime_TimeService':new_interval(TS, 1, 3),
183 TIO4='CosTime_TimeService':new_interval(TS, 3, 4),
184 TIO5='CosTime_TimeService':new_interval(TS, 7, 8),
185 TIO6='CosTime_TimeService':new_interval(TS, 2, 6),
224 cosTime:stop_time_service(TS),
235 TS=cosTime:start_time_service(0, 500),
236 TES=cosTime:start_timerevent_service(TS),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_global_sys_monitor.erl114 process_event(State, Node, {Pid, TS, Tag, Info}) ->
117 process_event(State, Node, {TS, starting}) ->
118 FTS = megaco:format_timestamp(TS),
128 process_event(State, Node, {TS, stopping}) ->
129 FTS = ?FTS(TS),
139 process_event(State, Node, {TS, already_started}) ->
140 FTS = megaco:format_timestamp(TS),
175 Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info),
185 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosTime/test/
H A Dtime_SUITE.erl162 TS=cosTime:start_time_service(0, 500),
169 UTO2='CosTime_TimeService':uto_from_utc(TS, Utc),
180 TIO1='CosTime_TimeService':new_interval(TS, 2, 5),
182 TIO3='CosTime_TimeService':new_interval(TS, 1, 3),
183 TIO4='CosTime_TimeService':new_interval(TS, 3, 4),
184 TIO5='CosTime_TimeService':new_interval(TS, 7, 8),
185 TIO6='CosTime_TimeService':new_interval(TS, 2, 6),
224 cosTime:stop_time_service(TS),
235 TS=cosTime:start_time_service(0, 500),
236 TES=cosTime:start_timerevent_service(TS),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_global_sys_monitor.erl114 process_event(State, Node, {Pid, TS, Tag, Info}) ->
117 process_event(State, Node, {TS, starting}) ->
118 FTS = megaco:format_timestamp(TS),
128 process_event(State, Node, {TS, stopping}) ->
129 FTS = ?FTS(TS),
139 process_event(State, Node, {TS, already_started}) ->
140 FTS = megaco:format_timestamp(TS),
175 Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info),
185 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_test_global_sys_monitor.erl114 process_event(State, Node, {Pid, TS, Tag, Info}) ->
117 process_event(State, Node, {TS, starting}) ->
118 FTS = megaco:format_timestamp(TS),
128 process_event(State, Node, {TS, stopping}) ->
129 FTS = ?FTS(TS),
139 process_event(State, Node, {TS, already_started}) ->
140 FTS = megaco:format_timestamp(TS),
175 Node, Pid, TS, Info),
181 print_system_event(Pre, Node, Pid, TS, Info),
185 print_system_event(Pre, Node, Pid, TS, Info) ->
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosTime/test/
H A Dtime_SUITE.erl162 TS=cosTime:start_time_service(0, 500),
169 UTO2='CosTime_TimeService':uto_from_utc(TS, Utc),
180 TIO1='CosTime_TimeService':new_interval(TS, 2, 5),
182 TIO3='CosTime_TimeService':new_interval(TS, 1, 3),
183 TIO4='CosTime_TimeService':new_interval(TS, 3, 4),
184 TIO5='CosTime_TimeService':new_interval(TS, 7, 8),
185 TIO6='CosTime_TimeService':new_interval(TS, 2, 6),
224 cosTime:stop_time_service(TS),
235 TS=cosTime:start_time_service(0, 500),
236 TES=cosTime:start_timerevent_service(TS),
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmemmove_arm.s29 #define TS R0 macro
63 MOVW to+0(FP), TS
69 CMP FROM, TS
101 ADD $3, TS, TMP
111 CMP TE, TS
123 AND.S $3, TS, TMP
137 CMP TMP, TS
148 CMP TMP, TS
156 CMP TS, TE
231 CMP TMP, TS
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmemmove_arm.s29 #define TS R0 macro
66 MOVW to+0(FP), TS
72 CMP FROM, TS
104 ADD $3, TS, TMP
114 CMP TE, TS
126 AND.S $3, TS, TMP
140 CMP TMP, TS
151 CMP TMP, TS
159 CMP TS, TE
234 CMP TMP, TS
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmemmove_arm.s29 #define TS R0 macro
66 MOVW to+0(FP), TS
72 CMP FROM, TS
104 ADD $3, TS, TMP
114 CMP TE, TS
126 AND.S $3, TS, TMP
140 CMP TMP, TS
151 CMP TMP, TS
159 CMP TS, TE
234 CMP TMP, TS
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/power_grid/stability_9bus/output/
H A Dex9bus_steprestart.out1 0 TS dt 0.01 time 0.
8 2 TS dt 0.01 time 0.02
12 3 TS dt 0.01 time 0.03
16 4 TS dt 0.01 time 0.04
20 5 TS dt 0.01 time 0.05
24 6 TS dt 0.01 time 0.06
28 7 TS dt 0.01 time 0.07
32 8 TS dt 0.01 time 0.08
36 9 TS dt 0.01 time 0.09
40 10 TS dt 0.01 time 0.1
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_misc.cpp874 if (!TS.gore) in G2_GorePolys()
891 if (!TS.gore->frontFaces || !TS.gore->backFaces) in G2_GorePolys()
1215 VectorSubtract(TS.rayEnd, TS.rayStart, v3RayDir); in G2_RadiusTracePolys()
1375 VectorSubtract(TS.rayEnd, TS.rayStart, distVect); in G2_RadiusTracePolys()
1376 side = normal[0]*TS.rayStart[0] + normal[1]*TS.rayStart[1] + normal[2]*TS.rayStart[2] + third; in G2_RadiusTracePolys()
1411 …const mdxmSurface_t *surface = (mdxmSurface_t *)G2_FindSurface(TS.currentModel, TS.surfaceNum, TS in G2_TraceSurfaces()
1419 if (TS.hitOne) in G2_TraceSurfaces()
1437 if (TS.collRecMap) in G2_TraceSurfaces()
1445 TS in G2_TraceSurfaces()
1450 TS.hitOne = true; in G2_TraceSurfaces()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_misc.cpp874 if (!TS.gore) in G2_GorePolys()
891 if (!TS.gore->frontFaces || !TS.gore->backFaces) in G2_GorePolys()
1214 VectorSubtract(TS.rayEnd, TS.rayStart, v3RayDir); in G2_RadiusTracePolys()
1374 VectorSubtract(TS.rayEnd, TS.rayStart, distVect); in G2_RadiusTracePolys()
1375 side = normal[0]*TS.rayStart[0] + normal[1]*TS.rayStart[1] + normal[2]*TS.rayStart[2] + third; in G2_RadiusTracePolys()
1410 …const mdxmSurface_t *surface = (mdxmSurface_t *)G2_FindSurface(TS.currentModel, TS.surfaceNum, TS in G2_TraceSurfaces()
1418 if (TS.hitOne) in G2_TraceSurfaces()
1436 if (TS.collRecMap) in G2_TraceSurfaces()
1444 TS in G2_TraceSurfaces()
1449 TS.hitOne = true; in G2_TraceSurfaces()
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dof13_ericsson-v.out5 …[.], cksum 0xfe28 (incorrect -> 0x1ad3), ack 184, win 98, options [nop,nop,TS val 534898 ecr 53488…
10 …[.], cksum 0xfe28 (incorrect -> 0x1abf), ack 192, win 98, options [nop,nop,TS val 534899 ecr 53489…
15 … [.], cksum 0xfe28 (incorrect -> 0x1ab5), ack 9, win 100, options [nop,nop,TS val 534899 ecr 53489…
25 ….], cksum 0xfe28 (incorrect -> 0xb37b), ack 381, win 103, options [nop,nop,TS val 2953478 ecr 2953…
35 …[.], cksum 0xfe28 (incorrect -> 0xcbd6), ack 133, win 98, options [nop,nop,TS val 3963147 ecr 3963…
45 …s [.], cksum 0xfe28 (incorrect -> 0xc735), ack 1, win 86, options [nop,nop,TS val 1660576 ecr 1660…
50 …s [.], cksum 0xfe28 (incorrect -> 0xc72d), ack 9, win 86, options [nop,nop,TS val 1660576 ecr 1660…
55 …s [.], cksum 0xfe28 (incorrect -> 0xc723), ack 9, win 86, options [nop,nop,TS val 1660577 ecr 1660…
74 …s [.], cksum 0xfe28 (incorrect -> 0xcad0), ack 8, win 86, options [nop,nop,TS val 683135 ecr 68312…
79 … [.], cksum 0xfe28 (incorrect -> 0xc92d), ack 16, win 86, options [nop,nop,TS val 683335 ecr 68333…
[all …]
/dports/irc/p5-POE-Component-Server-IRC/POE-Component-Server-IRC-1.54/docs/
H A DREADME.TSora25 Timings and TS versions:
43 set a flag remembering that that server is TS-aware, remember the TS
53 TS, and will use the TS protocol only with servers that do understand
91 . For each nick, store a TS value = the TS value received if any, or our
160 non-TS servers.
174 is in non-TS mode.
245 * received-TS > 0, own-TS = 0:
249 * received-TS = own-TS: propagate.
250 * received-TS < own-TS:
257 * received-TS > own-TS:
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/doc/technical/
H A DREADME.TSora28 Timings and TS versions:
46 set a flag remembering that that server is TS-aware, remember the TS
57 TS, and will use the TS protocol only with servers that do understand
96 . For each nick, store a TS value = the TS value received if any, or our
165 non-TS servers.
180 is in non-TS mode.
251 * received-TS > 0, own-TS = 0:
255 * received-TS = own-TS: propagate.
256 * received-TS < own-TS:
263 * received-TS > own-TS:
[all …]

1...<<11121314151617181920>>...1115