Home
last modified time | relevance | path

Searched refs:GetCount (Results 176 – 200 of 10282) sorted by relevance

12345678910>>...412

/dports/games/csmash/csmash-0.6.6/
H A DOpeningView.cpp49 light_intensity_amb[0] *= (3200-m_opening->GetCount())/400.0F; in Redraw()
50 light_intensity_amb[1] *= (3200-m_opening->GetCount())/400.0F; in Redraw()
51 light_intensity_amb[2] *= (3200-m_opening->GetCount())/400.0F; in Redraw()
52 light_intensity_dif[0] *= (3200-m_opening->GetCount())/400.0F; in Redraw()
53 light_intensity_dif[1] *= (3200-m_opening->GetCount())/400.0F; in Redraw()
54 light_intensity_dif[2] *= (3200-m_opening->GetCount())/400.0F; in Redraw()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/army/
H A Darmy_bar.cpp45 …32_t overallCount = isSameTroopType ? troopFrom.GetCount() + troopTarget.GetCount() : troopFrom.Ge… in RedistributeArmy()
60 else if ( !troopTarget.isValid() && troopFrom.GetCount() == 2 ) { in RedistributeArmy()
65 …oopType && troopFrom.isValid() && troopFrom.GetCount() == 1 && troopTarget.isValid() && troopTarge… in RedistributeArmy()
76 … const uint32_t maxCount = saveLastTroop ? troopFrom.GetCount() - 1 : troopFrom.GetCount(); in RedistributeArmy()
85 uint32_t totalSplitTroopCount = troopFrom.GetCount(); in RedistributeArmy()
98 totalSplitTroopCount += troopTarget.GetCount(); in RedistributeArmy()
120 if ( troopFrom.GetCount() <= 1 || count == 0 ) in RedistributeTroopToFirstFreeSlot()
128 troopFrom.SetCount( troopFrom.GetCount() - count ); in RedistributeTroopToFirstFreeSlot()
393 troop.SetCount( troop.GetCount() + selectedTroop->GetCount() ); in ActionBarLeftMouseSingleClick()
490 destTroop.SetCount( destTroop.GetCount() + selectedTroop.GetCount() - 1 ); in ActionBarLeftMouseSingleClick()
[all …]
/dports/devel/upp/upp/uppsrc/ScatterCtrl/
H A DData.cpp21 for(int c = 0; c < scatter.GetCount(); c++) in Init()
22 if (!IsNull(scatter.GetCount(c))) { in Init()
29 if (tab.GetCount() < 1) in Init()
37 for(int c = 1; c < scatter.GetCount(); c++) { in Init()
61 if (int(q) >= pscatter->GetDataSource(index).GetCount()) in Format()
76 if (int(q) >= pscatter->GetDataSource(index).GetCount()) in Format()
100 data.SetVirtualCount(int(scatter.GetCount(scatterIndex))); in OnTab()
111 data.SetVirtualCount(int(scatter.GetCount(0))); in OnTab()
117 for (int c = 0; c < scatter.GetCount(); ++c) { in OnTab()
118 if (!IsNull(scatter.GetCount(c))) { in OnTab()
[all …]
/dports/devel/upp/upp/uppsrc/ide/
H A DCpp.cpp58 for(int i = 0; i < parser.local.GetCount(); i++) in Context()
71 if(!iscib(*m.name) || m.name.GetCount() == 0) in AssistItemAdd()
98 if(ntp.GetCount()) in GatherItems()
101 for(int i = 0; i < CodeBase().GetCount(); i++) { in GatherItems()
107 for(int i = 0; i < n.GetCount(); i++) { in GatherItems()
119 for(int i = 0; i < n.GetCount(); i++) in GatherItems()
122 for(int i = 0; i < n.GetCount(); i++) { in GatherItems()
134 for(int i = 0; i < b.GetCount(); i++) in GatherItems()
138 for(int i = 0; i < b.GetCount(); i++) in GatherItems()
139 if(b[i].GetCount()) in GatherItems()
[all …]
H A DExport.cpp15 for(int i = 0; i < wspc.GetCount(); i++) { in ExportProject()
18 for(int j = 0; j < p.GetCount(); j++) { in ExportProject()
24 for(int q = 0; q < d.GetCount(); q++) in ExportProject()
26 for(int q = 0; q < f.depends.GetCount(); q++) in ExportProject()
43 pi.SetTotal(wspc.GetCount()); in ExportProject()
44 for(int i = 0; i < wspc.GetCount(); i++) { in ExportProject()
50 for(int i = 0; i < upp.GetCount(); i++) { in ExportProject()
H A DHelp.cpp8 for(int i = 0; i < para.GetCount(); i++) { in operator ()()
90 if(lng.GetCount() && lang.Find(lng)) in LoadMap()
96 if(lang.GetCount()) in LoadMap()
154 if(idelink.GetCount() == 0) in SyncDocTree()
243 if(sdx.GetCount()) { in SyncDocTree()
256 if(f.GetCount()) in GetTypeRefLinks()
275 if(link.GetCount() == 0) in AcquireTopic()
277 if(link.GetCount() == 1) in AcquireTopic()
291 if(lbl.GetCount()) in AcquireTopic()
324 return words[i].GetCount(); in FindPattern()
[all …]
H A DEditorTabBar.cpp43 for(int i = 0; i < tabs.GetCount(); i++) in FixIcons()
53 for(int i = 0; i < tabs.GetCount(); i++) in SetSplitColor()
73 for(int i = 0; i < tabs.GetCount(); i++) in ClearSplitColor()
102 for(int i = 0; i < wspc.GetCount(); i++) in CloseRest()
103 for(int j = 0; j < wspc.GetPackage(i).file.GetCount(); j++) in CloseRest()
108 for(int i = tabs->GetCount() - 1; i >= 0; i--) in CloseRest()
117 int tc = tabs.GetCount(); in TabsLR()
129 int tc = tabs.GetCount(); in TabsStackLR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc284 EXPECT_EQ(1, snapshot->GetCount(3)); in TEST_F()
285 EXPECT_EQ(5, snapshot->GetCount(1)); in TEST_F()
286 EXPECT_EQ(1, snapshot->GetCount(4)); in TEST_F()
287 EXPECT_EQ(1, snapshot->GetCount(6)); in TEST_F()
293 EXPECT_EQ(1, snapshot->GetCount(3)); in TEST_F()
294 EXPECT_EQ(5, snapshot->GetCount(1)); in TEST_F()
295 EXPECT_EQ(1, snapshot->GetCount(4)); in TEST_F()
296 EXPECT_EQ(1, snapshot->GetCount(6)); in TEST_F()
322 EXPECT_EQ(1, snapshot->GetCount(3)); in TEST_F()
323 EXPECT_EQ(8, snapshot->GetCount(1)); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_histogram_allocator_unittest.cc285 EXPECT_EQ(1, snapshot->GetCount(3)); in TEST_F()
286 EXPECT_EQ(5, snapshot->GetCount(1)); in TEST_F()
287 EXPECT_EQ(1, snapshot->GetCount(4)); in TEST_F()
288 EXPECT_EQ(1, snapshot->GetCount(6)); in TEST_F()
294 EXPECT_EQ(1, snapshot->GetCount(3)); in TEST_F()
295 EXPECT_EQ(5, snapshot->GetCount(1)); in TEST_F()
296 EXPECT_EQ(1, snapshot->GetCount(4)); in TEST_F()
297 EXPECT_EQ(1, snapshot->GetCount(6)); in TEST_F()
323 EXPECT_EQ(1, snapshot->GetCount(3)); in TEST_F()
324 EXPECT_EQ(8, snapshot->GetCount(1)); in TEST_F()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dsearch_stack.cpp50 return aResult->GetCount(); in Split()
78 for( unsigned kk = 0; kk < GetCount(); kk++ ) in FilenameWithRelativePathInSearchList()
107 for( unsigned i=0; i<paths.GetCount(); ++i ) in RemovePaths()
127 if( unsigned( aIndex ) >= GetCount() ) in AddPaths()
129 for( unsigned i=0; i<paths.GetCount(); ++i ) in AddPaths()
144 for( unsigned i=0; i<paths.GetCount(); ++i ) in AddPaths()
167 unsigned pcount = GetCount(); in LastVisitedPath()
207 for( unsigned i=0; i<GetCount(); ++i ) in Show()
/dports/devel/upp/upp/uppsrc/Core/
H A DMap.hpp21 if(i < value.GetCount()) { in Put_()
27 ASSERT(i == value.GetCount()); in Put_()
37 if(i < value.GetCount()) in Put_()
40 ASSERT(i == value.GetCount()); in Put_()
51 if(i >= value.GetCount()) { in PutDefault_()
52 ASSERT(i == value.GetCount()); in PutDefault_()
67 if(i >= value.GetCount()) in FindPut_()
77 if(i >= value.GetCount()) in FindPut_()
135 for(int i = 0; i < GetCount(); i++) { in ToString()
156 return rk.GetCount(); in RemoveKey()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/common/
H A Dtest_property.cpp298 BOOST_CHECK_EQUAL( v.GetCount(), values.GetCount() ); in BOOST_AUTO_TEST_CASE()
299 BOOST_CHECK_EQUAL( v.GetCount(), labels.GetCount() ); in BOOST_AUTO_TEST_CASE()
301 for (int i = 0; i < values.GetCount(); ++i ) in BOOST_AUTO_TEST_CASE()
306 for (int i = 0; i < labels.GetCount(); ++i ) in BOOST_AUTO_TEST_CASE()
338 BOOST_CHECK_EQUAL( v.GetCount(), values.GetCount() ); in BOOST_AUTO_TEST_CASE()
339 BOOST_CHECK_EQUAL( v.GetCount(), labels.GetCount() ); in BOOST_AUTO_TEST_CASE()
341 for (int i = 0; i < values.GetCount(); ++i ) in BOOST_AUTO_TEST_CASE()
346 for (int i = 0; i < labels.GetCount(); ++i ) in BOOST_AUTO_TEST_CASE()
406 BOOST_CHECK_EQUAL( v.GetCount(), values.GetCount() ); in BOOST_AUTO_TEST_CASE()
407 BOOST_CHECK_EQUAL( v.GetCount(), labels.GetCount() ); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/upp/upp/bazaar/XMLMenu/
H A DXMLToolBarFrame.cpp17 if(!toolBars.GetCount()) in Reposition()
31 for(int iPos = 0; iPos < vPos.GetCount(); iPos++) in Reposition()
48 for(int iRow = 0; iRow < vMap.GetCount(); iRow++) in Reposition()
63 for(int i = 0; i < ps.GetCount(); i++) in Reposition()
90 for(int i = 0; i < ps.GetCount(); i++) in Reposition()
101 int lastPos = posMapper.GetKey(posMapper.GetCount()-1); in Reposition()
102 for(int iRow = 0; iRow < posMapper.GetCount(); iRow++) in Reposition()
217 for(int iRow = 0; iRow < posMapper.GetCount(); iRow++) in Layout()
299 int n = toolBars.GetCount(); in FindIndex()
373 int numLines = posMapper.GetCount(); in GetDockTarget()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/utils/ifacecheck/src/
H A Difacecheck.cpp210 interfaces.GetCount()); in Compare()
371 if (overloads.GetCount()==0) in CompareClasses()
381 if (overloads.GetCount()>1) in CompareClasses()
399 if (overloads.GetCount()>1) in CompareClasses()
524 if (realargs.GetCount() == doxygenargs.GetCount()) in FixMethod()
526 for (j=0; j<doxygenargs.GetCount(); j++) in FixMethod()
548 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
553 wxASSERT(i == toinsert.GetCount()-1); in FixMethod()
568 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
590 for (i=0; i < cToUpdate.GetCount(); i++) in FixMethod()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/utils/ifacecheck/src/
H A Difacecheck.cpp213 interfaces.GetCount()); in Compare()
374 if (overloads.GetCount()==0) in CompareClasses()
384 if (overloads.GetCount()>1) in CompareClasses()
402 if (overloads.GetCount()>1) in CompareClasses()
527 if (realargs.GetCount() == doxygenargs.GetCount()) in FixMethod()
529 for (j=0; j<doxygenargs.GetCount(); j++) in FixMethod()
551 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
556 wxASSERT(i == toinsert.GetCount()-1); in FixMethod()
571 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
593 for (i=0; i < cToUpdate.GetCount(); i++) in FixMethod()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/utils/ifacecheck/src/
H A Difacecheck.cpp213 interfaces.GetCount()); in Compare()
374 if (overloads.GetCount()==0) in CompareClasses()
384 if (overloads.GetCount()>1) in CompareClasses()
402 if (overloads.GetCount()>1) in CompareClasses()
527 if (realargs.GetCount() == doxygenargs.GetCount()) in FixMethod()
529 for (j=0; j<doxygenargs.GetCount(); j++) in FixMethod()
551 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
556 wxASSERT(i == toinsert.GetCount()-1); in FixMethod()
571 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
593 for (i=0; i < cToUpdate.GetCount(); i++) in FixMethod()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dtreectrltest.cpp68 CPPUNIT_TEST( GetCount );
91 void GetCount();
173 void TreeCtrlTestCase::GetCount() in GetCount() function in TreeCtrlTestCase
175 CPPUNIT_ASSERT_EQUAL(3, m_tree->GetCount()); in GetCount()
275 CPPUNIT_ASSERT_EQUAL(1, rclick.GetCount()); in ItemClick()
297 CHECK( deletechildren.GetCount() == 2 ); in DeleteChildren()
306 CHECK( deleteall.GetCount() == 4 ); in DeleteAllItems()
329 CPPUNIT_ASSERT_EQUAL(1, endedit.GetCount()); in LabelEdit()
342 CPPUNIT_ASSERT_EQUAL(6, keydown.GetCount()); in KeyDown()
421 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in SelectionChange()
[all …]
/dports/devel/upp/upp/uppsrc/ide/Builders/
H A DCppBuilder.cpp49 int soLen = soname.GetCount(); in GetSoname()
71 soPos = linkName.GetCount(); in GetSoLinkName()
171 for(int i = 0; i < inc.GetCount(); i++) in Cuprep()
204 if(path.GetCount() == 2) { in Cp()
257 for(int i = 0; i < x.GetCount(); i++) in ExtExclude()
258 for(int j = 0; j < e.GetCount(); j++) { in ExtExclude()
281 for(int i = 0; i < pkg.GetCount(); i++) in CustomStep()
304 for(int j = 0; j < e.GetCount(); j++) { in CustomStep()
341 for(int i = 0; i < out.GetCount(); i++) in CustomStep()
345 for(int i = 0; i < wspc.GetCount(); i++) { in CustomStep()
[all …]
/dports/devel/upp/upp/bazaar/Dispatcher/
H A DDispatcher.h30 void UnregisterAll() { while(src.GetCount()>0) Unregister(src[0]); } //will remove elements in UnregisterAll()
54 int GetCount() const { return dests.GetCount(); } in GetCount() function
60 void Clear() { while(dests.GetCount()>0) dests[0]->Unregister(*this); } in Clear()
101 int GetCount() const { return dests.GetCount(); } in GetCount() function
144 int GetCount() const { return dests.GetCount(); } in GetCount() function
169 int GetCount() const { return GetLinkCount(dests); } in GetCount() function
189 int GetCount() const { return GetLinkCount(dests); } in GetCount() function
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dmultiselectdlg.cpp76 for (size_t i = 0; i < items.GetCount(); ++i) in Init()
86 for (size_t i = 0; i < lst->GetCount(); ++i) in UpdateStatus()
100 for (size_t i = 0; i < lst->GetCount(); ++i) in GetSelectedStrings()
112 for (size_t i = 0; i < lst->GetCount(); ++i) in GetSelectedIndices()
126 for (size_t i = 0; i < lst->GetCount(); ++i) in SelectWildCard()
132 for (unsigned int x = 0; x < wilds.GetCount(); ++x) in SelectWildCard()
162 for (size_t i = 0; i < lst->GetCount(); ++i) in OnWildcard()
187 for (size_t i = 0; i < lst->GetCount(); ++i) in OnToggle()
196 for (size_t i = 0; i < lst->GetCount(); ++i) in OnSelectAll()
205 for (size_t i = 0; i < lst->GetCount(); ++i) in OnDeselectAll()
/dports/devel/upp/upp/uppsrc/ide/Android/
H A DAndroidSDK.cpp92 for(int i = 0; i < outputLines.GetCount(); i++) { in FindDevices()
97 for(int i = 1; i < lines.GetCount(); i++) { in FindDevices()
101 for(int j = 0; j < elements.GetCount(); j++) { in FindDevices()
108 if(element.GetCount() == 2) { in FindDevices()
135 for(int i = 0; i < lines.GetCount(); i++) { in FindVirtualDevices()
137 if(line.GetCount() == 2) { in FindVirtualDevices()
174 if(platforms.GetCount()) { in FindDefaultPlatform()
180 for(int i = 0; i < platforms.GetCount(); i++) { in FindDefaultPlatform()
194 if(releases.GetCount()) { in FindDefaultBuildToolsRelease()
197 for(int i = 0; i < releases.GetCount(); i++) { in FindDefaultBuildToolsRelease()
/dports/devel/upp/upp/bazaar/CypherTest/
H A DCypherTest.cpp32 if(hexAsciiKey.GetCount() != 32 && hexAsciiKey.GetCount() != 64 && cypherSwitch == 0) in onGo()
40 for(int i = 0; i < hexAsciiKey.GetCount()-1;) in onGo()
113 int len = s.GetCount(); in onGo()
121 len = s.GetCount(); in onGo()
136 int len = s.GetCount(); in onGo()
144 len = s.GetCount(); in onGo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dbookctrlbasetest.cpp129 CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); in ChangeEvents()
130 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in ChangeEvents()
136 CPPUNIT_ASSERT_EQUAL(0, changing.GetCount()); in ChangeEvents()
137 CPPUNIT_ASSERT_EQUAL(0, changed.GetCount()); in ChangeEvents()
141 CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); in ChangeEvents()
142 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in ChangeEvents()
148 CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); in ChangeEvents()
149 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in ChangeEvents()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/controls/
H A Dbookctrlbasetest.cpp129 CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); in ChangeEvents()
130 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in ChangeEvents()
136 CPPUNIT_ASSERT_EQUAL(0, changing.GetCount()); in ChangeEvents()
137 CPPUNIT_ASSERT_EQUAL(0, changed.GetCount()); in ChangeEvents()
141 CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); in ChangeEvents()
142 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in ChangeEvents()
148 CPPUNIT_ASSERT_EQUAL(1, changing.GetCount()); in ChangeEvents()
149 CPPUNIT_ASSERT_EQUAL(1, changed.GetCount()); in ChangeEvents()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/
H A Dwxsitemundobuffer.cpp44 if ( m_CurrentPos < GetCount()-1 ) in StoreChange()
46 m_Enteries.RemoveAt(m_CurrentPos+1,GetCount()-m_CurrentPos-1); in StoreChange()
52 int ToRemove = GetCount()-m_MaxEnteries; in StoreChange()
62 m_CurrentPos = GetCount()-1; in StoreChange()
73 if ( m_CurrentPos >= GetCount() - 1 ) return Empty; in Redo()

12345678910>>...412