Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DMediaQueryToken.h43 enum BlockType { enum
49 MediaQueryToken(MediaQueryTokenType, BlockType = NotBlock);
50 MediaQueryToken(MediaQueryTokenType, String value, BlockType = NotBlock);
68 BlockType blockType() const { return m_blockType; } in blockType()
81 BlockType m_blockType;
DMediaQueryToken.cpp15 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, BlockType blockType) in MediaQueryToken()
35 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, String value, BlockType blockType) in MediaQueryToken()
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h20 typedef Block<XprType, BlockRows, BlockCols, true> BlockType; typedef
22 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
26 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType) in EIGEN_SPARSE_PUBLIC_INTERFACE() argument
32 inline InnerIterator(const BlockType& xpr, Index outer) in EIGEN_SPARSE_PUBLIC_INTERFACE()
44 inline ReverseInnerIterator(const BlockType& xpr, Index outer) in ReverseInnerIterator()
84 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType; typedef
86 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor };
87 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType)
95 inline InnerIterator(const BlockType& xpr, Index outer) in InnerIterator()
106 inline ReverseInnerIterator(const BlockType& xpr, Index outer) in ReverseInnerIterator()
[all …]
/external/eigen/Eigen/src/Core/
DBlock.h168 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType;
171 typedef typename internal::dense_xpr_base<BlockType>::type Base;
172 EIGEN_DENSE_PUBLIC_INTERFACE(BlockType)
316 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType;
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/
DPartialPivLU.h225 typedef Block<MatrixType,Dynamic,Dynamic> BlockType; typedef
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/
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/
Des31fOpaqueTypeIndexingTests.cpp643 enum BlockType enum in deqp::gles31::Functional::__anoneace7a920111::BlockArrayIndexingCase
650 …xingCase (Context& context, const char* name, const char* description, BlockType blockType, Index…
662 const BlockType m_blockType;
669 …exingCase (Context& context, const char* name, const char* description, BlockType blockType, Index… in BlockArrayIndexingCase()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2655 typedef MachineBasicBlock BlockType; typedef in llvm::AMDGPUCFGStructurizer
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2655 typedef MachineBasicBlock BlockType; typedef in llvm::AMDGPUCFGStructurizer
/external/clang/include/clang/Basic/
DAttr.td428 let Args = [EnumArgument<"Type", "BlockType", ["byref"], ["ByRef"]>];
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2036 BlocksAttr::BlockType type; in handleBlocksAttr()