Searched refs:BlockType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryToken.h43 enum BlockType { enum in class:blink::MediaQueryToken
49 MediaQueryToken(MediaQueryTokenType, BlockType = NotBlock);
50 MediaQueryToken(MediaQueryTokenType, String value, BlockType = NotBlock);
68 BlockType blockType() const { return m_blockType; }
81 BlockType m_blockType;
H A DMediaQueryToken.cpp15 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, BlockType blockType)
35 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, String value, BlockType blockType)
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h20 typedef Block<XprType, BlockRows, BlockCols, true> BlockType; typedef in class:Eigen::BlockImpl
22 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
26 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
32 inline InnerIterator(const BlockType& xpr, Index outer)
44 inline ReverseInnerIterator(const BlockType& xpr, Index outer)
84 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType; typedef in class:Eigen::BlockImpl
86 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
87 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
95 inline InnerIterator(const BlockType& xpr, Index outer)
106 inline ReverseInnerIterator(const BlockType
296 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef in class:Eigen::BlockImpl
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h168 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef in class:Eigen::internal::BlockImpl_dense
171 typedef typename internal::dense_xpr_base<BlockType>::type Base;
172 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
316 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef in class:Eigen::internal::BlockImpl_dense
319 typedef MapBase<BlockType> Base;
320 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
363 return internal::traits<BlockType>::HasSameStorageOrderAsXprType
392 m_outerStride = internal::traits<BlockType>::HasSameStorageOrderAsXprType
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h225 typedef Block<MatrixType,Dynamic,Dynamic> BlockType; typedef in struct:Eigen::internal::partial_lu_impl
332 BlockType A_0(lu,0,0,rows,k);
333 BlockType A_2(lu,0,k+bs,rows,tsize);
334 BlockType A11(lu,k,k,bs,bs);
335 BlockType A12(lu,k,k+bs,bs,tsize);
336 BlockType A21(lu,k+bs,k,trows,bs);
337 BlockType A22(lu,k+bs,k+bs,trows,tsize);
/external/eigen/Eigen/src/QR/
H A DHouseholderQR.h261 typedef Block<MatrixQR,Dynamic,Dynamic> BlockType; typedef
292 BlockType A11_21 = mat.block(k,k,brows,bs);
299 BlockType A21_22 = mat.block(k,k+bs,brows,tcols);
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp643 enum BlockType enum in class:deqp::gles31::Functional::__anon20280::BlockArrayIndexingCase
650 BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType);
662 const BlockType m_blockType;
669 BlockArrayIndexingCase::BlockArrayIndexingCase (Context& context, const char* name, const char* description, BlockType blockType, IndexExprType indexExprType, ShaderType shaderType)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp2655 typedef MachineBasicBlock BlockType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp2655 typedef MachineBasicBlock BlockType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2036 BlocksAttr::BlockType type;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 468 milliseconds