/external/google-breakpad/src/client/linux/minidump_writer/ |
D | cpu_set_unittest.cc | 60 ASSERT_EQ(0, set.GetCount()); in TEST() 69 ASSERT_EQ(1, set.GetCount()); in TEST() 78 ASSERT_EQ(1, set.GetCount()); in TEST() 87 ASSERT_EQ(2, set.GetCount()); in TEST() 96 ASSERT_EQ(2, set.GetCount()); in TEST() 105 ASSERT_EQ(10, set.GetCount()); in TEST() 114 ASSERT_EQ(5, set.GetCount()); in TEST() 122 ASSERT_EQ(11, set1.GetCount()); in TEST() 128 ASSERT_EQ(9, set2.GetCount()); in TEST() 131 ASSERT_EQ(4, set1.GetCount()); in TEST() [all …]
|
/external/lldb/source/DataFormatters/ |
D | TypeCategory.cpp | 161 TypeCategoryImpl::GetCount (FormatCategoryItems items) in GetCount() function in TypeCategoryImpl 165 count += m_summary_nav->GetCount(); in GetCount() 167 count += m_regex_summary_nav->GetCount(); in GetCount() 169 count += m_filter_nav->GetCount(); in GetCount() 171 count += m_regex_filter_nav->GetCount(); in GetCount() 174 count += m_synth_nav->GetCount(); in GetCount() 176 count += m_regex_synth_nav->GetCount(); in GetCount() 321 if (index < m_summary_nav->GetCount()) in GetTypeNameSpecifierForSummaryAtIndex() 324 return m_regex_summary_nav->GetTypeNameSpecifierAtIndex(index-m_summary_nav->GetCount()); in GetTypeNameSpecifierForSummaryAtIndex() 330 if (index < m_summary_nav->GetCount()) in GetSummaryAtIndex() [all …]
|
D | DataVisualization.cpp | 84 DataVisualization::ValueFormats::GetCount () in GetCount() function in DataVisualization::ValueFormats 86 return GetFormatManager().GetValueNavigator().GetCount(); in GetCount() 234 DataVisualization::Categories::GetCount () in GetCount() function in DataVisualization::Categories 276 DataVisualization::NamedSummaryFormats::GetCount () in GetCount() function in DataVisualization::NamedSummaryFormats 278 return GetFormatManager().GetNamedSummaryNavigator().GetCount(); in GetCount()
|
/external/google-breakpad/src/common/ |
D | simple_string_dictionary_unittest.cc | 75 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 …]
|
/external/skia/tests/ |
D | SmallAllocatorTest.cpp | 22 static int GetCount() { return kCount; } in GetCount() function in CountingClass 36 REPORTER_ASSERT(reporter, CountingClass::GetCount() == static_cast<int>(i+1)); in test_allocator() 39 REPORTER_ASSERT(reporter, CountingClass::GetCount() == 0); in test_allocator()
|
D | LayerRasterizerTest.cpp | 34 static int GetCount() { return gCount; } in GetCount() function in DummyRasterizer 55 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 1); in DEF_TEST() 60 REPORTER_ASSERT(reporter, DummyRasterizer::GetCount() == 0); in DEF_TEST()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_tagged.cpp | 71 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) { in LoadDocTree() 91 dwKids = ((CPDF_Array*)pKids)->GetCount(); in LoadPageTree() 113 for (i = 0; i < pParentArray->GetCount(); i ++) { in LoadPageTree() 179 for (i = 0; i < pTopKids->GetCount(); i ++) { in AddTopLevelNode() 246 m_Kids.SetSize(pArray->GetCount()); in LoadKids() 247 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) { in LoadKids() 330 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) { in FindAttrDict() 378 for (FX_DWORD i = 0; i < pArray->GetCount(); i ++) { in GetAttr() 401 if (subindex >= (int)pArray->GetCount()) { in GetAttr()
|
D | doc_ocg.cpp | 15 FX_DWORD dwCount = ((CPDF_Array*)pObject)->GetCount(); in FPDFDOC_OCG_FindGroup() 37 FX_DWORD dwCount = ((CPDF_Array*)pIntent)->GetCount(); in FPDFDOC_OCG_HasIntent() 67 FX_INT32 iCount = pConfigs->GetCount(); in FPDFDOC_OCG_GetConfig() 127 FX_INT32 iCount = pArray->GetCount(); in LoadOCGStateFromConfig() 198 FX_INT32 iCount = pExpression->GetCount(); in GetOCGVE() 263 FX_INT32 iCount = ((CPDF_Array*)pOCGObj)->GetCount(); in LoadOCMDState()
|
D | doc_annot.cpp | 26 for (FX_DWORD i = 0; i < pAnnots->GetCount(); i ++) { in CPDF_AnnotList() 295 if (pBorderArray->GetCount() == 4) { in GetBorder() 337 FX_DWORD dash_count = pDashArray->GetCount(); in GetBorder() 344 for (i = 0; i < pDashArray->GetCount(); i ++) { in GetBorder() 391 if (pBorderArray->GetCount() == 4) { in DrawBorder() 396 int nLen = pDashArray->GetCount(); in DrawBorder() 433 FX_DWORD dash_count = pDashArray->GetCount(); in DrawBorder() 440 for (i = 0; i < pDashArray->GetCount(); i ++) { in DrawBorder()
|
D | doc_basic.cpp | 103 FX_DWORD dwCount = pNames->GetCount() / 2; in SearchNameNode() 127 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) { in SearchNameNode() 147 int nCount = pNames->GetCount() / 2; in SearchNameNode() 163 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) { in SearchNameNode() 182 return pNames->GetCount() / 2; in CountNames() 189 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) { in CountNames() 198 int CPDF_NameTree::GetCount() const in GetCount() function in CPDF_NameTree
|
D | doc_form.cpp | 261 int count = pFields->GetCount(); in CPDF_InterForm() 794 return (FX_DWORD)m_ControlMap.GetCount(); in CountControls() 836 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) { in CountPageControls() 856 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) { in GetPageControl() 878 for (FX_DWORD i = pAnnotList->GetCount(); i > 0; i --) { in GetControlAtPoint() 910 return pArray->GetCount(); in CountInternalFields() 923 int iCount = pArray->GetCount(); in CountInternalFields() 951 return pArray->GetCount(); in CountInternalFields() 979 int iCount = pArray->GetCount(); in GetInternalField() 1036 return pArray->GetCount(); in CountFieldsInCalculationOrder() [all …]
|
D | doc_action.cpp | 118 return ((CPDF_Array*)pFields)->GetCount(); in GetFieldsCount() 147 FX_DWORD iCount = pArray->GetCount(); in GetAllFields() 257 return ((CPDF_Array*)pNext)->GetCount(); in GetSubActionsCount() 338 return name_tree.GetCount(); in CountJSActions()
|
/external/lldb/source/API/ |
D | SBTypeCategory.cpp | 90 return DataVisualization::ValueFormats::GetCount(); in GetNumFormats() 98 …return m_opaque_sp->GetSummaryNavigator()->GetCount() + m_opaque_sp->GetRegexSummaryNavigator()->G… in GetNumSummaries() 106 …return m_opaque_sp->GetFilterNavigator()->GetCount() + m_opaque_sp->GetRegexFilterNavigator()->Get… in GetNumFilters() 115 …eturn m_opaque_sp->GetSyntheticNavigator()->GetCount() + m_opaque_sp->GetRegexSyntheticNavigator()… in GetNumSynthetics()
|
/external/lldb/include/lldb/DataFormatters/ |
D | TypeSynthetic.h | 299 GetCount() const in GetCount() function 334 if (i >= GetCount()) in SetExpressionPathAtIndex() 378 return filter->GetCount(); in CalculateNumChildren() 384 if (idx >= filter->GetCount()) in GetChildAtIndex() 395 return filter->GetCount() > 0; in MightHaveChildren() 402 for (size_t i = 0; i < filter->GetCount(); i++) in GetIndexOfChildWithName()
|
D | DataVisualization.h | 61 GetCount (); 122 GetCount (); 164 GetCount ();
|
/external/google-breakpad/src/processor/ |
D | range_map-inl.h | 184 if (index >= GetCount()) { in RetrieveRangeAtIndex() 185 BPLOG(ERROR) << "Index out of range: " << index << "/" << GetCount(); in RetrieveRangeAtIndex() 206 int RangeMap<AddressType, EntryType>::GetCount() const { in GetCount() function
|
D | range_map_unittest.cc | 274 int object_count = range_map->GetCount(); in RetrieveIndexTest() 343 int object_count = range_map->GetCount(); in RetriveAtIndexTest2() 496 if (range_map->GetCount() != stored_count) { in RunTests() 499 stored_count, range_map->GetCount()); in RunTests()
|
D | static_range_map-inl.h | 109 if (index >= GetCount()) { in RetrieveRangeAtIndex() 110 BPLOG(ERROR) << "Index out of range: " << index << "/" << GetCount(); in RetrieveRangeAtIndex()
|
/external/lldb/tools/lldb-perf/lib/ |
D | Metric.cpp | 38 Metric<T>::GetCount () const in GetCount() function in Metric 57 return GetSum()/GetCount(); in GetAverage()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_ListBox.cpp | 133 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++) in IsDataChanged() 145 return nSelCount != m_OriginSelections.GetCount(); in IsDataChanged() 181 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++) in SaveData() 255 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++) in SaveState()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_document.cpp | 118 int nKids = pKidList->GetCount(); in _FindPDFPage() 192 if (count && count == pKidList->GetCount()) { in _FindPageIndex() 203 for (FX_DWORD i = 0; i < pKidList->GetCount(); i ++) { in _FindPageIndex() 271 for (FX_DWORD i = 0; i < pKidList->GetCount(); i ++) { in _CountPages() 313 for (FX_DWORD j = 0; j < pArray->GetCount(); j ++) { in IsContentUsedElsewhere()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 133 function GetCount: Integer; in GetCount() function 180 property Count: Integer read GetCount write SetCount; 191 function GetCount: Integer; in GetCount() function 206 property Count: Integer read GetCount; 222 function GetCount: Integer; in GetCount() function 294 function GetCount: Integer; in GetCount() function 465 InsertRange(GetCount, List); 473 function TList<T>.GetCount: Integer; in TList() function 626 function TDictionary<TKey, TValue>.GetCount: Integer; in GetCount() function
|
D | Antlr.Runtime.Collections.pas | 106 function GetCount: Integer; in GetCount() function 222 function THashList<TKey, TValue>.GetCount: Integer; in THashList() function 316 Result := GetItem(GetCount - 1); 323 I := GetCount - 1;
|
/external/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableArray.cpp | 49 CFCMutableArray::GetCount() const in GetCount() function in CFCMutableArray 71 return ::CFArrayGetCountOfValue (array, CFRangeMake(0, GetCount()), value); in GetCountOfValue()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfdoc.cpp | 218 for (int i = *startPos; i < (int)pAnnots->GetCount(); i++) { in FPDFLink_Enumerate() 253 return pArray->GetCount() / 8; in FPDFLink_CountQuadPoints() 263 …if (quadIndex < 0 || quadIndex >= (int)pArray->GetCount()/8 || ((quadIndex*8+7) >= (int)pArray->Ge… in FPDFLink_GetQuadPoints()
|