Home
last modified time | relevance | path

Searched refs:test_setup (Results 1 – 25 of 1484) sorted by relevance

12345678910>>...60

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dduplicate-bp.exp23 proc test_setup { count } { procedure
50 test_setup 2
61 test_setup 2
72 test_setup 3
87 test_setup 3
102 test_setup 3
117 test_setup 3
132 test_setup 3
147 test_setup 3
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/tests/unittests/ut_preedit-string/
H A Dut_preedit-string.cpp327 SetupTest test_setup(orientation, word_engine_enabled); in test() local
330 test_setup.event_handler.onPressed(lookup(k)); in test()
331 test_setup.event_handler.onReleased(lookup(k)); in test()
479 BasicSetupTest test_setup; in testPreeditActivation() local
483 test_setup.notifier.notify(update_event.data()); in testPreeditActivation()
487 QCOMPARE(test_setup.host.lastPreeditString(), expected_preedit); in testPreeditActivation()
492 QCOMPARE(test_setup.editor.text()->preedit(), expected_preedit); in testPreeditActivation()
604 SetupTest test_setup; in testPreeditActivationTyping() local
608 test_setup.notifier.notify(update_event.data()); in testPreeditActivationTyping()
611 test_setup.event_handler.onPressed(lookup(k)); in testPreeditActivationTyping()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dduplicate-bp.exp23 proc test_setup { count } { procedure
50 test_setup 2
61 test_setup 2
72 test_setup 3
87 test_setup 3
102 test_setup 3
117 test_setup 3
132 test_setup 3
147 test_setup 3
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dmonitor-unit-tests.c678 emulate_hotplug (test_setup); in meta_test_monitor_one_disconnected_linear_config()
798 emulate_hotplug (test_setup); in meta_test_monitor_one_off_linear_config()
920 emulate_hotplug (test_setup); in meta_test_monitor_preferred_linear_config()
1051 emulate_hotplug (test_setup); in meta_test_monitor_tiled_linear_config()
1226 emulate_hotplug (test_setup); in meta_test_monitor_tiled_non_preferred_linear_config()
1377 emulate_hotplug (test_setup); in meta_test_monitor_tiled_non_main_origin_linear_config()
1525 emulate_hotplug (test_setup); in meta_test_monitor_hidpi_linear_config()
1677 emulate_hotplug (test_setup); in meta_test_monitor_suggested_config()
1834 emulate_hotplug (test_setup); in meta_test_monitor_suggested_config_overlapping()
1991 emulate_hotplug (test_setup); in meta_test_monitor_suggested_config_not_adjacent()
[all …]
H A Dmeta-monitor-manager-test.c43 MetaMonitorTestSetup *test_setup; member
59 MetaMonitorTestSetup *test_setup) in meta_monitor_manager_test_emulate_hotplug() argument
64 old_test_setup = manager_test->test_setup; in meta_monitor_manager_test_emulate_hotplug()
65 manager_test->test_setup = test_setup; in meta_monitor_manager_test_emulate_hotplug()
95 g_assert (manager_test->test_setup); in meta_monitor_manager_test_read_current()
97 meta_gpu_take_modes (gpu, manager_test->test_setup->modes); in meta_monitor_manager_test_read_current()
98 meta_gpu_take_crtcs (gpu, manager_test->test_setup->crtcs); in meta_monitor_manager_test_read_current()
99 meta_gpu_take_outputs (gpu, manager_test->test_setup->outputs); in meta_monitor_manager_test_read_current()
389 g_clear_pointer (&manager_test->test_setup, g_free); in meta_monitor_manager_test_dispose()
438 manager_test->test_setup = initial_setup_func (); in meta_monitor_manager_test_constructed()
[all …]
H A Dheadless-start-test.c77 MetaMonitorTestSetup *test_setup; in meta_test_headless_monitor_connect() local
89 test_setup = g_new0 (MetaMonitorTestSetup, 1); in meta_test_headless_monitor_connect()
100 test_setup->modes = g_list_append (NULL, crtc_mode); in meta_test_headless_monitor_connect()
107 test_setup->crtcs = g_list_append (NULL, crtc); in meta_test_headless_monitor_connect()
113 possible_crtcs[0] = g_list_first (test_setup->crtcs)->data; in meta_test_headless_monitor_connect()
134 test_setup->outputs = g_list_append (NULL, output); in meta_test_headless_monitor_connect()
136 meta_monitor_manager_test_emulate_hotplug (monitor_manager_test, test_setup); in meta_test_headless_monitor_connect()
H A Dstage-view-tests.c522 MetaMonitorTestSetup *test_setup; in meta_test_actor_stage_views_hot_plug() local
590 MetaMonitorTestSetup *test_setup; in meta_test_actor_stage_views_frame_clock() local
599 test_setup = create_monitor_test_setup (&frame_clock_test_setup, in meta_test_actor_stage_views_frame_clock()
733 MetaMonitorTestSetup *test_setup; in meta_test_actor_stage_views_timeline() local
743 test_setup = create_monitor_test_setup (&frame_clock_test_setup, in meta_test_actor_stage_views_timeline()
808 MetaMonitorTestSetup *test_setup; in meta_test_actor_stage_views_parent_views_rebuilt() local
892 MetaMonitorTestSetup *test_setup; in meta_test_actor_stage_views_parent_views_changed() local
977 MetaMonitorTestSetup *test_setup; in meta_test_actor_stage_views_and_frame_clocks_freed() local
1071 MetaMonitorTestSetup *test_setup; in ensure_view_count() local
1076 test_setup = create_monitor_test_setup (&test_case_setup, in ensure_view_count()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/test/damage/
H A Dprimitives.c42 struct test_setup { struct
88 compute_expected_damage(struct test_setup *setup) in compute_expected_damage()
109 damage_event_handle(struct test_setup *setup, in damage_event_handle()
129 collect_damage(struct test_setup *setup) in collect_damage()
173 damage_test(struct test_setup *setup, in damage_test()
237 create_start_pixmap(struct test_setup *setup) in create_start_pixmap()
273 test_poly_point_origin(struct test_setup *setup) in test_poly_point_origin()
289 test_poly_line_origin(struct test_setup *setup) in test_poly_line_origin()
314 test_poly_rectangle(struct test_setup *setup) in test_poly_rectangle()
323 test_poly_segment(struct test_setup *setup) in test_poly_segment()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/test/damage/
H A Dprimitives.c45 struct test_setup { struct
91 compute_expected_damage(struct test_setup *setup) in compute_expected_damage()
112 damage_event_handle(struct test_setup *setup, in damage_event_handle()
132 collect_damage(struct test_setup *setup) in collect_damage()
176 damage_test(struct test_setup *setup, in damage_test()
240 create_start_pixmap(struct test_setup *setup) in create_start_pixmap()
276 test_poly_point_origin(struct test_setup *setup) in test_poly_point_origin()
292 test_poly_line_origin(struct test_setup *setup) in test_poly_line_origin()
317 test_poly_rectangle(struct test_setup *setup) in test_poly_rectangle()
326 test_poly_segment(struct test_setup *setup) in test_poly_segment()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dlook_for_moves_and_replaces.sh7 test_setup() { function
39 test_setup 1 ""
44 test_setup 2 old
51 test_setup 3 new
58 test_setup 4 old new
65 test_setup 5 old new non-existing
/dports/devel/py-nose2/nose2-0.10.0/nose2/tests/functional/support/scenario/test_classes/
H A Dtest_fixtures.py12 self.test_setup = 1
15 del self.test_setup
18 assert self.test_setup
23 assert self.test_setup
29 assert self.test_setup
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Test/
H A DTestSetupTraitTest.php36 $test_setup = $this->getMockForTrait(TestSetupTrait::class);
37 $test_setup->databasePrefix = 'testDbPrefix';
38 $test_setup->root = '';
40 $method = new \ReflectionMethod(get_class($test_setup), 'changeDatabasePrefix');
42 $method->invoke($test_setup);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Test/
H A DTestSetupTraitTest.php36 $test_setup = $this->getMockForTrait(TestSetupTrait::class);
37 $test_setup->databasePrefix = 'testDbPrefix';
38 $test_setup->root = '';
40 $method = new \ReflectionMethod(get_class($test_setup), 'changeDatabasePrefix');
42 $method->invoke($test_setup);
/dports/x11-wm/gamescope/gamescope-3.7.1/subprojects/libliftoff/test/
H A Dtest_alloc.c54 static const size_t test_setup_len = sizeof(test_setup) / sizeof(test_setup[0]);
56 #define PRIMARY_PLANE &test_setup[0]
57 #define CURSOR_PLANE &test_setup[1]
58 #define OVERLAY_PLANE &test_setup[2]
61 #define FIRST_2_SECONDARY_PLANES { &test_setup[1], &test_setup[2] }
62 #define FIRST_3_SECONDARY_PLANES { &test_setup[1], &test_setup[2], \
63 &test_setup[3] }
294 .result = &test_setup[3],
323 .result = &test_setup[3],
369 .result = &test_setup[3],
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dblock_assemble.cpp20 const auto test_setup = MakeNoLogFileContext<const TestingSetup>(); in AssembleBlock() local
30 tx.vin.push_back(MineBlock(test_setup->m_node, P2WSH_OP_TRUE)); in AssembleBlock()
40 …empoolAcceptResult res = ::AcceptToMemoryPool(test_setup->m_node.chainman->ActiveChainstate(), *te… in AssembleBlock()
46 PrepareBlock(test_setup->m_node, P2WSH_OP_TRUE); in AssembleBlock()
H A Dwallet_balance.cpp18 const auto test_setup = MakeNoLogFileContext<const TestingSetup>();
22 CWallet wallet{test_setup->m_node.chain.get(), "", CreateMockWalletDatabase()};
27 auto handler = test_setup->m_node.chain->handleNotifications({&wallet, [](CWallet*) {}});
33 generatetoaddress(test_setup->m_node, address_mine.value_or(ADDRESS_WATCHONLY));
34 generatetoaddress(test_setup->m_node, ADDRESS_WATCHONLY);
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dblock_assemble.cpp20 const auto test_setup = MakeNoLogFileContext<const TestingSetup>(); in AssembleBlock() local
30 tx.vin.push_back(MineBlock(test_setup->m_node, P2WSH_OP_TRUE)); in AssembleBlock()
40 …empoolAcceptResult res = ::AcceptToMemoryPool(test_setup->m_node.chainman->ActiveChainstate(), *te… in AssembleBlock()
46 PrepareBlock(test_setup->m_node, P2WSH_OP_TRUE); in AssembleBlock()
H A Dwallet_balance.cpp18 const auto test_setup = MakeNoLogFileContext<const TestingSetup>(); in WalletBalance() local
22 CWallet wallet{test_setup->m_node.chain.get(), "", CreateMockWalletDatabase()}; in WalletBalance()
27 auto handler = test_setup->m_node.chain->handleNotifications({&wallet, [](CWallet*) {}}); in WalletBalance()
33 generatetoaddress(test_setup->m_node, address_mine.value_or(ADDRESS_WATCHONLY)); in WalletBalance()
34 generatetoaddress(test_setup->m_node, ADDRESS_WATCHONLY); in WalletBalance()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dblock_assemble.cpp20 const auto test_setup = MakeNoLogFileContext<const TestingSetup>(); in AssembleBlock() local
30 tx.vin.push_back(MineBlock(test_setup->m_node, P2WSH_OP_TRUE)); in AssembleBlock()
40 …empoolAcceptResult res = ::AcceptToMemoryPool(test_setup->m_node.chainman->ActiveChainstate(), *te… in AssembleBlock()
46 PrepareBlock(test_setup->m_node, P2WSH_OP_TRUE); in AssembleBlock()
H A Dwallet_balance.cpp18 const auto test_setup = MakeNoLogFileContext<const TestingSetup>(); in WalletBalance() local
22 CWallet wallet{test_setup->m_node.chain.get(), "", CreateMockWalletDatabase()}; in WalletBalance()
27 auto handler = test_setup->m_node.chain->handleNotifications({&wallet, [](CWallet*) {}}); in WalletBalance()
33 generatetoaddress(test_setup->m_node, address_mine.value_or(ADDRESS_WATCHONLY)); in WalletBalance()
34 generatetoaddress(test_setup->m_node, ADDRESS_WATCHONLY); in WalletBalance()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/scripts/internal/
H A Dwinmake.py177 def test_setup(): function
337 test_setup()
346 test_setup()
357 test_setup()
365 test_setup()
373 test_setup()
381 test_setup()
389 test_setup()
397 test_setup()
405 test_setup()
[all …]
/dports/devel/py-nose2/nose2-0.10.0/nose2/tests/functional/support/scenario/layers_hooks/
H A Dtest_layers_simple.py7 test_setup = 0 variable in Layer1
20 if cls.test_setup >= 2:
22 cls.test_setup += 1
43 assert self.layer.test_setup == self.layer.tests_count + 1
50 assert self.layer.test_setup == self.layer.tests_count + 1
/dports/graphics/libliftoff/libliftoff-378ccb4f84a2473fe73dbdc56fe35a0d2ee661cc/test/
H A Dtest_alloc.c72 static const size_t test_setup_len = sizeof(test_setup) / sizeof(test_setup[0]);
75 #define CURSOR_PLANE &test_setup[1]
79 #define FIRST_2_SECONDARY_PLANES { &test_setup[1], &test_setup[2] }
80 #define FIRST_3_SECONDARY_PLANES { &test_setup[1], &test_setup[2], \
81 &test_setup[3] }
355 .result = &test_setup[3],
384 .compat = { &test_setup[3] },
385 .result = &test_setup[3],
431 .compat = { &test_setup[3] },
432 .result = &test_setup[3],
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/scripts/internal/
H A Dwinmake.py213 def test_setup(): function
402 test_setup()
412 test_setup()
422 test_setup()
429 test_setup()
436 test_setup()
443 test_setup()
450 test_setup()
457 test_setup()
464 test_setup()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/bench/
H A Dblock_assemble.cpp19 TestingSetup test_setup{ in AssembleBlock() local
41 tx.vin.push_back(MineBlock(test_setup.m_node, SCRIPT_PUB)); in AssembleBlock()
52 …bool ret{::AcceptToMemoryPool(*test_setup.m_node.mempool, state, txr, nullptr /* plTxnReplaced */,… in AssembleBlock()
58 PrepareBlock(test_setup.m_node, SCRIPT_PUB); in AssembleBlock()

12345678910>>...60