HomeSort by relevance Sort by last modified time
    Searched refs:ElementAt (Results 1 - 10 of 10) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StackExtensions.cs 45 public static T elementAt<T>( this Stack<T> stack, int index )
47 return stack.ElementAt( index );
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 347 iCount += pXRef->m_IndexArray.ElementAt(i * 2 + 1);
548 tempBuffer << m_ObjNumArray.ElementAt(i) << " "
549 << m_OffsetArray.ElementAt(i) << " ";
707 FX_DWORD start = m_IndexArray.ElementAt(i * 2);
708 FX_DWORD end = m_IndexArray.ElementAt(i * 2 + 1) + start;
710 if (j >= iSize || m != m_ObjStream.m_ObjNumArray.ElementAt(j)) {
774 if ((len = pFile->AppendDWord(m_IndexArray.ElementAt(i * 2))) < 0) {
781 if ((len = pFile->AppendDWord(m_IndexArray.ElementAt(i * 2 + 1))) < 0) {
887 FX_DWORD start = m_IndexArray.ElementAt(i * 2);
888 FX_DWORD end = m_IndexArray.ElementAt(i * 2 + 1) + start
    [all...]
  /external/vixl/src/vixl/
invalset.h 168 const ElementType* ElementAt(size_t index) const;
169 ElementType* ElementAt(size_t index);
338 return BinarySearch(element, ElementAt(cached_min_index_), StorageEnd());
371 return *ElementAt(cached_min_index_);
526 cached_min_key_ = Key(*ElementAt(0));
595 const ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::ElementAt(
603 ElementType* InvalSet<TEMPLATE_INVALSET_P_DEF>::ElementAt(size_t index) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp     [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 232 (CFPF_SkiaFontDescriptor*)m_FontFaces.ElementAt(i);
284 CFPF_SkiaPathFont* pFontDes = (CFPF_SkiaPathFont*)m_FontFaces.ElementAt(i);
335 (CFPF_SkiaFontDescriptor*)m_FontFaces.ElementAt(nItem);
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 213 return m_arrCounterData.ElementAt(index).GetCounterIncrement(iValue);
217 return m_arrCounterData.ElementAt(index).GetCounterReset(iValue);
221 return m_arrCounterData.ElementAt(index).m_pszIdent;
    [all...]
fde_cssstyleselector.cpp 14 if (FXSYS_wcscmp(pszIdentifier, m_arrCounterData.ElementAt(i).m_pszIdent) ==
54 FDE_CSSCOUNTERDATA& data = m_arrCounterData.ElementAt(iIndex);
412 FDE_LPCSSRULEDATA& pMin = m_MatchedRules.ElementAt(j);
415 FDE_LPCSSRULEDATA& pCur = m_MatchedRules.ElementAt(i);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 97 TYPE &ElementAt(int nIndex);
130 inline TYPE &CDXArray<TYPE,ARG_TYPE>::ElementAt(int nIndex) { _ASSERT((nIndex >= 0 && nIndex < m_nSize)); return m_pData[nIndex]; }
144 inline TYPE &CDXArray<TYPE,ARG_TYPE>::operator[](int nIndex) { return ElementAt(nIndex); }
  /external/pdfium/core/include/fxcrt/
fx_basic.h 344 TYPE& ElementAt(int nIndex) {
1089 DataList list = m_DataLists.ElementAt(i);
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 452 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize,
460 snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
466 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y, t->getLODDimY(0));
472 snprintf(buf, sizeof(buf), "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0));
479 snprintf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
485 snprintf(buf, sizeof(buf), "Data type mismatch for ElementAt %i of %i", dt, e->getType());
501 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
515 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
528 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
539 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z);
    [all...]

Completed in 366 milliseconds