Home
last modified time | relevance | path

Searched refs:GetCount (Results 1 – 15 of 15) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas133 function GetCount: Integer;
180 property Count: Integer read GetCount write SetCount;
191 function GetCount: Integer;
206 property Count: Integer read GetCount;
222 function GetCount: Integer;
294 function GetCount: Integer;
465 InsertRange(GetCount, List);
473 function TList<T>.GetCount: Integer; in GetCount() function
626 function TDictionary<TKey, TValue>.GetCount: Integer; in GetCount() function
DAntlr.Runtime.Collections.pas106 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/chromium/chrome/browser/ui/views/tabs/
Dtab_strip_controller.h24 virtual int GetCount() const = 0;
Dbrowser_tab_strip_controller.h43 virtual int GetCount() const OVERRIDE;
Dbrowser_tab_strip_controller.cc186 int BrowserTabStripController::GetCount() const { in GetCount() function in BrowserTabStripController
Dbase_tab_strip.cc189 return controller_->GetCount(); in GetModelCount()
Dside_tab_strip.cc421 for (int i = 0; i < controller()->GetCount(); ++i) { in OnBoundsChanged()
/external/libvpx/libwebm/
Dmkvparser.hpp558 int GetCount() const;
676 long GetCount() const; //loaded only
839 unsigned long GetCount() const;
Dmkvparser.cpp1969 int SeekHead::GetCount() const in GetCount() function in mkvparser::SeekHead
2374 long Cues::GetCount() const in GetCount() function in mkvparser::Cues
3260 unsigned long Segment::GetCount() const in GetCount() function in mkvparser::Segment
5272 const long count = m_pSegment->GetCount(); //loaded only, not pre-loaded in Seek()
5506 const long count = m_pSegment->GetCount(); //loaded only, not preloaded in Seek()
/external/opencv/cvaux/src/
D_cvfacedetection.h108 inline long GetCount();
118 inline long FaceTemplate::GetCount() in GetCount() function
Dcvface.cpp51 m_lFaceFeaturesNumber = lpFaceTemplate->GetCount(); in Face()
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp195 for (int i = 0; i < file_paths.GetCount(); i++) in listDirectory()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas246 ReturnValue := FIList.GetCount;
467 ReturnValue := FIDictionary.GetCount;
/external/chromium/chrome/browser/
Djumplist_win.cc55 virtual HRESULT STDMETHODCALLTYPE GetCount(
/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc486 hr = devices->GetCount(&count); in GetCoreAudioDevices()