Home
last modified time | relevance | path

Searched refs:part3 (Results 1 – 25 of 1897) sorted by relevance

12345678910>>...76

/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/Testing/Cxx/
H A DTestLagrangianParticle.cxx172 delete part3; in TestLagrangianParticle()
183 delete part3; in TestLagrangianParticle()
195 delete part3; in TestLagrangianParticle()
206 delete part3; in TestLagrangianParticle()
215 delete part3; in TestLagrangianParticle()
225 delete part3; in TestLagrangianParticle()
234 delete part3; in TestLagrangianParticle()
243 delete part3; in TestLagrangianParticle()
254 delete part3; in TestLagrangianParticle()
271 delete part3; in TestLagrangianParticle()
[all …]
/dports/textproc/py-iso-639/iso639-0.4.5/tests/
H A Dtests.py46 self.assertEqual(languages.part3['eng'].name, 'English')
59 assert languages.retired['sh'] is languages.part3['hbs']
61 languages.get(part3='zhn'),
62 languages.get(part3='zyg'),
63 languages.get(part3='zyn'),
64 languages.get(part3='zzj'),
65 languages.get(part3='zhd')]
69 self.assertEqual(languages.name['English'].part3, 'eng')
70 assert languages.get(name='Sanapaná').part3 == 'spn'
104 self.assertEqual(len(languages.part3), 7865)
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Danongame_gameresult.c70 t_client_w3route_gameresult_part3 * part3; in anongame_gameresult_parse() local
148 gameresult->heroes_killed = bn_int_get(part3->heroes_killed); in anongame_gameresult_parse()
149 gameresult->items_obtained = bn_int_get(part3->items_obtained); in anongame_gameresult_parse()
150 gameresult->mercenaries_hired = bn_int_get(part3->mercenaries_hired); in anongame_gameresult_parse()
151 gameresult->total_hero_xp = bn_int_get(part3->total_hero_xp); in anongame_gameresult_parse()
152 gameresult->gold_mined = bn_int_get(part3->gold_mined); in anongame_gameresult_parse()
153 gameresult->lumber_harvested = bn_int_get(part3->lumber_harvested); in anongame_gameresult_parse()
154 gameresult->resources_traded_given = bn_int_get(part3->resources_traded_given); in anongame_gameresult_parse()
155 gameresult->resources_traded_taken = bn_int_get(part3->resources_traded_taken); in anongame_gameresult_parse()
156 gameresult->tech_percentage = bn_int_get(part3->tech_percentage); in anongame_gameresult_parse()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/Testing/Cxx/
H A DTestLagrangianParticle.cxx124 double* x3 = part3->GetEquationVariables(); in TestLagrangianParticle()
126 double* p3 = part3->GetPrevEquationVariables(); in TestLagrangianParticle()
128 double* f3 = part3->GetNextEquationVariables(); in TestLagrangianParticle()
129 double m3 = part3->GetPositionVectorMagnitude(); in TestLagrangianParticle()
158 part3->GetNumberOfSteps() != 1) in TestLagrangianParticle()
167 << part3->GetSeedId() << std::endl; in TestLagrangianParticle()
176 if (part2->GetId() != 1 || part3->GetId() != 1) in TestLagrangianParticle()
198 << part3->GetParentId() << std::endl; in TestLagrangianParticle()
203 part3->GetSeedData()->GetArray(0)->GetComponent(part3->GetSeedArrayTupleIndex(), 0) != 17) in TestLagrangianParticle()
224 part3->GetIntegrationTime() != 2.13) in TestLagrangianParticle()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
83 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
84 VERIFY( part3 != c.end() ); in test02()
85 VERIFY( part3->val == 5.0 ); in test02()
/dports/devel/bmake/bmake/
H A Denum.h71 #define ENUM__JOIN_3(part1, part2, part3) \ argument
72 part1 ENUM__SEP part2 ENUM__SEP part3
73 #define ENUM__JOIN_4(part1, part2, part3, part4) \ argument
74 part1 ENUM__SEP part2 ENUM__SEP part3 ENUM__SEP part4
75 #define ENUM__JOIN_5(part1, part2, part3, part4, part5) \ argument
97 #define ENUM__SPECS_3(part1, part2, part3) \ argument
98 { part1, part2, part3, { 0, "" } }
99 #define ENUM__SPECS_4(part1, part2, part3, part4) \ argument
100 { part1, part2, part3, part4, { 0, "" } }
101 #define ENUM__SPECS_5(part1, part2, part3, part4, part5) \ argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
85 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
86 VERIFY( part3 != c.end() ); in test02()
87 VERIFY( part3->val == 5.0 ); in test02()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/upper_bound/
H A Dpartitioned.cc52 auto part3 = std::upper_bound(c.begin(), c.end(), X{9}); in test01() local
53 VERIFY( part3 != c.end() ); in test01()
54 VERIFY( part3->val == 6 ); in test01()
56 VERIFY( part3 != c.end() ); in test01()
85 auto part3 = std::upper_bound(c.begin(), c.end(), Y{1.0}); in test02() local
86 VERIFY( part3 != c.end() ); in test02()
87 VERIFY( part3->val == 5.0 ); in test02()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/
H A DInternalBrowserInstance.java58 public void partActivated(IWorkbenchPart part3) { in hookPart()
63 public void partBroughtToTop(IWorkbenchPart part3) { in hookPart()
68 public void partClosed(IWorkbenchPart part3) { in hookPart()
69 if (part3.equals(InternalBrowserInstance.this.part)) { in hookPart()
78 public void partDeactivated(IWorkbenchPart part3) { in hookPart()
83 public void partOpened(IWorkbenchPart part3) { in hookPart()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/
H A DSaveablesListTest.java182 private DummyPart part3; field in SaveablesListTest
194 part3 = new DummyPart(); in doSetUp()
203 emulateOpenPart(badSaveable, part3); in testNotBrokenSaveables()
216 emulateClosePart(badSaveable, part3); in testNotBrokenSaveables()
300 emulateOpenPart(badSaveable, part3); in testBrokenSaveablesBadContainedMultipleTimes()
309 emulateOpenPart(badSaveable, part3); in testBrokenSaveablesBadContainedMultipleTimes()
317 emulateOpenPart(badSaveable, part3); in testBrokenSaveablesBadContainedMultipleTimes()
341 emulateClosePart(badSaveable, part3); in doTestBrokenSaveablesContainedMultipleTimes()
354 emulateOpenPart(goodSaveable, part3); in testGoodSaveablesBadContainedMultipleTimes()
363 emulateOpenPart(goodSaveable, part3); in testGoodSaveablesBadContainedMultipleTimes()
[all …]

12345678910>>...76