Home
last modified time | relevance | path

Searched refs:test_runtime (Results 1 – 20 of 20) sorted by last modified time

/dports/devel/py-Jinja2/Jinja2-3.0.1/src/Jinja2.egg-info/
H A DSOURCES.txt91 tests/test_runtime.py
/dports/devel/py-Jinja2/stage/usr/local/lib/python3.8/site-packages/Jinja2-3.0.1-py3.8.egg-info/
H A DSOURCES.txt91 tests/test_runtime.py
/dports/devel/py-twisted/Twisted-22.1.0/
H A Dmypy.ini729 [mypy-twisted.python.test.test_runtime]
/dports/net/kea/kea-2.0.1/src/lib/asiolink/tests/
H A Dinterval_timer_unittest.cc176 boost::posix_time::time_duration test_runtime = in TEST_F() local
178 EXPECT_FALSE(test_runtime.is_negative()) << in TEST_F()
179 "test duration " << test_runtime << in TEST_F()
185 EXPECT_TRUE(test_runtime >= boost::posix_time::milliseconds(99)) << in TEST_F()
186 "test runtime " << test_runtime.total_milliseconds() << in TEST_F()
/dports/math/gismo/gismo-21.12.0/cmake/
H A Dctest_script.cmake327 set(test_runtime 43200) #12h by default variable
700 while(${CTEST_ELAPSED_TIME} LESS ${test_runtime})
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/
H A DMANIFEST130 t/test_runtime.t
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/
H A DMANIFEST130 t/test_runtime.t
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/testdata/
H A Dcollector-expected.jsonl1 …re_version":"0.1.0","test_keys":{"failure":null},"test_name":"dummy","test_runtime":5.056523084640…
/dports/net/measurement-kit/measurement-kit-0.10.14/test/fixtures/
H A Dreport.njson1 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.253494024276…
2 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.336421966552…
3 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.233407974243…
4 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.322484016418…
5 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.171705007553…
6 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.287966012954…
7 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.205816984176…
8 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.281188011169…
9 …":{"failure":null,"received":[],"sent":[]},"test_name":"tcp_connect","test_runtime":0.346383094787…
/dports/net/measurement-kit/measurement-kit-0.10.14/include/measurement_kit/
H A DREADME.md1108 measurement.test_runtime = timeNow() - currentTime
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dvideo_cadence_estimator_unittest.cc310 const base::TimeDelta test_runtime = base::TimeDelta::FromSeconds(10 * 60); in VerifyCadenceSequence() local
311 const int test_frames = base::ClampFloor(test_runtime / frame_interval); in VerifyCadenceSequence()
/dports/net/ooni-mini/probe-engine-0.23.0/testdata/
H A Dcollector-expected.jsonl1 …re_version":"0.1.0","test_keys":{"failure":null},"test_name":"dummy","test_runtime":5.056523084640…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dvideo_cadence_estimator_unittest.cc313 const base::TimeDelta test_runtime = base::TimeDelta::FromSeconds(10 * 60); in VerifyCadenceSequence() local
314 const int test_frames = test_runtime / frame_interval; in VerifyCadenceSequence()
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_annotation.py344 def test_runtime(target, device, func, fallback_device=None, function
406 test_runtime(target, device, annotated_func, fallback_device,
436 test_runtime(target, device, annotated_func, fallback_device)
474 test_runtime(target, device, annotated_func, fallback_device,
482 test_runtime(target, device, annotated_func)
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_annotation.py344 def test_runtime(target, device, func, fallback_device=None, function
406 test_runtime(target, device, annotated_func, fallback_device,
436 test_runtime(target, device, annotated_func, fallback_device)
474 test_runtime(target, device, annotated_func, fallback_device,
482 test_runtime(target, device, annotated_func)
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/webide/test/
H A Dchrome.ini33 [test_runtime.html]
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/CoreCLR/runtest/src/
H A Ddir.common.props56 <TestRuntimeProjectJsonDir>$(BaseOutputPath)\test_runtime</TestRuntimeProjectJsonDir>
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/CoreCLR/runtest/
H A Dpublishdependency.targets11 <ProjectLockJsonFiles Include="$(SourceDir)Common\test_runtime\project.lock.json"/>
19 <MSBuild Projects="$(SourceDir)Common\test_runtime\test_runtime.csproj"/>
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/webide/test/
H A Dchrome.ini53 [test_runtime.html]
/dports/www/py-nevow/Nevow-0.14.0/nevow/test/
H A Dtest_javascript.py36 def test_runtime(self): member in JSUnitTests