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

  /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) {
  /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 232 milliseconds