HomeSort by relevance Sort by last modified time
    Searched refs:GetCount (Results 151 - 175 of 232) sorted by null

1 2 3 4 5 67 8 910

  /external/opencv/cvaux/src/
cvface.cpp 51 m_lFaceFeaturesNumber = lpFaceTemplate->GetCount();
  /external/pdfium/core/include/fxcrt/
fx_basic.h 854 int GetCount() const
994 int GetCount() const
1081 int GetCount() const;
1144 int GetCount() const
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 108 for (size_t n = 0; n < dependencies_->GetCount(); ++n) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 324 int GetCount() const;
369 inline int CDXList<TYPE,ARG_TYPE>::GetCount() const { return m_nCount; }
665 int GetCount() const;
694 inline int CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::GetCount() const { return m_nCount; }
mmdeviceapi.h 461 virtual HRESULT STDMETHODCALLTYPE GetCount(
489 HRESULT (STDMETHODCALLTYPE *GetCount)(
511 #define IMMDeviceCollection_GetCount(This,pcDevices) (This)->lpVtbl->GetCount(This,pcDevices)
526 return This->lpVtbl->GetCount(This,pcDevices);
    [all...]
propsys.h 358 virtual HRESULT STDMETHODCALLTYPE GetCount(
397 HRESULT (STDMETHODCALLTYPE *GetCount)(
432 #define IPropertyStore_GetCount(This,cProps) (This)->lpVtbl->GetCount(This,cProps)
450 return This->lpVtbl->GetCount(This,cProps);
903 virtual HRESULT STDMETHODCALLTYPE GetCount(
948 HRESULT (STDMETHODCALLTYPE *GetCount)(
    [all...]
wmcontainer.h 220 STDMETHOD_(HRESULT,GetCount)(THIS_ UINT32 *pcItems) PURE;
266 #define IMFASFContentInfo_GetCount(This,pcItems) (This)->lpVtbl->GetCount(This,pcItems)
322 STDMETHOD_(HRESULT,GetCount)(THIS_ UINT32 *pcItems) PURE;
371 #define IMFASFStreamConfig_GetCount(This,pcItems) (This)->lpVtbl->GetCount(This,pcItems)
430 STDMETHOD_(HRESULT,GetCount)(THIS_ UINT32 *pcItems) PURE;
485 #define IMFASFProfile_GetCount(This,pcItems) (This)->lpVtbl->GetCount(This,pcItems)
    [all...]
mfidl.h 322 HRESULT (STDMETHODCALLTYPE *GetCount)(
451 #define IMFTopologyNode_GetCount(This,pcItems) (This)->lpVtbl->GetCount(This,pcItems)
565 return This->lpVtbl->GetCount(This,pcItems);
    [all...]
wmiutils.h 108 virtual HRESULT WINAPI GetCount(ULONG *puKeyCount) = 0;
125 HRESULT (WINAPI *GetCount)(IWbemPathKeyList *This,ULONG *puKeyCount);
144 #define IWbemPathKeyList_GetCount(This,puKeyCount) (This)->lpVtbl->GetCount(This,puKeyCount)
    [all...]
audiopolicy.h     [all...]
sensorsapi.h 310 virtual HRESULT STDMETHODCALLTYPE GetCount(
351 HRESULT (STDMETHODCALLTYPE *GetCount)(
384 #define ISensorCollection_GetCount(This,pCount) (This)->lpVtbl->GetCount(This,pCount)
405 return This->lpVtbl->GetCount(This,pCount);
    [all...]
mfobjects.h 281 virtual HRESULT STDMETHODCALLTYPE GetCount(
451 HRESULT (STDMETHODCALLTYPE *GetCount)(
505 #define IMFAttributes_GetCount(This,pcItems) (This)->lpVtbl->GetCount(This,pcItems)
602 return This->lpVtbl->GetCount(This,pcItems);
    [all...]
  /art/runtime/
profiler.cc 547 if (current != stack_trie_root_ && current->GetCount() == 0) {
617 uint32_t count = node->GetCount();
863 double topKPercentage = (prevData != nullptr) && (prevData->GetCount() == count)
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 234 switch (array.GetCount()) {
545 for (FX_INT32 i = nTop, sz = pOpts->GetCount(); i < sz; i++) {
558 for (FX_DWORD s = 0, ssz = pSels->GetCount(); s < ssz; s++) {
    [all...]
  /external/lldb/source/DataFormatters/
FormatManager.cpp 172 uint32_t num_categories = m_categories_map.GetCount();
198 uint32_t num_categories = m_categories_map.GetCount();
225 uint32_t num_categories = m_categories_map.GetCount();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 279 int n = pThis->GetCount();
855 if (m_Map.GetCount() != pOther->m_Map.GetCount()) {
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 120 for (size_t n = 0; n < dependencies_->GetCount(); ++n) {
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 141 if (fIndex >= fStrings->GetCount()) {
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableDictionary.cpp 48 CFCMutableDictionary::GetCount() const
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp 774 GetCount () const
821 m_count = hash_table.GetCount();
836 if (m_count == hash_table.GetCount() &&
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 206 int first = pWidthArray->GetInteger(pWidthArray->GetCount() - 1);
590 int first = pWidthArray->GetInteger(pWidthArray->GetCount() - 1);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 759 if (pArray->GetCount() < 4) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 45 int nCount = m_ImageCaches.GetCount();
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 431 virtual FX_INT32 GetCount() const = 0;
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 263 FX_DWORD count = pArray->GetCount();

Completed in 2186 milliseconds

1 2 3 4 5 67 8 910