Home
last modified time | relevance | path

Searched refs:another_context (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/ibus/ibus-1.5.24/src/tests/
H A Dibus-engine-switch.c182 IBusInputContext *context, *another_context; in test_context_engine_set_by_focus() local
190 another_context = ibus_bus_create_input_context (bus, "another"); in test_context_engine_set_by_focus()
191 ibus_input_context_set_capabilities (another_context, IBUS_CAP_FOCUS); in test_context_engine_set_by_focus()
198 ibus_input_context_focus_in (another_context); in test_context_engine_set_by_focus()
203 engine_desc = ibus_input_context_get_engine (another_context); in test_context_engine_set_by_focus()
207 g_object_unref (another_context); in test_context_engine_set_by_focus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dprocess_manager_unittest.cc189 TestBrowserContext another_context; in TEST_F() local
190 ExtensionRegistry another_registry(&another_context); in TEST_F()
192 ProcessManager::CreateForTesting(&another_context, &another_registry)); in TEST_F()
215 &another_context); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dprocess_manager_unittest.cc189 TestBrowserContext another_context; in TEST_F() local
190 ExtensionRegistry another_registry(&another_context); in TEST_F()
192 ProcessManager::CreateForTesting(&another_context, &another_registry)); in TEST_F()
215 &another_context); in TEST_F()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Dbackprop_mode_test.cc416 Context another_context{}; in TEST() local
417 BackpropScope another_backprop_scope{"another_backprop", another_context}; in TEST()
424 NoBackpropModeScope scope{another_context}; in TEST()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_volume.py962 another_context = context.RequestContext('another_user_id',
965 self.assertNotEqual(another_context.project_id,
971 another_context, volume_id, viewable_admin_meta=True)