HomeSort by relevance Sort by last modified time
    Searched refs:BlockType (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryToken.h 43 enum BlockType {
49 MediaQueryToken(MediaQueryTokenType, BlockType = NotBlock);
50 MediaQueryToken(MediaQueryTokenType, String value, BlockType = NotBlock);
68 BlockType blockType() const { return m_blockType; }
81 BlockType m_blockType;
MediaQueryToken.cpp 15 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, BlockType blockType)
20 , m_blockType(blockType)
35 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, String value, BlockType blockType)
41 , m_blockType(blockType)
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 20 typedef Block<XprType, BlockRows, BlockCols, true> BlockType;
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;
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& xpr, Index outer
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 166 uint32_t Block8x8, blockType;
169 uint32_t BlockType[4] = {0};
181 BlockType[2] = BlockDownsizeMap[Value];
185 BlockType[3] = BlockDownsizeMap[Value];
201 for (BlockNum = BlocksToSendMap[BlockType[2]] / 2;
202 BlockNum < BlocksToSendMap[BlockType[2]];
205 Block8x8 = BlockAddressMap[BlockType[2]][BlockNum];
207 blockType = BlockType[Block8x8];
210 REGIO_WRITE_FIELD(InterBlockCmd, MSVDX_CMDS, INTER_BLOCK_PREDICTION, INTER_PRED_BLOCK_SIZE, blockType);
    [all...]
  /external/eigen/Eigen/src/Core/
Block.h 168 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/
PartialPivLU.h 225 typedef Block<MatrixType,Dynamic,Dynamic> BlockType;
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/
HouseholderQR.h 261 typedef Block<MatrixQR,Dynamic,Dynamic> BlockType;
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/
es31fOpaqueTypeIndexingTests.cpp 643 enum BlockType
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)
671 , m_blockType (blockType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
wmidata.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 3521 milliseconds