Home
last modified time | relevance | path

Searched refs:TestRegion (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-tests/src/
H A Dstart.rs3 ( $( $region_id:ident => $TestRegion:path ),* ) => {
8 use $TestRegion as TestRegion;
23 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
47 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
71 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
89 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
108 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
143 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
168 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
228 … <TestRegion as RegionCreate>::create(1, &limits_no_sigstack).expect("region can be created");
H A Dglobals.rs3 ( $( $region_id:ident => $TestRegion:path ),* ) => {
13 use $TestRegion as TestRegion;
19 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
58 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
120 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
131 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
146 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
167 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
H A Dhost.rs3 ( $( $region_id:ident => $TestRegion:path ),* ) => {
200 use $TestRegion as TestRegion;
220 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
229 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
240 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
257 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
281 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
309 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
341 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
373 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
[all …]
H A Dmemory.rs3 ( $( $region_id:ident => $TestRegion:path ),* ) => {
9 use $TestRegion as TestRegion;
22 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
38 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
H A Dentrypoint.rs193 ( $( $region_id:ident => $TestRegion:path ),* ) => {
236 use $TestRegion as TestRegion;
251 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
275 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
319 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
338 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
369 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
390 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
412 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
434 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
[all …]
H A Dguest_fault.rs173 ( $( $region_id:ident => $TestRegion:path ),* ) => {
222 use $TestRegion as TestRegion;
272 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
404 … <TestRegion as RegionCreate>::create(1, &limits_no_sigstack).expect("region can be created");
438 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
464 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
485 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
534 … <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be created");
577 … let region = <TestRegion as RegionCreate>::create(1, &Limits::default())
729 … let region = <TestRegion as RegionCreate>::create(1, &Limits::default())
[all …]
H A Dstrcmp.rs3 ( $( $region_id:ident => $TestRegion:path ),* ) => {
23 use $TestRegion as TestRegion;
38 …let region = <TestRegion as RegionCreate>::create(10, &Limits::default()).expect("region can be cr…
88 …let region = <TestRegion as RegionCreate>::create(10, &Limits::default()).expect("region can be cr…
H A Dstack.rs80 ( $( $region_id:ident => $TestRegion:path ),* ) => {
87 use $TestRegion as TestRegion;
91 …let region = <TestRegion as RegionCreate>::create(1, &Limits::default()).expect("region can be cre…
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/alloc/
H A Dtests.rs3 ( $TestRegion:path ) => {
8 use $TestRegion as TestRegion;
366 let res = <TestRegion as RegionCreate>::create(10, &LIMITS);
415 fn peek_n_poke(region: &Arc<TestRegion>) {
692 let region = <TestRegion as RegionCreate>::create(1, &CONTEXT_TEST_LIMITS)
742 let region = <TestRegion as RegionCreate>::create(1, &CONTEXT_TEST_LIMITS)
778 let region = <TestRegion as RegionCreate>::create(1, &Limits::default())
881 let region = <TestRegion as RegionCreate>::create(total_slots, &LIMITS)
1044 let region = <TestRegion as RegionCreate>::create(1, &Limits::default())
1080 let region = <TestRegion as RegionCreate>::create(1, &Limits::default())
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/alloc/
H A Dtests.rs3 ( $TestRegion:path ) => {
6 use $TestRegion as TestRegion;
55 let region = TestRegion::create(1, &LIMITS).expect("region created");
96 let region = TestRegion::create(1, &LIMITS).expect("region created");
125 let region = TestRegion::create(1, &LIMITS).expect("region created");
165 let region = TestRegion::create(10, &LIMITS).expect("region created");
204 let region = TestRegion::create(10, &LIMITS).expect("region created");
270 let res = TestRegion::create(10, &LIMITS);
285 let region = TestRegion::create(1, &LIMITS).expect("region created");
306 let region = TestRegion::create(1, &LIMITS).expect("region created");
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/alloc/
H A Dtests.rs3 ( $TestRegion:path ) => {
6 use $TestRegion as TestRegion;
55 let region = TestRegion::create(1, &LIMITS).expect("region created");
96 let region = TestRegion::create(1, &LIMITS).expect("region created");
125 let region = TestRegion::create(1, &LIMITS).expect("region created");
165 let region = TestRegion::create(10, &LIMITS).expect("region created");
204 let region = TestRegion::create(10, &LIMITS).expect("region created");
270 let res = TestRegion::create(10, &LIMITS);
285 let region = TestRegion::create(1, &LIMITS).expect("region created");
306 let region = TestRegion::create(1, &LIMITS).expect("region created");
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/alloc/
H A Dtests.rs3 ( $TestRegion:path ) => {
6 use $TestRegion as TestRegion;
55 let region = TestRegion::create(1, &LIMITS).expect("region created");
96 let region = TestRegion::create(1, &LIMITS).expect("region created");
125 let region = TestRegion::create(1, &LIMITS).expect("region created");
165 let region = TestRegion::create(10, &LIMITS).expect("region created");
204 let region = TestRegion::create(10, &LIMITS).expect("region created");
270 let res = TestRegion::create(10, &LIMITS);
285 let region = TestRegion::create(1, &LIMITS).expect("region created");
306 let region = TestRegion::create(1, &LIMITS).expect("region created");
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dregion.cpp34 class TestRegion : public QObject class
63 TestRegion::TestRegion(QObject* parent) in TestRegion() function in TestRegion
74 void TestRegion::init() in init()
118 void TestRegion::cleanup() in cleanup()
141 void TestRegion::testCreate() in testCreate()
173 void TestRegion::testCreateUniquePtr() in testCreateUniquePtr()
190 void TestRegion::testAdd() in testAdd()
224 void TestRegion::testRemove() in testRemove()
260 void TestRegion::testDestroy() in testDestroy()
289 void TestRegion::testDisconnect() in testDisconnect()
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_wayland_region.cpp19 class TestRegion : public QObject class
47 TestRegion::TestRegion(QObject *parent) in TestRegion() function in TestRegion
58 void TestRegion::init() in init()
104 void TestRegion::cleanup() in cleanup()
127 void TestRegion::testCreate() in testCreate()
163 void TestRegion::testCreateUniquePtr() in testCreateUniquePtr()
180 void TestRegion::testAdd() in testAdd()
215 void TestRegion::testRemove() in testRemove()
251 void TestRegion::testDestroy() in testDestroy()
274 void TestRegion::testDisconnect() in testDisconnect()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestRegion.cpp31 void TestRegion::initTestCase() in initTestCase()
44 void TestRegion::testComparison() in testComparison()
63 void TestRegion::testFixation() in testFixation()
86 void TestRegion::testSheet() in testSheet()
124 void TestRegion::testExtrem() in testExtrem()
149 void TestRegion::cleanupTestCase() in cleanupTestCase()
154 QTEST_MAIN(TestRegion)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Dsparse_page_data.rs3 ( $TestRegion:path ) => {
5 use $TestRegion as TestRegion;
49 let region = TestRegion::create(1, &Limits::default()).expect("region can be created");
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Dsparse_page_data.rs3 ( $TestRegion:path ) => {
5 use $TestRegion as TestRegion;
49 let region = TestRegion::create(1, &Limits::default()).expect("region can be created");
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/module/
H A Dsparse_page_data.rs3 ( $TestRegion:path ) => {
5 use $TestRegion as TestRegion;
49 let region = TestRegion::create(1, &Limits::default()).expect("region can be created");
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/module/
H A Dsparse_page_data.rs3 ( $TestRegion:path ) => {
5 use $TestRegion as TestRegion;
50 let region = <TestRegion as RegionCreate>::create(1, &Limits::default())
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp98 TestRegion<Mapping>(Mapping::kLoAppMemBeg, Mapping::kLoAppMemEnd); in Apply()
99 TestRegion<Mapping>(Mapping::kMidAppMemBeg, Mapping::kMidAppMemEnd); in Apply()
100 TestRegion<Mapping>(Mapping::kHiAppMemBeg, Mapping::kHiAppMemEnd); in Apply()
101 TestRegion<Mapping>(Mapping::kHeapMemBeg, Mapping::kHeapMemEnd); in Apply()
105 static void TestRegion(uptr beg, uptr end) { in TestRegion() function
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/unit/identity/v3/
H A Dtest_region.py21 class TestRegion(identity_fakes.TestIdentityv3): class
24 super(TestRegion, self).setUp()
31 class TestRegionCreate(TestRegion):
141 class TestRegionDelete(TestRegion):
168 class TestRegionList(TestRegion):
231 class TestRegionSet(TestRegion):
310 class TestRegionShow(TestRegion):
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/util/
H A Dcloud.go33 TestRegion = "test-region" const
61 Region: TestRegion,
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/radeon/
H A Dradeon_crtc1.c125 ret = OldPrimaryLayerFuncs.TestRegion( layer, in crtc1TestRegion()
165 .TestRegion = crtc1TestRegion,
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/unichrome/
H A Duc_primary.c97 ret = ucOldPrimaryFuncs.TestRegion( layer, ucOldPrimaryDriverData, in osdTestRegion()
179 .TestRegion = osdTestRegion,
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/cle266/
H A Duc_primary.c103 ret = ucOldPrimaryFuncs.TestRegion( layer, ucOldPrimaryDriverData, in osdTestRegion()
173 .TestRegion = osdTestRegion,

12345678910>>...14