HomeSort by relevance Sort by last modified time
    Searched refs:ElementAt (Results 1 - 6 of 6) 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/xfa/fxfa/app/
cxfa_textlayout.cpp 270 fHeight += m_pLoader->m_lineHeights.ElementAt(i);
333 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2);
335 iLineIndex = m_Blocks.ElementAt(iBlockCount - 1) +
336 m_Blocks.ElementAt(iBlockCount - 2);
347 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i);
454 m_pLoader->m_iTotalLines = m_Blocks.ElementAt(iBlock * 2 + 1);
462 m_pLoader->m_iTotalLines = m_Blocks.ElementAt(iBlock + 1);
543 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i);
586 iLineStart = m_Blocks.ElementAt(iBlock);
587 iPieceLines = m_Blocks.ElementAt(iBlock + 1)
    [all...]
  /external/pdfium/core/fxcrt/
fx_basic.h 228 TYPE& ElementAt(int nIndex) {
399 DataList list = m_DataLists.ElementAt(i);
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 436 static void *ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize,
444 snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x,
451 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y,
458 snprintf(buf, sizeof(buf), "Out range ElementAt Z %i of %i", z,
466 snprintf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i",
473 snprintf(buf, sizeof(buf), "Data type mismatch for ElementAt %i of %i",
491 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
506 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
521 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
536 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 469 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize,
477 snprintf(buf, sizeof(buf), "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
483 snprintf(buf, sizeof(buf), "Out range ElementAt Y %i of %i", y, t->getLODDimY(0));
489 snprintf(buf, sizeof(buf), "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0));
496 snprintf(buf, sizeof(buf), "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
502 snprintf(buf, sizeof(buf), "Data type mismatch for ElementAt %i of %i", dt, e->getType());
518 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
532 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
546 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
557 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z);
    [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); }

Completed in 517 milliseconds