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); }
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 240 static void * ElementAt(Allocation *a, RsDataType dt, uint32_t vecSize,
248 sprintf(buf, "Out range ElementAt X %i of %i", x, t->getLODDimX(0));
254 sprintf(buf, "Out range ElementAt Y %i of %i", y, t->getLODDimY(0));
260 sprintf(buf, "Out range ElementAt Z %i of %i", z, t->getLODDimZ(0));
267 sprintf(buf, "Vector size mismatch for ElementAt %i of %i", vecSize, e->getVectorSize());
273 sprintf(buf, "Data type mismatch for ElementAt %i of %i", dt, e->getType());
289 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
303 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
316 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z); \
327 void *r = ElementAt((Allocation *)a.p, DT, VS, x, y, z);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 428 TYPE& ElementAt(int nIndex)
1440 DataList list = m_DataLists.ElementAt(i);
    [all...]

Completed in 223 milliseconds