Home
last modified time | relevance | path

Searched refs:GetCount (Results 26 – 50 of 6954) sorted by relevance

12345678910>>...279

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/crash/core/common/
H A Dcrash_key_breakpad_unittest.cc68 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
72 ASSERT_EQ(1u, storage()->GetCount()); in TEST_F()
77 ASSERT_EQ(1u, storage()->GetCount()); in TEST_F()
83 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
93 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
97 ASSERT_EQ(4u, storage()->GetCount()); in TEST_F()
113 ASSERT_EQ(2u, storage()->GetCount()); in TEST_F()
122 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
129 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
133 ASSERT_EQ(2u, storage()->GetCount()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/crash/core/common/
H A Dcrash_key_breakpad_unittest.cc68 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
72 ASSERT_EQ(1u, storage()->GetCount()); in TEST_F()
77 ASSERT_EQ(1u, storage()->GetCount()); in TEST_F()
83 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
93 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
97 ASSERT_EQ(4u, storage()->GetCount()); in TEST_F()
113 ASSERT_EQ(2u, storage()->GetCount()); in TEST_F()
122 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
129 EXPECT_EQ(0u, storage()->GetCount()); in TEST_F()
133 ASSERT_EQ(2u, storage()->GetCount()); in TEST_F()
[all …]
/dports/devel/upp/upp/uppsrc/CppBase/
H A DExpression.cpp149 if(m.tparam.GetCount()) { in ResolveReturnType()
200 while(i < t.GetCount() && i < tt.GetCount()) { in AddTParams()
211 while(i < t.GetCount()) { in AddTParams()
232 int c0 = typeset.GetCount(); in ExpressionType()
317 if(ii >= xp.GetCount()) { in ExpressionType()
382 if(typeset.GetCount() == c0 && type.GetCount()) { // try to find id in type - Class::Method case in ExpressionType()
406 if(typeset.GetCount() != c0) in ExpressionType()
427 if(xp.GetCount() == 0) in ExpressionType()
441 if(context_type.GetCount()) { in ExpressionType()
443 if(typeset.GetCount()) in ExpressionType()
[all …]
/dports/devel/upp/upp/bazaar/Form/
H A DIniConfig.hpp11 if (!text.GetCount()) return; in ReplaceString()
12 if (!fstr.GetCount()) return; in ReplaceString()
21 text.Remove(pos, fstr.GetCount()); in ReplaceString()
24 pos += istr.GetCount(); in ReplaceString()
60 for (int i = 0; i < text.GetCount(); ++i) in SetFilter()
62 for (int j = 0; j < f[1].GetCount(); ++j) in SetFilter()
68 for (int j = 0; j < f[0].GetCount(); ++j) in SetFilter()
126 else if (Text.GetCount()) in GetText()
131 t = Text.Mid(1, Text.GetCount()-2); in GetText()
365 for (int i = 0; i < a.GetCount(); ++i) in SetArray()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/base/
H A Dlegacymetrics_histogram_flattener_unittest.cc18 int64_t GetCount(int64_t value, const std::vector<HistogramBucket>& buckets) { in GetCount() function
60 GetCount(0, LookupHistogram(kBooleanHistogram, deltas)->buckets())); in TEST_F()
62 GetCount(1, LookupHistogram(kBooleanHistogram, deltas)->buckets())); in TEST_F()
76 1, GetCount(i, LookupHistogram(kLinearHistogram, deltas)->buckets())); in TEST_F()
93 GetCount(i, LookupHistogram(kPercentageHistogram, deltas)->buckets())); in TEST_F()
116 1, GetCount(APPLE, LookupHistogram(kEnumHistogram, deltas)->buckets())); in TEST_F()
118 3, GetCount(BANANA, LookupHistogram(kEnumHistogram, deltas)->buckets())); in TEST_F()
120 GetCount(PEAR, LookupHistogram(kEnumHistogram, deltas)->buckets())); in TEST_F()
128 1, GetCount(20, LookupHistogram(kHistogramCount1M, deltas)->buckets())); in TEST_F()
144 1, GetCount(20, LookupHistogram(kHistogramCount1M, deltas)->buckets())); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/base/
H A Dlegacymetrics_histogram_flattener_unittest.cc18 int64_t GetCount(int64_t value, const std::vector<HistogramBucket>& buckets) { in GetCount() function
60 GetCount(0, LookupHistogram(kBooleanHistogram, deltas)->buckets())); in TEST_F()
62 GetCount(1, LookupHistogram(kBooleanHistogram, deltas)->buckets())); in TEST_F()
76 1, GetCount(i, LookupHistogram(kLinearHistogram, deltas)->buckets())); in TEST_F()
93 GetCount(i, LookupHistogram(kPercentageHistogram, deltas)->buckets())); in TEST_F()
116 1, GetCount(APPLE, LookupHistogram(kEnumHistogram, deltas)->buckets())); in TEST_F()
118 3, GetCount(BANANA, LookupHistogram(kEnumHistogram, deltas)->buckets())); in TEST_F()
120 GetCount(PEAR, LookupHistogram(kEnumHistogram, deltas)->buckets())); in TEST_F()
128 1, GetCount(20, LookupHistogram(kHistogramCount1M, deltas)->buckets())); in TEST_F()
144 1, GetCount(20, LookupHistogram(kHistogramCount1M, deltas)->buckets())); in TEST_F()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Drange.cpp125 int count = m_ranges.GetCount(); in Index()
159 int count = m_ranges.GetCount(); in NearestIndex()
199 int i, count = m_ranges.GetCount(); in DeselectRange()
233 int i, count = m_ranges.GetCount(); in SelectRange()
267 count = m_ranges.GetCount(); in SelectRange()
300 int i, count = m_ranges.GetCount(); in BoundRanges()
424 int count = m_ranges.GetCount(); in Index()
465 register int count = m_ranges.GetCount(); in NearestIndex()
499 int i, count = m_ranges.GetCount(); in SelectRange()
565 int i, count = m_ranges.GetCount(); in DeselectRange()
[all …]
/dports/devel/upp/upp/tutorial/CoreTutorial/
H A DTutorial.cpp36 if(docblock.GetCount() == 0) in FlushDoc()
93 if(lbl.GetCount()) in FlushDoc()
100 if(log.GetCount() == 0) in FlushLog()
111 while(code.GetCount() && TrimBoth(code[0]).GetCount() == 0) in FlushCode()
113 while(code.GetCount() && TrimBoth(code.Top()).GetCount() == 0) in FlushCode()
118 if(l.GetCount() && *l != '\t') { in FlushCode()
124 if(l.GetCount()) in FlushCode()
127 if(code.GetCount() == 0) in FlushCode()
156 if(path.GetCount()) in MakeTutorial()
170 while(i < src.GetCount()) { in MakeTutorial()
[all …]
/dports/devel/upp/upp/bazaar/SysExec/
H A DArgEnv.cpp107 for(int i = 0; i < args.GetCount(); i++) in BuildArgs()
108 buflen += args[i].GetCount() + 1; in BuildArgs()
109 buflen += (args.GetCount() + 1) * sizeof(char *); in BuildArgs()
117 char *bufpos = (char *)(buf + args.GetCount() + 1); in BuildArgs()
119 while (i < args.GetCount()) in BuildArgs()
124 bufpos += s.GetCount() + 1 ; in BuildArgs()
141 for (int i = 0; i < env.GetCount(); i++) in BuildEnv()
142 envSize += env.GetKey(i).GetCount() + env[i].GetCount() + 2 + sizeof(char *); in BuildEnv()
150 char *bufpos = (char *)(buf + env.GetCount() + 1); in BuildEnv()
152 while (i < env.GetCount()) in BuildEnv()
[all …]
/dports/devel/upp/upp/uppsrc/PdfDraw/
H A DTTFSubset.cpp8 const byte *lim = s + (data.GetCount() & ~3); in sCheckSum()
35 ASSERT(m.name.GetCount() == 4); in Add()
45 while(i <= t.GetCount()) { in CreateHeader()
50 out.Put16(t.GetCount()); in CreateHeader()
54 int offset = 16 * t.GetCount() + 12; in CreateHeader()
55 for(int i = 0; i < t.GetCount(); i++) { in CreateHeader()
69 ASSERT(chars.GetCount() + first < 256); in Subset()
88 cmap.Put8(glyph.GetCount()); in Subset()
104 if(gi >= glyphinfo.GetCount()) in Subset()
150 nmaxp.numGlyphs = glyph.GetCount(); in Subset()
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A DCoSort.h97 ASSERT(r.GetCount() == r2.GetCount()); in CoIndexSort()
117 ASSERT(r.GetCount() == r2.GetCount()); in CoStableIndexSort()
137 ASSERT(r.GetCount() == r2.GetCount()); in CoIndexSort2()
138 ASSERT(r.GetCount() == r3.GetCount()); in CoIndexSort2()
159 ASSERT(r.GetCount() == r2.GetCount()); in CoStableIndexSort2()
160 ASSERT(r.GetCount() == r3.GetCount()); in CoStableIndexSort2()
181 ASSERT(r.GetCount() == r2.GetCount()); in CoIndexSort3()
182 ASSERT(r.GetCount() == r3.GetCount()); in CoIndexSort3()
183 ASSERT(r.GetCount() == r4.GetCount()); in CoIndexSort3()
205 ASSERT(r.GetCount() == r2.GetCount()); in CoStableIndexSort3()
[all …]
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dlaylib.cpp12 if(s.GetCount() != 3) in Make()
115 if(!e.GetCount()) in GetOptFlag()
172 if(e.GetCount() == 1) in SIC_StdFont()
201 if(e.GetCount() < 1 || e.GetCount() > 2) in SIC_GetTextSize()
206 if(e.GetCount() > 1) in SIC_GetTextSize()
213 if(e.GetCount() < 1 || e.GetCount() > 2) in SIC_GetSmartTextSize()
219 if(e.GetCount() > 1) in SIC_GetSmartTextSize()
341 if(e.GetCount() < 3 || e.GetCount() > 6) in DrawText()
372 if(e.GetCount() < 3 || e.GetCount() > 7) in DrawSmartText()
401 if(e.GetCount() < 5 || e.GetCount() > 6) in DrawQtf()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart/src/
H A Dpoints.cpp133 size_t num = m_vPoints.GetCount(); in GetPoint()
151 size_t num = m_vPoints.GetCount(); in GetName()
169 size_t num = m_vPoints.GetCount(); in GetXVal()
188 size_t num = m_vPoints.GetCount(); in GetYVal()
206 size_t num = m_vPoints.GetCount(); in GetColor()
220 size_t wxPoints::GetCount() const in GetCount() function in wxPoints
222 return m_vPoints.GetCount(); in GetCount()
233 int n = GetCount(); in GetMaxX()
249 int n = GetCount(); in GetMinX()
268 iLoop < GetCount(); in GetMaxY()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dctranscript.hpp60 unsigned ncnt = count + GetCount(); in AddCount()
77 int GetCount() const { return m_count; } in GetCount() function in CTrItemPacked
93 return out << ti.GetCount() << ti.GetCigar(); in operator <<()
120 if( tt.GetCount() == 0 ) return *this; in AppendItem()
123 …for( ; (unsigned)tt.GetCount() > GetMaxItemCount() ; tt = TT( tt, tt.GetCount() - GetMaxItemCount(… in AppendItem()
125 if( tt.GetCount() ) push_back( T( tt ) ); in AppendItem()
171 case eEvent_Replaced: qlen += iter->GetCount(); slen += iter->GetCount(); break; in ComputeLengths()
200 if( i->GetCount() ) o << i->GetCount() << i->GetCigar(); in Print()
342 if( v.GetCount() ) { in AppendItem()
412 if( i->GetCount() ) o << i->GetCount() << i->GetCigar(); in Print()
[all …]
/dports/devel/upp/upp/bazaar/Surface/
H A DSurface.cpp241 if (ids.GetCount() == 4) in DetectTriBiP()
243 else if (ids.GetCount() == 3) { in DetectTriBiP()
544 numUnprocessed = panels.GetCount() - panelProcessed.GetCount(); in ReorientPanels0()
722 segments.GetCount(), segWaterlevel.GetCount(), in Heal()
723 segTo1panel.GetCount(), segTo3panel.GetCount()); in Heal()
1272 int num = nodes.GetCount(); in Join()
1326 int nnodes = nodes.GetCount(); in DeployXSymmetry()
1346 int nnodes = nodes.GetCount(); in DeployYSymmetry()
1416 if (points.GetCount() < 2) in AddRevolution()
1540 ASSERT(bound.GetCount() >= 2); in AddPolygonalPanel()
[all …]
/dports/devel/tokamak/tokamak_release/tokamaksrc/src/
H A Dperfwin32.cpp177 f32 nePerformanceData::GetCount() in GetCount() function in nePerformanceData
232 dynamic += GetCount(); in UpdateDynamic()
236 position += GetCount(); in UpdatePosition()
240 constrain_1 += GetCount(); in UpdateConstrain1()
244 constrain_2 += GetCount(); in UpdateConstrain2()
248 cd += GetCount(); in UpdateCD()
252 cdCulling += GetCount(); in UpdateCDCulling()
256 terrain += GetCount(); in UpdateTerrain()
260 controllerCallback += GetCount(); in UpdateControllerCallback()
264 terrainCulling += GetCount(); in UpdateTerrainCulling()
/dports/devel/upp/upp/uppsrc/ide/Android/
H A DAndroid.cpp28 int longestVersionCount = longestVersion.GetCount(); in NormalizeVersions()
29 for(int i = 0; i < versions.GetCount(); i++) { in NormalizeVersions()
30 int diff = longestVersionCount - versions[i].GetCount(); in NormalizeVersions()
46 for(int i = 0; i < versions.GetCount(); i++) { in RemoveVersionsNormalization()
62 for(int i = 0; i < versions.GetCount(); i++) { in FindVersionsPrefix()
70 if(currentPrefix.IsEmpty() || left.GetCount() < currentPrefix.GetCount()) in FindVersionsPrefix()
86 for(int i = 0; i < versions.GetCount(); i++) { in FindLongestVersion()
88 if(current.GetCount() > longest.GetCount()) in FindLongestVersion()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dfilegroupsandmasks.cpp28 if (m_Groups.GetCount() == 0) in FilesGroupsAndMasks()
97 for (unsigned int i = 0; i < list.GetCount(); ++i) in Load()
110 for (unsigned int i = 0; i < m_Groups.GetCount(); ++i) in Save()
140 return m_Groups.GetCount() - 1; in AddGroup()
145 if (group >= m_Groups.GetCount()) in RenameGroup()
154 if (group >= m_Groups.GetCount()) in DeleteGroup()
164 if (group >= m_Groups.GetCount()) in SetFileMasks()
174 return m_Groups.GetCount(); in GetGroupsCount()
179 if (group >= m_Groups.GetCount()) in GetGroupName()
187 if (group >= m_Groups.GetCount()) in GetFileMasks()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Druntime_call_stats_test.cc48 EXPECT_EQ(0ul, counter.GetCount()); in TEST_F()
91 EXPECT_EQ(0ul, counter->GetCount()); in TEST_F()
93 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
173 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
178 EXPECT_EQ(2ul, counter->GetCount()); in TEST_F()
197 EXPECT_EQ(6ul, counter->GetCount()); in TEST_F()
252 EXPECT_EQ(0ul, counter->GetCount()); in TEST_F()
266 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
280 EXPECT_EQ(0ul, counter->GetCount()); in TEST_F()
294 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Druntime_call_stats_test.cc48 EXPECT_EQ(0ul, counter.GetCount()); in TEST_F()
91 EXPECT_EQ(0ul, counter->GetCount()); in TEST_F()
93 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
173 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
178 EXPECT_EQ(2ul, counter->GetCount()); in TEST_F()
197 EXPECT_EQ(6ul, counter->GetCount()); in TEST_F()
252 EXPECT_EQ(0ul, counter->GetCount()); in TEST_F()
266 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
280 EXPECT_EQ(0ul, counter->GetCount()); in TEST_F()
294 EXPECT_EQ(1ul, counter->GetCount()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc52 EXPECT_EQ(3u, dict.GetCount()); in TEST()
176 EXPECT_EQ(3u, dict.GetCount()); in TEST()
183 EXPECT_EQ(2u, dict.GetCount()); in TEST()
187 EXPECT_EQ(2u, dict.GetCount()); in TEST()
191 EXPECT_EQ(1u, dict.GetCount()); in TEST()
201 EXPECT_EQ(2u, dict.GetCount()); in TEST()
211 EXPECT_EQ(0u, dict.GetCount()); in TEST()
239 EXPECT_EQ(0u, dict.GetCount()); in TEST()
268 EXPECT_EQ(0u, dict.GetCount()); in TEST()
282 EXPECT_EQ(1u, dict.GetCount()); in TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc52 EXPECT_EQ(3u, dict.GetCount()); in TEST()
176 EXPECT_EQ(3u, dict.GetCount()); in TEST()
183 EXPECT_EQ(2u, dict.GetCount()); in TEST()
187 EXPECT_EQ(2u, dict.GetCount()); in TEST()
191 EXPECT_EQ(1u, dict.GetCount()); in TEST()
201 EXPECT_EQ(2u, dict.GetCount()); in TEST()
211 EXPECT_EQ(0u, dict.GetCount()); in TEST()
239 EXPECT_EQ(0u, dict.GetCount()); in TEST()
268 EXPECT_EQ(0u, dict.GetCount()); in TEST()
282 EXPECT_EQ(1u, dict.GetCount()); in TEST()
[all …]
/dports/devel/upp/upp/uppsrc/TextDiffCtrl/
H A Dpatch.cpp76 if(h.GetCount() == 0) in Load()
79 for(int i = 1; i < h.GetCount(); i++) in Load()
83 if(common_path.GetCount()) in Load()
84 for(int i = 0; i < h.GetCount(); i++) in Load()
118 if(dir.GetCount()) in MatchFiles()
120 while(com_path.GetCount()) { in MatchFiles()
122 while(d.GetCount() > 3) { in MatchFiles()
175 for(int i = 0; i < chs.GetCount(); i++) { in GetPatchedFile()
203 for(int i = 0; i < ch_pos.GetCount(); i++) { in GetPatchedFile()
205 lines.Remove(ch_pos[i], ch.orig.GetCount()); in GetPatchedFile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc52 EXPECT_EQ(3u, dict.GetCount()); in TEST()
176 EXPECT_EQ(3u, dict.GetCount()); in TEST()
183 EXPECT_EQ(2u, dict.GetCount()); in TEST()
187 EXPECT_EQ(2u, dict.GetCount()); in TEST()
191 EXPECT_EQ(1u, dict.GetCount()); in TEST()
201 EXPECT_EQ(2u, dict.GetCount()); in TEST()
211 EXPECT_EQ(0u, dict.GetCount()); in TEST()
239 EXPECT_EQ(0u, dict.GetCount()); in TEST()
268 EXPECT_EQ(0u, dict.GetCount()); in TEST()
282 EXPECT_EQ(1u, dict.GetCount()); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc52 EXPECT_EQ(3u, dict.GetCount()); in TEST()
176 EXPECT_EQ(3u, dict.GetCount()); in TEST()
183 EXPECT_EQ(2u, dict.GetCount()); in TEST()
187 EXPECT_EQ(2u, dict.GetCount()); in TEST()
191 EXPECT_EQ(1u, dict.GetCount()); in TEST()
201 EXPECT_EQ(2u, dict.GetCount()); in TEST()
211 EXPECT_EQ(0u, dict.GetCount()); in TEST()
239 EXPECT_EQ(0u, dict.GetCount()); in TEST()
268 EXPECT_EQ(0u, dict.GetCount()); in TEST()
282 EXPECT_EQ(1u, dict.GetCount()); in TEST()
[all …]

12345678910>>...279