Searched refs:GetCount (Results 76 - 100 of 135) sorted by relevance

123456

/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/fpdfdoc/
H A Dcpdf_interform.cpp667 for (size_t i = 0; i < pFields->GetCount(); ++i)
910 for (size_t i = pAnnotList->GetCount(); i > 0; --i) {
946 return pArray ? pArray->GetCount() : 0;
969 for (size_t i = 0; i < pArray->GetCount(); i++) {
1046 for (size_t i = 0; i < pKids->GetCount(); i++) {
1071 for (size_t i = 0; i < pAnnots->GetCount(); i++) {
1130 for (size_t i = 0; i < pKids->GetCount(); i++) {
1276 for (size_t i = 0; i < pKids->GetCount(); i++) {
H A Dcpvt_generateap.cpp357 for (size_t i = nTop, sz = pOpts->GetCount(); i < sz; i++) {
370 for (size_t s = 0, ssz = pSels->GetCount(); s < ssz; s++) {
473 if (pBorderArray->GetCount() > 2)
487 if (pBorderArray->GetCount() == 4)
500 size_t pDashArrayCount = std::min<size_t>(pDashArray->GetCount(), 10);
863 for (size_t i = 0; i < pInkList->GetCount(); i++) {
865 if (!pInkCoordList || pInkCoordList->GetCount() < 2)
871 for (size_t j = 0; j < pInkCoordList->GetCount() - 1; j += 2) {
1009 bool bIsFillRect = pInteriorColor && (pInteriorColor->GetCount() > 0);
H A Dcpdf_annotlist.cpp76 for (size_t i = 0; i < pAnnots->GetCount(); ++i) {
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h208 int32_t GetCount() const;
259 int32_t GetCount() const;
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_interform.cpp148 for (int j = 0, jsz = pAnnots->GetCount(); j < jsz; j++) {
474 for (uint32_t i = 0; i < pFields->GetCount(); i++) {
490 if (i != pFields->GetCount() - 1)
H A Dfsdk_actionhandler.cpp426 pPosAry = new float[pMyArray->GetCount()];
428 for (size_t i = 2; i < pMyArray->GetCount(); i++) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas106 function GetCount: Integer; function
222 function THashList<TKey, TValue>.GetCount: Integer;
316 Result := GetItem(GetCount - 1);
323 I := GetCount - 1;
H A 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;
626 function TDictionary<TKey, TValue>.GetCount: Integer;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdoc.cpp316 for (size_t i = 0; i < pXFAArray->GetCount() / 2; i++) {
389 for (size_t i = 0; i < nametree.GetCount(); i++) {
/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc172 EXPECT_EQ(0, allocs_samples->GetCount(0));
173 EXPECT_EQ(1, allocs_samples->GetCount(sizeof(TestObject1)));
174 EXPECT_EQ(1, allocs_samples->GetCount(sizeof(TestObject2)));
179 EXPECT_EQ(1, allocs_samples->GetCount(0));
H A Dpersistent_sample_map.cc112 Count PersistentSampleMap::GetCount(Sample value) const { function in class:base::PersistentSampleMap
H A Dsample_vector.cc49 Count SampleVector::GetCount(Sample value) const { function in class:base::SampleVector
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentparser.cpp61 m_nStreams = pArray->GetCount();
H A Dcpdf_meshstream.cpp138 if (!pDecode || pDecode->GetCount() != 4 + m_nComponents * 2)
H A Dfpdf_page_func.cpp627 m_nOutputs = pArray0->GetCount();
678 uint32_t nSubs = pArray->GetCount();
791 m_nInputs = pDomains->GetCount() / 2;
802 m_nOutputs = pRanges->GetCount() / 2;
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.h39 size_t GetCount() const { return m_Objects.size(); } function in class:CPDF_Array
H A Dcpdf_document_unittest.cpp33 for (size_t i = 0; i < pUnowned->GetCount(); i++) {
H A Dcpdf_document.cpp200 int first = pWidthArray->GetIntegerAt(pWidthArray->GetCount() - 1);
256 for (size_t i = 0; i < pKidList->GetCount(); i++) {
420 for (size_t i = m_pTreeTraversal[level].second; i < pKidList->GetCount();
459 if (m_pTreeTraversal[level].second == pKidList->GetCount())
548 if (count && count == pKidList->GetCount()) {
556 for (size_t i = 0; i < pKidList->GetCount(); i++) {
687 for (size_t i = 0; i < pKidList->GetCount(); i++) {
H A Dfpdf_parser_decode.cpp344 for (size_t i = 0; i < pDecoders->GetCount(); i++) {
403 pDecoders->RemoveAt(i + 1, pDecoders->GetCount() - i - 1);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Icon.cpp143 size_t dwCount = pA->GetCount();
H A DPWL_ComboBox.cpp458 if (m_pList->GetCount() > 3)
527 if (m_pList->GetCurSel() < m_pList->GetCount() - 1) {
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_layoutitem.cpp144 int32_t CXFA_LayoutItem::GetCount() const { function in class:CXFA_LayoutItem
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas246 ReturnValue := FIList.GetCount;
467 ReturnValue := FIDictionary.GetCount;
/external/libchrome/base/trace_event/
H A Dtrace_buffer.cc275 cached_overhead_estimate_->GetCount("TraceEvent");

Completed in 445 milliseconds

123456