HomeSort by relevance Sort by last modified time
    Searched defs:m_nCount (Results 1 - 7 of 7) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmvector.h 146 int size() const { return m_nCount; }
281 int m_nAllocated, m_nCount;
495 m_nAllocated = m_nCount = 0;
506 m_nCount = 0;
535 DMASSERT( nIndex >= 0 && nIndex < m_nCount );
553 DMASSERT( nIndex >= 0 && nIndex < m_nCount );
573 if ( !set_size( oCopyFrom.m_nCount ) )
577 for ( int i = 0; i < oCopyFrom.m_nCount; i++ )
616 for ( nIndex = m_nCount - 1; nIndex >= nNewSize; nIndex-- )
621 if ( m_nCount > nNewSize
    [all...]
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmvector.h 147 int size() const { return m_nCount; }
282 int m_nAllocated, m_nCount;
496 m_nAllocated = m_nCount = 0;
507 m_nCount = 0;
536 DMASSERT( nIndex >= 0 && nIndex < m_nCount );
554 DMASSERT( nIndex >= 0 && nIndex < m_nCount );
574 if ( !set_size( oCopyFrom.m_nCount ) )
578 for ( int i = 0; i < oCopyFrom.m_nCount; i++ )
617 for ( nIndex = m_nCount - 1; nIndex >= nNewSize; nIndex-- )
622 if ( m_nCount > nNewSize
    [all...]
  /external/pdfium/core/src/fpdftext/
text_int.h 44 int m_nCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 355 int m_nCount;
369 inline int CDXList<TYPE,ARG_TYPE>::GetCount() const { return m_nCount; }
371 inline WINBOOL CDXList<TYPE,ARG_TYPE>::IsEmpty() const { return m_nCount==0; }
434 m_nCount = 0;
446 m_nCount = 0;
455 _ASSERT(m_nCount==0);
475 m_nCount++;
476 _ASSERT(m_nCount > 0);
486 m_nCount--;
487 _ASSERT(m_nCount >= 0)
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 341 FX_DWORD m_nCount;
  /external/pdfium/core/include/fxcrt/
fx_basic.h 856 return m_nCount;
861 return m_nCount == 0;
881 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
900 int m_nCount;
996 return m_nCount;
1001 return m_nCount == 0;
1019 return (m_nCount == 0) ? NULL : (FX_POSITION) - 1;
1042 int m_nCount;
1146 return m_nCount;
1176 int m_nCount;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 368 FX_DWORD m_nCount;
402 if (findData && ((-- findData->m_nCount) == 0 || bForce)) {

Completed in 234 milliseconds