Home
last modified time | relevance | path

Searched refs:_three (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dfunctions.rs6 fn good(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool) {} in good()
8 fn bad(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool, _eight… in bad()
23 let _three = three; in bad_multiline() localVariable
34 _three: *const u8, in extern_fn()
44 fn good(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool); in good()
45 …fn bad(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool, _eigh… in bad()
53 …fn good_method(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: boo… in good_method()
54 …fn bad_method(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool… in bad_method()
59 fn good(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool) {} in good()
60 …fn bad(_one: u32, _two: u32, _three: &str, _four: bool, _five: f32, _six: f32, _seven: bool, _eigh… in bad()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dtest-main.cpp47 _three = ""; in testCaseStarting()
83 if (_three.empty()) { in sectionEnded()
84 _three = " -- with " + sectionStats.sectionInfo.name; in sectionEnded()
86 _three += " and " + sectionStats.sectionInfo.name; in sectionEnded()
88 _pad = 79 - _three.size(); in sectionEnded()
100 if (_three.empty()) { in sectionEnded()
107 std::cout << _three << std::setw(_pad) << ""; in sectionEnded()
112 _three.clear(); in sectionEnded()
154 std::string _three; member
/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-main.cpp47 _three = ""; in testCaseStarting()
83 if (_three.empty()) { in sectionEnded()
84 _three = " -- with " + sectionStats.sectionInfo.name; in sectionEnded()
86 _three += " and " + sectionStats.sectionInfo.name; in sectionEnded()
88 _pad = 79 - _three.size(); in sectionEnded()
100 if (_three.empty()) { in sectionEnded()
107 std::cout << _three << std::setw(_pad) << ""; in sectionEnded()
112 _three.clear(); in sectionEnded()
154 std::string _three; member
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/plugin/
H A DPlugin.cpp240 BasePluginFailPtr _three; member in __anon5fb0bfac0111::BasePluginFail
258_three = ICE_DYNAMIC_CAST(BasePluginFail, _communicator->getPluginManager()->getPlugin("PluginThre… in initialize()
259 test(!_three->isInitialized()); in initialize()
270 test(!_three->isDestroyed()); in destroy()
273 _three = 0; in destroy()
299_three = ICE_DYNAMIC_CAST(BasePluginFail, _communicator->getPluginManager()->getPlugin("PluginThre… in initialize()
300 test(!_three->isInitialized()); in initialize()
309 _three = 0; in destroy()
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/plugin/
H A DPlugin.cpp240 BasePluginFailPtr _three; member in __anona88492f70111::BasePluginFail
258_three = ICE_DYNAMIC_CAST(BasePluginFail, _communicator->getPluginManager()->getPlugin("PluginThre… in initialize()
259 test(!_three->isInitialized()); in initialize()
270 test(!_three->isDestroyed()); in destroy()
273 _three = 0; in destroy()
299_three = ICE_DYNAMIC_CAST(BasePluginFail, _communicator->getPluginManager()->getPlugin("PluginThre… in initialize()
300 test(!_three->isInitialized()); in initialize()
309 _three = 0; in destroy()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/plugin/
H A DPlugin.cpp240 BasePluginFailPtr _three; member in __anon7b16850d0111::BasePluginFail
258_three = ICE_DYNAMIC_CAST(BasePluginFail, _communicator->getPluginManager()->getPlugin("PluginThre… in initialize()
259 test(!_three->isInitialized()); in initialize()
270 test(!_three->isDestroyed()); in destroy()
273 _three = 0; in destroy()
299_three = ICE_DYNAMIC_CAST(BasePluginFail, _communicator->getPluginManager()->getPlugin("PluginThre… in initialize()
300 test(!_three->isInitialized()); in initialize()
309 _three = 0; in destroy()
/dports/devel/py-zope.configuration/zope.configuration-4.1.0/src/zope/configuration/tests/
H A Dtest_docutils.py72 def _three(): function
80 ((NS, 'three'), ISchema, IUsedIn, _three, 'THREE', None))
84 'three': (ISchema, _three, 'THREE')})
101 def _three(): function
115 ((NS, 'three'), ISchema, IUsedIn, _three, 'THREE', parent1))
121 (NS, 'three', ISchema, _three, 'THREE')])
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-16492.rs32 _three: Field field
38 _three: Field field
54 _three: Field::new(3, state.clone()) in main()
63 _three: Field::new(3, state.clone()) in main()
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/plugin/
H A DPluginOneFailFactory.cs24 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
25 test(!_three.isInitialized()); in initialize()
35 test(!_three.isDestroyed()); in destroy()
H A DPluginTwoFailFactory.cs24 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
25 test(!_three.isInitialized()); in initialize()
35 test(!_three.isDestroyed()); in destroy()
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/plugin/
H A DPluginTwoFailFactory.cs24 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
25 test(!_three.isInitialized()); in initialize()
35 test(!_three.isDestroyed()); in destroy()
H A DPluginOneFailFactory.cs24 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
25 test(!_three.isInitialized()); in initialize()
35 test(!_three.isDestroyed()); in destroy()
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/plugin/
H A DPluginTwoFailFactory.cs24 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
25 test(!_three.isInitialized()); in initialize()
35 test(!_three.isDestroyed()); in destroy()
H A DPluginOneFailFactory.cs24 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
25 test(!_three.isInitialized()); in initialize()
35 test(!_three.isDestroyed()); in destroy()
/dports/devel/p5-POE-Quickie/POE-Quickie-0.18/t/
H A D07_session_rebirth.t13 _three
31 $_[KERNEL]->yield('_three');
34 sub _three {
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/plugins/src/main/java/test/Ice/plugin/plugins/
H A DPluginOneFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
H A DPluginTwoFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
/dports/devel/ice37/ice-3.7.2/java-compat/test/plugins/src/main/java/test/Ice/plugin/plugins/
H A DPluginOneFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
H A DPluginTwoFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/plugins/src/main/java/test/Ice/plugin/plugins/
H A DPluginOneFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
H A DPluginTwoFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
/dports/devel/php-ice37/ice-3.7.2/java/test/plugins/src/main/java/test/Ice/plugin/plugins/
H A DPluginOneFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
H A DPluginTwoFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
/dports/devel/ice37/ice-3.7.2/java/test/plugins/src/main/java/test/Ice/plugin/plugins/
H A DPluginOneFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()
H A DPluginTwoFailFactory.java27 _three = (BasePluginFail)_communicator.getPluginManager().getPlugin("PluginThreeFail"); in initialize()
28 test(!_three.isInitialized()); in initialize()
39 test(!_three.isDestroyed()); in destroy()

12345