Searched defs:GetCount (Results 26 - 47 of 47) sorted by relevance

12

/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs113 public int GetCount(int filter_pid) { method in class:StatsViewer.StatsCounterRate
/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...]
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp48 CFCMutableDictionary::GetCount() const function in class:CFCMutableDictionary
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h189 GetCount () function in class:lldb_private::FormatMap
339 GetCount () function in class:lldb_private::FormatNavigator
341 return m_format_map.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/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp572 int CFX_CMapByteStringToPtr::GetCount() const function in class:CFX_CMapByteStringToPtr
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_invalidator_unittest.cc860 base::HistogramBase::Count GetCount(MetricPolicyRefresh metric);
896 base::HistogramBase::Count CloudPolicyInvalidatorUserTypedTest::GetCount( function in class:policy::CloudPolicyInvalidatorUserTypedTest
901 GetCount(metric) - refresh_samples_->GetCount(metric);
910 GetCount(type) - invalidations_samples_->GetCount(type);
933 EXPECT_EQ(0, GetCount(METRIC_POLICY_REFRESH_CHANGED));
934 EXPECT_EQ(0, GetCount(METRIC_POLICY_REFRESH_CHANGED_NO_INVALIDATIONS));
935 EXPECT_EQ(0, GetCount(METRIC_POLICY_REFRESH_UNCHANGED));
936 EXPECT_EQ(0, GetCount(METRIC_POLICY_REFRESH_INVALIDATED_CHANGE
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc243 int BrowserTabStripController::GetCount() const { function in class:BrowserTabStripController
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system_mock.cpp42 for (size_t n = 0; n < entries_.GetCount(); ++n) {
53 size_t GetCount() const { return entries_.GetCount(); } function in class:__anon11495::List
112 for (size_t n = 0; n < files_.GetCount(); ++n) {
121 for (size_t n = 0; n < environment_.GetCount(); ++n) {
/external/opencv/cvaux/src/
H A D_cvfacedetection.h108 inline long GetCount();
118 inline long FaceTemplate::GetCount() function in class:FaceTemplate
121 }//inline long FaceTemplate::GetCount()
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h329 FX_DWORD GetCount() const function in class:CPDF_Array
523 int GetCount() const function in class:CPDF_Dictionary
525 return m_Map.GetCount();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp98 FX_DWORD dwCount = pNames->GetCount() / 2;
122 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) {
142 int nCount = pNames->GetCount() / 2;
158 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) {
177 return pNames->GetCount() / 2;
184 for (FX_DWORD i = 0; i < pKids->GetCount(); i ++) {
193 int CPDF_NameTree::GetCount() const function in class:CPDF_NameTree
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp142 for (FX_INT32 i=0,sz=m_pList->GetCount(); i<sz; i++)
194 for (FX_INT32 i=0,sz=m_pList->GetCount(); i<sz; i++)
409 for(FX_INT32 i=0;i<this->GetCount();i++)
578 FX_INT32 CPWL_ListBox::GetCount() const function in class:CPWL_ListBox
581 return m_pList->GetCount();
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp190 FX_INT32 CFX_List::GetCount() const function in class:CFX_List
454 FX_INT32 CPLST_Select::GetCount() const function in class:CPLST_Select
646 if (nItemIndex >= 0 && nItemIndex < GetCount())
694 OnVK(GetCount()-1, bShift, bCtrl);
704 OnVK(GetCount()-1, bShift, bCtrl);
739 ReArrange(GetCount() - 1);
834 for (FX_INT32 i=0,sz=m_aSelItems.GetCount(); i<sz; i++)
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h854 int GetCount() const function in class:CFX_MapPtrToPtr
994 int GetCount() const function in class:CFX_MapByteStringToPtr
1081 int GetCount() const;
1144 int GetCount() const function in class:CFX_PtrList
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h1123 INT GetCount() const function in class:GraphicsPathIterator
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1773 int SeekHead::GetCount() const { return m_entry_count; } function in class:mkvparser::SeekHead
2143 long Cues::GetCount() const { function in class:mkvparser::Cues
2954 unsigned long Segment::GetCount() const { return m_clusterCount; } function in class:mkvparser::Segment
5190 const long count = m_pSegment->GetCount(); // loaded only, not preloaded
5446 const long count = m_pSegment->GetCount(); // loaded only, not pre-loaded
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1999 int SeekHead::GetCount() const function in class:mkvparser::SeekHead
2404 long Cues::GetCount() const function in class:mkvparser::Cues
3290 unsigned long Segment::GetCount() const function in class:mkvparser::Segment
5945 const long count = m_pSegment->GetCount(); //loaded only, not preloaded
6256 const long count = m_pSegment->GetCount(); //loaded only, not pre-loaded
/external/libvpx/libwebm/
H A Dmkvparser.cpp1775 int SeekHead::GetCount() const { return m_entry_count; } function in class:mkvparser::SeekHead
2145 long Cues::GetCount() const { function in class:mkvparser::Cues
2956 unsigned long Segment::GetCount() const { return m_clusterCount; } function in class:mkvparser::Segment
5193 const long count = m_pSegment->GetCount(); // loaded only, not preloaded
5449 const long count = m_pSegment->GetCount(); // loaded only, not pre-loaded
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp774 GetCount () const function in class:RemoteNXMapTable
821 m_count = hash_table.GetCount();
836 if (m_count == hash_table.GetCount() &&
1713 const uint32_t num_classes = hash_table.GetCount();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2136 milliseconds

12