Home
last modified time | relevance | path

Searched refs:GetCount (Results 251 – 275 of 10410) sorted by relevance

1...<<11121314151617181920>>...417

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/wince/
H A Dchecklst.cpp131 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(), in Create()
190 unsigned int n = GetCount(); in Clear()
200 wxCHECK_RET( n == GetCount(), in Clear()
204 unsigned int wxCheckListBox::GetCount() const in GetCount() function in wxCheckListBox
212 for (i = 0; (unsigned int)i < GetCount(); i++) in GetSelection()
225 for (i = 0; (unsigned int)i < GetCount(); i++) in GetSelections()
232 return aSelections.GetCount(); in GetSelections()
263 int n = (int)GetCount(); in DoAppend()
289 for( unsigned int i = 0; i < items.GetCount(); i++ ) in DoInsertItems()
324 ListView_SetItemCount( GetHwnd(), GetCount() + items.GetCount() ); in DoSetItems()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/wince/
H A Dchecklst.cpp131 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(), in Create()
190 unsigned int n = GetCount(); in Clear()
200 wxCHECK_RET( n == GetCount(), in Clear()
204 unsigned int wxCheckListBox::GetCount() const in GetCount() function in wxCheckListBox
212 for (i = 0; (unsigned int)i < GetCount(); i++) in GetSelection()
225 for (i = 0; (unsigned int)i < GetCount(); i++) in GetSelections()
232 return aSelections.GetCount(); in GetSelections()
263 int n = (int)GetCount(); in DoAppend()
289 for( unsigned int i = 0; i < items.GetCount(); i++ ) in DoInsertItems()
324 ListView_SetItemCount( GetHwnd(), GetCount() + items.GetCount() ); in DoSetItems()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/wince/
H A Dchecklst.cpp131 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(), in Create()
190 unsigned int n = GetCount(); in Clear()
200 wxCHECK_RET( n == GetCount(), in Clear()
204 unsigned int wxCheckListBox::GetCount() const in GetCount() function in wxCheckListBox
212 for (i = 0; (unsigned int)i < GetCount(); i++) in GetSelection()
225 for (i = 0; (unsigned int)i < GetCount(); i++) in GetSelections()
232 return aSelections.GetCount(); in GetSelections()
263 int n = (int)GetCount(); in DoAppend()
289 for( unsigned int i = 0; i < items.GetCount(); i++ ) in DoInsertItems()
324 ListView_SetItemCount( GetHwnd(), GetCount() + items.GetCount() ); in DoSetItems()
[all …]
/dports/devel/upp/upp/bazaar/FormEditor/
H A DFormProperties.cpp22 if (indexes.GetCount() == 1) in OpenObjectProperties()
31 if (indexes.GetCount() == 0) in OpenObjectProperties()
87 if (row < _Properties.GetCount()) in OnStartEdit()
134 if (prop.GetCount()) in Property()
144 if (prop.GetCount()) in Property()
154 if (prop.GetCount()) in Property()
165 if (prop.GetCount()) in Property()
177 if (prop.GetCount()) in Property()
187 if (prop.GetCount() < 2) return; in Property()
190 for (int i = 1; i < prop.GetCount(); ++i) in Property()
[all …]
/dports/devel/upp/upp/uppsrc/umk/
H A Dumake.cpp92 for(int i = 0; i < args.GetCount(); i++) {
146 for(int j = i + 1; j < args.GetCount(); j++)
158 if(param.GetCount() >= 2) {
166 for(int i = 0; i < h.GetCount(); i++)
195 if(!wspc.GetCount()) {
202 if(f.GetCount())
206 String m = 2 < param.GetCount() ? param[2] : "CLANG";
209 if(bp.GetCount() == 0) {
216 if(3 < param.GetCount()) {
248 b.Alloc(s.GetCount() + 1); in __anon4e2ecc5d0302()
[all …]
H A DExport.cpp14 for(int i = 0; i < wspc.GetCount(); i++) { in ExportProject()
17 for(int j = 0; j < p.GetCount(); j++) { in ExportProject()
23 for(int q = 0; q < d.GetCount(); q++) in ExportProject()
25 for(int q = 0; q < f.depends.GetCount(); q++) in ExportProject()
36 for(int i = 0; i < wspc.GetCount(); i++) in ExportProject()
39 for(int i = 0; i < upp.GetCount(); i++) { in ExportProject()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/libencryptmsg/src/lib/
H A Dmemory_stream.cpp76 buf.resize(buf.size() + stm.GetCount()); in AppendToBuffer()
77 std::copy_n(buf.begin(), buf.size() - stm.GetCount(), buf.begin() + stm.GetCount()); in AppendToBuffer()
78 stm.Read(buf.data(), stm.GetCount()); in AppendToBuffer()
84 buf.resize(prev_count + stm.GetCount()); in PushBackToBuffer()
85 stm.Read(buf.data() + prev_count, stm.GetCount()); in PushBackToBuffer()
102 return it + bytes2take - stm.GetCount(); in ReadLength()
150 size_t InBufferStream::GetCount() const in GetCount() function in EncryptMsg::InBufferStream
197 return GetCount() == 0U; in IsEOF()
218 size_t step_length = std::min(GetCount(), bytes2read); in Read()
/dports/devel/upp/upp/uppsrc/Sql/
H A DIntroSch.cpp94 for(int i = 0; i < t1.ref_table.GetCount(); i++) in Join()
97 for(int i = 0; i < t2.ref_table.GetCount(); i++) in Join()
114 for(int i = 0; i < sSchTableInfo().GetCount(); i++) in GetSchAll()
118 for(int j = 0; j < h.column.GetCount(); j++) { in GetSchAll()
132 for(int i = 0; i < sSchTableInfo().GetCount(); i++) in GetSchTables()
148 if(cache.GetCount() > 20000) // Defend against unlikely dynamic Join permutations in FindSchJoin()
156 for(int i = 0; i < s.GetCount(); i++) { in FindSchJoin()
158 if(ss.GetCount()) { in FindSchJoin()
163 if(table.GetCount() >= 2) { in FindSchJoin()
167 for(int i = 0; i < table.GetCount() - 1; i++) { in FindSchJoin()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Drecentitemslist.cpp42 for (size_t i = 0; i < m_list->GetCount(); ++i) in AddToHistory()
72 … return (m_list && id < m_list->GetCount()) ? m_list->GetHistoryFile(id) : wxString(wxEmptyString); in GetHistoryFile()
78 if (!m_list || id >= m_list->GetCount()) in AskToRemoveFileFromHistory()
108 while (m_list->GetCount()) in ClearHistory()
126 for (int i = (int)files.GetCount() - 1; i >= 0; --i) in Initialize()
141 for (unsigned int i = 0; i < m_list->GetCount(); ++i) in TerminateHistory()
160 if (m_list->GetCount() > 0) in BuildMenu()
163 for (size_t i = 0; i < m_list->GetCount(); ++i) in BuildMenu()
/dports/devel/upp/upp/uppsrc/TabBar/
H A DTabBarCtrl.cpp7 return InsertCtrl(GetCount(), ctrl, key, value, icon, group, make_active); in AddCtrl()
12 return InsertCtrl(GetCount(), ctrl, value, value, icon, group, make_active); in AddCtrl()
46 for (int i = 0; i < ctrls.GetCount(); ++i) in RemoveCtrl()
59 ASSERT(ix >= 0 && ix < ctrls.GetCount()); in GetCtrl()
83 ASSERT(ix < GetCount()); in SetCtrl()
89 for(int i = 0; i < ctrls.GetCount(); i++) in SetCtrl()
101 for (int i = 0; i < ctrls.GetCount(); i++) in CursorChanged()
/dports/devel/upp/upp/uppsrc/ide/
H A DSwaps.cpp40 for(int i = 0; i < nn.GetCount(); i++) { in SwapSIf()
45 if(!cref && n.GetCount() < 2) in SwapSIf()
46 for(int i = 0; i < nn.GetCount(); i++) in SwapSIf()
51 if(n.GetCount() == 0 || IsNull(editfile)) in SwapSIf()
57 for(i = 0; i < n.GetCount(); i++) { in SwapSIf()
64 CppItem m = *n[i % n.GetCount()]; in SwapSIf()
H A DErrors.cpp68 if(file.GetCount()) { in FindLineError()
244 if(error.GetCount()) { in SetErrorEditor()
273 if(hfile.GetCount()) in SetErrorEditor()
282 if(hfile.GetCount()) in SetErrorEditor()
301 if(h.GetCount() >= 4) in GoToError()
521 if(prenotes.GetCount()) { in ConsoleLine()
544 int cnt = error.GetCount(); in ConsoleLine()
552 int i = n.GetCount() - 1; in ConsoleLine()
588 if(cnt.GetCount()) in SyncErrorsMessage()
623 if(s.GetCount()) in CopyError()
[all …]
H A Dide.cpp77 if(!wspc.GetCount()) in AdjustMainConfig()
80 for(int i = 0; i < f.GetCount(); i++) in AdjustMainConfig()
83 if(f.GetCount()) { in AdjustMainConfig()
95 for(int j = 0; j < p.GetCount(); j++) in GetFirstFile()
220 if(wspc.GetCount() <= 0) return; in SyncMainConfigList()
222 for(int i = 0; i < f.GetCount(); i++) in SyncMainConfigList()
340 if(++tabi >= tablru.GetCount()) in CycleFiles()
342 if(tabi < tablru.GetCount()) { in CycleFiles()
451 if(i < 0 || i >= history.GetCount()) in IsHistDiff()
476 if(history.GetCount()) { in AddHistory()
[all …]
H A Dmain.cpp77 for(int i = 0; i < l.GetCount(); i++) in IsAssembly()
90 for(int i = 0; i < dir.GetCount(); i++) in StartEditorMode()
92 for(int i = 0; i < args.GetCount(); i++) { in StartEditorMode()
172 for(int i = 0; i < arg.GetCount(); i++)
178 for(int i = 0; i < arg.GetCount(); i++) {
182 for(++i; i < arg.GetCount(); i++) {
245 Ctrl::SetSkin(v[clamp(h.chstyle, 0, v.GetCount() - 1)].a);
254 if(arg.GetCount() == 1) {
257 int last = names.GetCount() - 1;
261 package.Remove(package.GetCount() - 4, 4);
[all …]
/dports/devel/upp/upp/uppsrc/ide/Debuggers/
H A DTerminal.cpp10 for(int i = 1; i < ps.GetCount(); i++) { in Do_ps()
12 if(ss.GetCount() >= 2) { in Do_ps()
46 for(int i = 0; i < tty.GetCount(); i++) in CreateDebugTTY()
62 if(sTTY.GetCount()) in KillDebugTTY()
71 if(sTTY.GetCount()) { in TTYQuit()
97 if(tty.GetCount()) in GdbCommand()
/dports/devel/upp/upp/uppsrc/Core/
H A DHttp.cpp152 if(postdata.GetCount()) in Post()
391 if(chunk_crlf.GetCount() < 2) in Do()
393 if(chunk_crlf.GetCount() < 2) in Do()
588 if(ctype.GetCount()) in StartRequest()
608 if(cs.GetCount()) in StartRequest()
673 if(data.GetCount() >= 3) { in ReadingHeader()
678 if(data.GetCount() > max_header_size) { in ReadingHeader()
802 if(s.GetCount()) { in ReadingBody()
805 z.Put(~s, s.GetCount()); in ReadingBody()
808 Out(~s, s.GetCount()); in ReadingBody()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/keybinder/
H A Dkeybinder.h487 for (int i=0; i < arr.GetCount(); i++) in DeepCopy()
496 if ( (not m_arr.GetCount()) || (not tocomp.m_arr.GetCount()) )
498 if ( m_arr.GetCount() != tocomp.m_arr.GetCount() )
511 int GetCount() const { return m_arr.GetCount(); } in GetCount() function
689 return m_arrCmd.GetCount(); in GetCmdCount()
864 int GetCount() const { return m_arr.GetCount(); } in GetCount() function
885 for (int i=0; i < p.GetCount(); i++) in DeepCopy()
896 if ( (not GetCount()) || (not tocomp.GetCount()) )
909 for (int i=0; i < GetCount(); i++) in Cleanup()
916 for (int i=0; i<GetCount(); i++) in UpdateAllCmd()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcsamrecords.cpp387 if( x->GetCount() < 1 ) continue; in ComputeScore()
390 case CTrBase::eEvent_Match: score += id * x->GetCount(); break; in ComputeScore()
391 case CTrBase::eEvent_Replaced: score += mm * x->GetCount(); break; in ComputeScore()
430 m_ccount = m_current->GetCount(); in GetFullCigar()
437 m_ccount = m_current->GetCount(); in GetFullCigar()
445 fullcigar.AppendItem( GetEvent(), GetCount() ); in GetFullCigar()
448 m_ccount = m_current->GetCount(); in GetFullCigar()
450 if( GetCount() == 0 && *m_mdptr == 0 ) return fullcigar; in GetFullCigar()
454 else if( count >= GetCount() ) { in GetFullCigar()
455 count -= GetCount(); in GetFullCigar()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc75 EXPECT_EQ(dict.GetCount(), 3u); in TEST()
98 EXPECT_EQ(2u, map.GetCount()); in TEST()
102 EXPECT_EQ(2u, map_copy.GetCount()); in TEST()
112 EXPECT_EQ(2u, map_assign.GetCount()); in TEST()
234 EXPECT_EQ(3u, map.GetCount()); in TEST()
241 EXPECT_EQ(2u, map.GetCount()); in TEST()
245 EXPECT_EQ(2u, map.GetCount()); in TEST()
249 EXPECT_EQ(1u, map.GetCount()); in TEST()
275 EXPECT_EQ(3u, deserialized.GetCount()); in TEST()
287 EXPECT_EQ(2u, map.GetCount()); in TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc75 EXPECT_EQ(dict.GetCount(), 3u); in TEST()
98 EXPECT_EQ(2u, map.GetCount()); in TEST()
102 EXPECT_EQ(2u, map_copy.GetCount()); in TEST()
112 EXPECT_EQ(2u, map_assign.GetCount()); in TEST()
234 EXPECT_EQ(3u, map.GetCount()); in TEST()
241 EXPECT_EQ(2u, map.GetCount()); in TEST()
245 EXPECT_EQ(2u, map.GetCount()); in TEST()
249 EXPECT_EQ(1u, map.GetCount()); in TEST()
275 EXPECT_EQ(3u, deserialized.GetCount()); in TEST()
287 EXPECT_EQ(2u, map.GetCount()); in TEST()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dwindowtest.cpp111 CPPUNIT_ASSERT_EQUAL(2, show.GetCount()); in ShowHideEvent()
130 CPPUNIT_ASSERT_EQUAL(5, keydown.GetCount()); in KeyEvent()
131 CPPUNIT_ASSERT_EQUAL(5, keyup.GetCount()); in KeyEvent()
132 CPPUNIT_ASSERT_EQUAL(4, keychar.GetCount()); in KeyEvent()
144 CPPUNIT_ASSERT_EQUAL(1, setfocus.GetCount()); in FocusEvent()
151 CPPUNIT_ASSERT_EQUAL(1, killfocus.GetCount()); in FocusEvent()
257 CPPUNIT_ASSERT_EQUAL(0, m_window->GetChildren().GetCount()); in Children()
261 CPPUNIT_ASSERT_EQUAL(1, m_window->GetChildren().GetCount()); in Children()
265 CPPUNIT_ASSERT_EQUAL(0, m_window->GetChildren().GetCount()); in Children()
272 CPPUNIT_ASSERT_EQUAL(1, m_window->GetChildren().GetCount()); in Children()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc75 EXPECT_EQ(dict.GetCount(), 3u); in TEST()
98 EXPECT_EQ(2u, map.GetCount()); in TEST()
102 EXPECT_EQ(2u, map_copy.GetCount()); in TEST()
112 EXPECT_EQ(2u, map_assign.GetCount()); in TEST()
234 EXPECT_EQ(3u, map.GetCount()); in TEST()
241 EXPECT_EQ(2u, map.GetCount()); in TEST()
245 EXPECT_EQ(2u, map.GetCount()); in TEST()
249 EXPECT_EQ(1u, map.GetCount()); in TEST()
275 EXPECT_EQ(3u, deserialized.GetCount()); in TEST()
287 EXPECT_EQ(2u, map.GetCount()); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc75 EXPECT_EQ(dict.GetCount(), 3u); in TEST()
98 EXPECT_EQ(2u, map.GetCount()); in TEST()
102 EXPECT_EQ(2u, map_copy.GetCount()); in TEST()
112 EXPECT_EQ(2u, map_assign.GetCount()); in TEST()
234 EXPECT_EQ(3u, map.GetCount()); in TEST()
241 EXPECT_EQ(2u, map.GetCount()); in TEST()
245 EXPECT_EQ(2u, map.GetCount()); in TEST()
249 EXPECT_EQ(1u, map.GetCount()); in TEST()
275 EXPECT_EQ(3u, deserialized.GetCount()); in TEST()
287 EXPECT_EQ(2u, map.GetCount()); in TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc75 EXPECT_EQ(dict.GetCount(), 3u); in TEST()
98 EXPECT_EQ(2u, map.GetCount()); in TEST()
102 EXPECT_EQ(2u, map_copy.GetCount()); in TEST()
112 EXPECT_EQ(2u, map_assign.GetCount()); in TEST()
234 EXPECT_EQ(3u, map.GetCount()); in TEST()
241 EXPECT_EQ(2u, map.GetCount()); in TEST()
245 EXPECT_EQ(2u, map.GetCount()); in TEST()
249 EXPECT_EQ(1u, map.GetCount()); in TEST()
275 EXPECT_EQ(3u, deserialized.GetCount()); in TEST()
287 EXPECT_EQ(2u, map.GetCount()); in TEST()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/controls/
H A Dwindowtest.cpp111 CPPUNIT_ASSERT_EQUAL(2, show.GetCount()); in ShowHideEvent()
130 CPPUNIT_ASSERT_EQUAL(5, keydown.GetCount()); in KeyEvent()
131 CPPUNIT_ASSERT_EQUAL(5, keyup.GetCount()); in KeyEvent()
132 CPPUNIT_ASSERT_EQUAL(4, keychar.GetCount()); in KeyEvent()
144 CPPUNIT_ASSERT_EQUAL(1, setfocus.GetCount()); in FocusEvent()
151 CPPUNIT_ASSERT_EQUAL(1, killfocus.GetCount()); in FocusEvent()
257 CPPUNIT_ASSERT_EQUAL(0, m_window->GetChildren().GetCount()); in Children()
261 CPPUNIT_ASSERT_EQUAL(1, m_window->GetChildren().GetCount()); in Children()
265 CPPUNIT_ASSERT_EQUAL(0, m_window->GetChildren().GetCount()); in Children()
272 CPPUNIT_ASSERT_EQUAL(1, m_window->GetChildren().GetCount()); in Children()
[all …]

1...<<11121314151617181920>>...417