Searched refs:GetCount (Results 1 - 25 of 105) sorted by relevance

12345

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set_unittest.cc60 ASSERT_EQ(0, set.GetCount());
69 ASSERT_EQ(1, set.GetCount());
78 ASSERT_EQ(1, set.GetCount());
87 ASSERT_EQ(2, set.GetCount());
96 ASSERT_EQ(2, set.GetCount());
105 ASSERT_EQ(10, set.GetCount());
114 ASSERT_EQ(5, set.GetCount());
122 ASSERT_EQ(11, set1.GetCount());
128 ASSERT_EQ(9, set2.GetCount());
131 ASSERT_EQ(4, set1.GetCount());
[all...]
/external/lldb/source/DataFormatters/
H A DTypeCategory.cpp161 TypeCategoryImpl::GetCount (FormatCategoryItems items) function in class:TypeCategoryImpl
165 count += m_summary_nav->GetCount();
167 count += m_regex_summary_nav->GetCount();
169 count += m_filter_nav->GetCount();
171 count += m_regex_filter_nav->GetCount();
174 count += m_synth_nav->GetCount();
176 count += m_regex_synth_nav->GetCount();
321 if (index < m_summary_nav->GetCount())
324 return m_regex_summary_nav->GetTypeNameSpecifierAtIndex(index-m_summary_nav->GetCount());
330 if (index < m_summary_nav->GetCount())
[all...]
H A DDataVisualization.cpp84 DataVisualization::ValueFormats::GetCount () function in class:DataVisualization::ValueFormats
86 return GetFormatManager().GetValueNavigator().GetCount();
234 DataVisualization::Categories::GetCount () function in class:DataVisualization::Categories
276 DataVisualization::NamedSummaryFormats::GetCount () function in class:DataVisualization::NamedSummaryFormats
278 return GetFormatManager().GetNamedSummaryNavigator().GetCount();
H A DTypeSynthetic.cpp42 for (size_t i = 0; i < GetCount(); i++)
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.h32 CFIndex GetCount() const;
H A DCFCMutableArray.h26 CFIndex GetCount() const;
H A DCFCMutableArray.cpp49 CFCMutableArray::GetCount() const function in class:CFCMutableArray
71 return ::CFArrayGetCountOfValue (array, CFRangeMake(0, GetCount()), value);
H A DCFCMutableSet.cpp53 CFCMutableSet::GetCount() const function in class:CFCMutableSet
/external/skia/tests/
H A DSmallAllocatorTest.cpp22 static int GetCount() { return kCount; } function in class:CountingClass
36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1));
39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0);
H A DLayerRasterizerTest.cpp34 static int GetCount() { return gCount; } function in class:DummyRasterizer
55 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1);
60 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 0);
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc75 EXPECT_EQ(dict.GetCount(), 3u);
98 EXPECT_EQ(2u, map.GetCount());
102 EXPECT_EQ(2u, map_copy.GetCount());
112 EXPECT_EQ(2u, map_assign.GetCount());
234 EXPECT_EQ(3u, map.GetCount());
241 EXPECT_EQ(2u, map.GetCount());
245 EXPECT_EQ(2u, map.GetCount());
249 EXPECT_EQ(1u, map.GetCount());
275 EXPECT_EQ(3u, deserialized.GetCount());
287 EXPECT_EQ(2u, map.GetCount());
[all...]
/external/lldb/tools/lldb-perf/lib/
H A DMetric.cpp38 Metric<T>::GetCount () const function in class:Metric
57 return GetSum()/GetCount();
H A DMetric.h41 GetCount () const;
/external/lldb/include/lldb/DataFormatters/
H A DDataVisualization.h61 GetCount ();
122 GetCount ();
164 GetCount ();
H A DTypeSynthetic.h299 GetCount() const function in class:lldb_private::TypeFilterImpl
334 if (i >= GetCount())
378 return filter->GetCount();
384 if (idx >= filter->GetCount())
395 return filter->GetCount() > 0;
402 for (size_t i = 0; i < filter->GetCount(); i++)
/external/google-breakpad/src/processor/
H A Dstatic_range_map.h82 inline int GetCount() const { return map_.size(); } function in class:google_breakpad::StaticRangeMap
H A Dstatic_range_map-inl.h109 if (index >= GetCount()) {
110 BPLOG(ERROR) << "Index out of range: " << index << "/" << GetCount();
H A Drange_map-inl.h184 if (index >= GetCount()) {
185 BPLOG(ERROR) << "Index out of range: " << index << "/" << GetCount();
206 int RangeMap<AddressType, EntryType>::GetCount() const { function in class:google_breakpad::RangeMap
H A Dbasic_code_modules.cc86 return map_->GetCount();
H A Drange_map.h91 int GetCount() const;
H A Drange_map_unittest.cc274 int object_count = range_map->GetCount();
343 int object_count = range_map->GetCount();
496 if (range_map->GetCount() != stored_count) {
497 fprintf(stderr, "FAILED: stored object count doesn't match GetCount, "
499 stored_count, range_map->GetCount());
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp15 FX_DWORD dwCount = ((CPDF_Array*)pObject)->GetCount();
37 FX_DWORD dwCount = ((CPDF_Array*)pIntent)->GetCount();
67 FX_INT32 iCount = pConfigs->GetCount();
127 FX_INT32 iCount = pArray->GetCount();
198 FX_INT32 iCount = pExpression->GetCount();
263 FX_INT32 iCount = ((CPDF_Array*)pOCGObj)->GetCount();
H A Ddoc_tagged.cpp71 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
91 dwKids = ((CPDF_Array*)pKids)->GetCount();
113 for (i = 0; i < pParentArray->GetCount(); i ++) {
179 for (i = 0; i < pTopKids->GetCount(); i ++) {
246 m_Kids.SetSize(pArray->GetCount());
247 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
330 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
378 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) {
401 if (subindex >= (int)pArray->GetCount()) {
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp133 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)
145 return nSelCount != m_OriginSelections.GetCount();
181 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)
255 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)
/external/lldb/source/API/
H A DSBTypeCategory.cpp90 return DataVisualization::ValueFormats::GetCount();
98 return m_opaque_sp->GetSummaryNavigator()->GetCount() + m_opaque_sp->GetRegexSummaryNavigator()->GetCount();
106 return m_opaque_sp->GetFilterNavigator()->GetCount() + m_opaque_sp->GetRegexFilterNavigator()->GetCount();
115 return m_opaque_sp->GetSyntheticNavigator()->GetCount() + m_opaque_sp->GetRegexSyntheticNavigator()->GetCount();

Completed in 488 milliseconds

12345