Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 25 of 10465) sorted by relevance

12345678910>>...419

/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dapi_collated.h4 static const test_desc tests[] = { variable
160 static const test_desc tests[] = { variable
363 static const test_desc tests[] = { variable
380 static const test_desc tests[] = { variable
388 static const test_desc tests[] = { variable
409 static const test_desc tests[] = { variable
422 static const test_desc tests[] = { variable
429 static const test_desc tests[] = { variable
436 static const test_desc tests[] = { variable
445 static const test_desc tests[] = { variable
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/
H A Dapi_collated.h4 static const test_desc tests[] = { variable
68 static const test_desc tests[] = { variable
210 static const test_desc tests[] = { variable
221 static const test_desc tests[] = { variable
238 static const test_desc tests[] = { variable
245 static const test_desc tests[] = { variable
266 static const test_desc tests[] = { variable
277 static const test_desc tests[] = { variable
287 static const test_desc tests[] = { variable
307 static const test_desc tests[] = { variable
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/docs/
H A Dtesting.md86 ### Filecheck
108 ### `test cat`
132 ### `test verifier`
188 ### `test domtree`
236 ### `test binemit`
274 ### `test licm`
281 ### `test dce`
288 ### `test shrink`
295 ### `test preopt`
302 ### `test postopt`
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/yasna-0.4.0/src/reader/
H A Dtests.rs33 let tests : &[&[u8]] = &[ in test_der_read_bool_err() localVariable
64 let tests : &[&[u8]] = &[ in test_ber_read_bool_err() localVariable
124 let tests : &[&[u8]] = &[ in test_general_read_i64_err() localVariable
184 let tests : &[&[u8]] = &[ in test_general_read_u64_err() localVariable
251 let tests : &[&[u8]] = &[ in test_general_read_i32_err() localVariable
305 let tests : &[&[u8]] = &[ in test_general_read_u32_err() localVariable
364 let tests : &[&[u8]] = &[ in test_general_read_i16_err() localVariable
417 let tests : &[&[u8]] = &[ in test_general_read_u16_err() localVariable
469 let tests : &[&[u8]] = &[ in test_general_read_i8_err() localVariable
519 let tests : &[&[u8]] = &[ in test_general_read_u8_err() localVariable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/testing/
H A Dweb_platform_tests.md32 ### Automatic import process
54 ### Failures caused by automatic imports.
71 ### Automatic export process
106 ### GitHub credentials
125 ### Manual import
139 ### Skipped tests
182 ### Write tests against specifications
195 ### Tests that require testing APIs
220 ### Adding new top-level directories
239 ### What if there are conflicts?
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/
H A Dtests.py404 def set_defaults(config, tests): argument
465 def resolve_keys(config, tests): argument
478 def setup_talos(config, tests): argument
507 def set_target(config, tests): argument
562 def set_tier(config, tests): argument
636 def handle_keyed_by(config, tests): argument
743 def split_e10s(config, tests): argument
772 def split_chunks(config, tests): argument
833 def set_profile(config, tests): argument
845 def set_tag(config, tests): argument
[all …]
/dports/www/moodle310/moodle/lib/tests/
H A Duseragent_test.php1548 public function test_useragent_edge($useragent, $tests) {
1579 public function test_useragent_ie($useragent, $tests) {
1629 public function test_useragent_msword($useragent, $tests) {
1671 public function test_useragent_webkit($useragent, $tests) {
1740 public function test_useragent_chrome($useragent, $tests) {
1777 public function test_useragent_safari($useragent, $tests) {
1851 public function test_useragent_ios($useragent, $tests) {
1872 public function test_useragent_gecko($useragent, $tests) {
1916 public function test_useragent_firefox($useragent, $tests) {
1957 public function test_useragent_opera($useragent, $tests) {
[all …]
/dports/www/moodle311/moodle/lib/tests/
H A Duseragent_test.php1548 public function test_useragent_edge($useragent, $tests) {
1579 public function test_useragent_ie($useragent, $tests) {
1629 public function test_useragent_msword($useragent, $tests) {
1671 public function test_useragent_webkit($useragent, $tests) {
1740 public function test_useragent_chrome($useragent, $tests) {
1777 public function test_useragent_safari($useragent, $tests) {
1851 public function test_useragent_ios($useragent, $tests) {
1872 public function test_useragent_gecko($useragent, $tests) {
1916 public function test_useragent_firefox($useragent, $tests) {
1957 public function test_useragent_opera($useragent, $tests) {
[all …]
/dports/www/moodle39/moodle/lib/tests/
H A Duseragent_test.php1548 public function test_useragent_edge($useragent, $tests) {
1579 public function test_useragent_ie($useragent, $tests) {
1629 public function test_useragent_msword($useragent, $tests) {
1671 public function test_useragent_webkit($useragent, $tests) {
1740 public function test_useragent_chrome($useragent, $tests) {
1777 public function test_useragent_safari($useragent, $tests) {
1851 public function test_useragent_ios($useragent, $tests) {
1872 public function test_useragent_gecko($useragent, $tests) {
1916 public function test_useragent_firefox($useragent, $tests) {
1957 public function test_useragent_opera($useragent, $tests) {
[all …]
/dports/devel/py-pyparsing/pyparsing-3.0.6/tests/
H A Dtest_simple_unit.py33 tests = [] variable in PyparsingExpressionTestCase
92 tests = [ variable in TestLiteral
133 tests = [ variable in TestCaselessLiteral
148 tests = [ variable in TestWord
171 tests = [ variable in TestCombine
201 tests = [ variable in TestRepetition
295 tests = [ variable in TestResultsName
324 tests = [ variable in TestGroups
373 tests = [ variable in TestParseAction
436 tests = [ variable in TestResultsModifyingParseAction
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A DTESTS.md3 ### 1. (Optional) Create repositories for policy sets and registry modules
17 ### 2. Set up environment variables
43 ### 3. Make sure run queue settings are correct
48 ### 4. Run the tests
50 #### Running all the tests
54 ##### With envchain:
59 ##### Without envchain:
63 #### Running specific tests
67 ##### With envchain:
72 ##### Without envchain:
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A DTESTS.md3 ### 1. (Optional) Create repositories for policy sets and registry modules
17 ### 2. Set up environment variables
43 ### 3. Make sure run queue settings are correct
48 ### 4. Run the tests
50 #### Running all the tests
54 ##### With envchain:
59 ##### Without envchain:
63 #### Running specific tests
67 ##### With envchain:
72 ##### Without envchain:
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A DTESTS.md3 ### 1. (Optional) Create repositories for policy sets and registry modules
17 ### 2. Set up environment variables
45 ### 3. Make sure run queue settings are correct
50 ### 4. Run the tests
52 #### Running all the tests
56 ##### With envchain:
61 ##### Without envchain:
65 #### Running specific tests
69 ##### With envchain:
74 ##### Without envchain:
/dports/devel/py-pyparsing2/pyparsing-2.4.7/
H A Dsimple_unit_tests.py41 tests = [] variable in PyparsingExpressionTestCase
100 tests = [ variable in TestLiteral
140 tests = [ variable in TestCaselessLiteral
152 tests = [ variable in TestWord
174 tests = [ variable in TestCombine
190 tests = [ variable in TestRepetition
232 tests = [ variable in TestResultsName
258 tests = [ variable in TestGroups
290 tests = [ variable in TestParseAction
341 tests = [ variable in TestResultsModifyingParseAction
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/buildings/doc/source/
H A Dbuildings-testing.rst55 Test #1 Okumura Hata
60 Test #2 COST231 Model
65 Test #3 2.6 GHz model
70 Test #4 ITU1411 LoS model
75 Test #5 ITU1411 NLoS model
80 Test #6 ITUP1238 model
85 Test #7 Outdoor -> Indoor with Okumura Hata model
90 Test #8 Outdoor -> Indoor with ITU1411 model
96 Test #9 Indoor -> Outdoor with ITU1411 model
101 Test #10 Indoor -> Outdoor with ITU1411 model
/dports/devel/boost-docs/boost_1_72_0/libs/gil/doc/
H A Dio.rst640 .. _BMP_Wiki: http://en.wikipedia.org/wiki/BMP_file_format
641 .. _JPEG_Wiki: http://en.wikipedia.org/wiki/JPEG
642 .. _JPEG_lib: http://www.ijg.org/
644 .. _PNG_Lib: http://libpng.org/pub/png/libpng.html
645 .. _PNM_Wiki: http://en.wikipedia.org/wiki/Portable_anymap
646 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
647 .. _TARGA_Wiki: http://en.wikipedia.org/wiki/Truevision_TGA
648 .. _RAW_lib: http://www.libraw.org/
649 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
651 .. _TIFF_Lib: http://www.remotesensing.org/libtiff/
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/doc/
H A Dio.rst640 .. _BMP_Wiki: http://en.wikipedia.org/wiki/BMP_file_format
641 .. _JPEG_Wiki: http://en.wikipedia.org/wiki/JPEG
642 .. _JPEG_lib: http://www.ijg.org/
644 .. _PNG_Lib: http://libpng.org/pub/png/libpng.html
645 .. _PNM_Wiki: http://en.wikipedia.org/wiki/Portable_anymap
646 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
647 .. _TARGA_Wiki: http://en.wikipedia.org/wiki/Truevision_TGA
648 .. _RAW_lib: http://www.libraw.org/
649 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
651 .. _TIFF_Lib: http://www.remotesensing.org/libtiff/
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/gil/doc/
H A Dio.rst640 .. _BMP_Wiki: http://en.wikipedia.org/wiki/BMP_file_format
641 .. _JPEG_Wiki: http://en.wikipedia.org/wiki/JPEG
642 .. _JPEG_lib: http://www.ijg.org/
644 .. _PNG_Lib: http://libpng.org/pub/png/libpng.html
645 .. _PNM_Wiki: http://en.wikipedia.org/wiki/Portable_anymap
646 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
647 .. _TARGA_Wiki: http://en.wikipedia.org/wiki/Truevision_TGA
648 .. _RAW_lib: http://www.libraw.org/
649 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
651 .. _TIFF_Lib: http://www.remotesensing.org/libtiff/
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/gil/doc/
H A Dio.rst638 .. _BMP_Wiki: http://en.wikipedia.org/wiki/BMP_file_format
639 .. _JPEG_Wiki: http://en.wikipedia.org/wiki/JPEG
640 .. _JPEG_lib: http://www.ijg.org/
642 .. _PNG_Lib: http://libpng.org/pub/png/libpng.html
643 .. _PNM_Wiki: http://en.wikipedia.org/wiki/Portable_anymap
644 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
645 .. _TARGA_Wiki: http://en.wikipedia.org/wiki/Truevision_TGA
646 .. _RAW_lib: http://www.libraw.org/
647 .. _RAW_Wiki: http://en.wikipedia.org/wiki/Raw_image_format
649 .. _TIFF_Lib: http://www.remotesensing.org/libtiff/
[all …]
/dports/www/firefox/firefox-99.0/testing/perfdocs/generated/
H A Draptor.rst39 Benchmarks
7214 Custom
7611 Desktop
21683 Interactive
22873 Live
27190 Mobile
39278 Scenario
39739 Unittests
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/tests/regres/
H A Dci-tests.json2 …{ "name": "gles2-master-risky", "api": "gles2", "tests": "testlists/gles2-master-risky-PASS.txt" }, string
3 { "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master-PASS.txt" }, string
7 { "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master-PASS.txt" }, string
9 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" }, string
11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, string
12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, string
14 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, string
15 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-FAIL.txt" }, string
16 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" }, string
18 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-TIMEOUT.txt" }, string
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/yasna-0.4.0/src/writer/
H A Dtests.rs19 let tests : &[(bool, &[u8])] = &[ in test_der_write_bool() localVariable
33 let tests : &[(i64, &[u8])] = &[ in test_der_write_i64() localVariable
62 let tests : &[(u64, &[u8])] = &[ in test_der_write_u64() localVariable
85 let tests : &[(i32, &[u8])] = &[ in test_der_write_i32() localVariable
114 let tests : &[(u32, &[u8])] = &[ in test_der_write_u32() localVariable
136 let tests : &[(i16, &[u8])] = &[ in test_der_write_i16() localVariable
157 let tests : &[(u16, &[u8])] = &[ in test_der_write_u16() localVariable
176 let tests : &[(i8, &[u8])] = &[ in test_der_write_i8() localVariable
193 let tests : &[(u8, &[u8])] = &[ in test_der_write_u8() localVariable
212 let tests : &[(i64, &[u8])] = &[ in test_der_write_bigint() localVariable
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/tests/
H A DTkinter_test.py21 tests = ( variable
34 tests = ( variable
75 tests = ( variable
88 tests = ( variable
104 tests = ( variable
115 tests = ( variable
126 tests = ( variable
146 tests = ( variable
173 tests = ( variable
183 tests = ( variable
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/tests/
H A DTkinter_test.py21 tests = ( variable
34 tests = ( variable
75 tests = ( variable
88 tests = ( variable
104 tests = ( variable
115 tests = ( variable
126 tests = ( variable
146 tests = ( variable
173 tests = ( variable
183 tests = ( variable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/talos/
H A Dtalos.json4 "tests": ["basic_compositor_video"] array
10 "tests": ["dromaeo_css", "kraken"] array
13 "tests": ["tart_flex", "ts_paint_flex"] array
23 "tests": ["tp5o_scroll"], array
27 "tests": ["damp"], array
31 "tests": ["tabswitch"], array
35 "tests": ["dromaeo_dom"] array
52 "tests": ["perf_reftest"] array
58 "tests": ["tp5o"], array
65 "tests": ["tp5n"], array
[all …]

12345678910>>...419