Searched defs:IndexType (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrDefs.hpp42 enum IndexType enum in namespace:rr
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DIndexType.java22 public enum IndexType { enum
/external/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h73 const TypeDescriptor &IndexType; member in struct:__ubsan::OutOfBoundsData
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h39 typedef Matrix<Index,Dynamic, 1> IndexType; typedef in class:Eigen::IncompleteCholesky
127 inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
149 Map<IndexType> rowIdx(m_L.innerIndexPtr(), nnz); //Row indices
150 Map<IndexType> colPtr( m_L.outerIndexPtr(), n+1); // Pointer to the beginning of each row
151 IndexType firstElt(n-1); // for each j, points to the next entry in vals that will be used in the factorization
154 IndexType irow(n); // Row indices of nonzero elements in each column
241 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol)
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp67 enum IndexType enum in namespace:glu
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp73 enum IndexType enum in class:deqp::gles3::Functional::PrimitiveRestartCase
91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
121 IndexType m_indexType;
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts)
699 (PrimitiveRestartCase::IndexType)indexType,
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp141 enum IndexType enum in struct:deqp::gls::DrawTestSpec
181 static std::string indexTypeToString (IndexType type);
184 static int indexTypeSize (IndexType type);
222 IndexType indexType; //!< used only if drawMethod = DrawElements*
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h181 typedef uint32_t IndexType; typedef in struct:llvm::BlockFrequencyInfoImplBase::BlockNode
182 IndexType Index;
192 BlockNode(IndexType Index) : Index(Index) {}
/external/clang/lib/CodeGen/
H A DCGExpr.cpp649 llvm::Value *Index, QualType IndexType,
659 bool IndexSigned = IndexType->isSignedIntegerOrEnumerationType();
666 EmitCheckTypeDescriptor(IndexType)
648 EmitBoundsCheck(const Expr *E, const Expr *Base, llvm::Value *Index, QualType IndexType, bool Accessed) argument
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 210 milliseconds