/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parsePatch.pl | 43 Index: Makefile 49 Index: Makefile_new 60 Index: Makefile
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
position.py | 27 start: The index in to the string where the segment starts. 35 start: The start index. 116 def Index(index): 117 """Returns a Position object for the specified index. 120 index: The index to select, inclusively. 125 return Position(index, 1) 126 Index = staticmethod(Index) [all...] |
/external/eigen/test/ |
lu.cpp | 16 typedef typename MatrixType::Index Index; 22 Index rows, cols, cols2; 25 rows = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE); 33 cols = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE); 52 Index rank = internal::random<Index>(1, (std::min)(rows, cols)-1); 134 typedef typename MatrixType::Index Index; 137 Index rows = internal::random<Index>(1,4) [all...] |
jacobisvd.cpp | 20 typedef typename MatrixType::Index Index; 21 Index rows = m.rows(); 22 Index cols = m.cols(); 51 typedef typename MatrixType::Index Index; 52 Index rows = m.rows(); 53 Index cols = m.cols(); 54 Index diagSize = (std::min)(rows, cols); 73 typedef typename MatrixType::Index Index [all...] |
basicstuff.cpp | 16 typedef typename MatrixType::Index Index; 21 Index rows = m.rows(); 22 Index cols = m.cols(); 38 Index r = internal::random<Index>(0, rows-1), 39 c = internal::random<Index>(0, cols-1); 112 for(typename MatrixType::Index i=0;i<rows;++i) 117 for(typename MatrixType::Index i=0;i<rows;++i) 122 for(typename MatrixType::Index i=0;i<rows;++i [all...] |
map.cpp | 18 typedef typename VectorType::Index Index; 21 Index size = m.size(); 49 typedef typename MatrixType::Index Index; 52 Index rows = m.rows(), cols = m.cols(), size = rows*cols; 78 typedef typename VectorType::Index Index; 81 Index size = m.size(); 105 typedef typename PlainObjectType::Index Index [all...] |
array_reverse.cpp | 18 typedef typename MatrixType::Index Index; 22 Index rows = m.rows(); 23 Index cols = m.cols(); 94 Index r = internal::random<Index>(0, rows-1), 95 c = internal::random<Index>(0, cols-1);
|
linearstructure.cpp | 17 typedef typename MatrixType::Index Index; 20 Index rows = m.rows(); 21 Index cols = m.cols(); 32 Index r = internal::random<Index>(0, rows-1), 33 c = internal::random<Index>(0, cols-1);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 77 return vp->outputs[dst->Index]; 79 return dst->Index; 110 if (a.Index != b.Index) 126 assert(vp->inputs[src->Index] != -1); 127 return vp->inputs[src->Index]; 129 if (src->Index < 0) { 134 return src->Index; 177 if (dst->File == RC_FILE_OUTPUT && vp->outputs[dst->Index] == -1) { 180 assert(dst->Index == 0) [all...] |
radeon_program_tex.c | 69 inst_mov->U.I.DstReg.Index = temp; 72 inst_mov->U.I.SrcReg[1].Index = 78 inst->U.I.SrcReg[0].Index = temp; 91 inst_rcp->U.I.DstReg.Index = temp; 102 inst_mul->U.I.DstReg.Index = temp; 105 inst_mul->U.I.SrcReg[1].Index = temp; 111 inst->U.I.SrcReg[0].Index = temp; 172 inst->U.I.DstReg.Index = tmp_texsample; 182 inst_rcp->U.I.DstReg.Index = tmp_sum; 193 inst_mul->U.I.DstReg.Index = tmp_sum [all...] |
/external/eigen/Eigen/src/SparseCholesky/ |
SimplicialCholesky.h | 83 typedef typename MatrixType::Index Index; 84 typedef SparseMatrix<Scalar,ColMajor,Index> CholMatrixType; 107 inline Index cols() const { return m_matrix.cols(); } 108 inline Index rows() const { return m_matrix.rows(); } 151 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationP() const 156 const PermutationMatrix<Dynamic,Dynamic,Index>& permutationPinv() const 248 Index size = matrix.cols(); 282 inline bool operator() (const Index& row, const Index& col, const Scalar&) cons [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 77 return vp->outputs[dst->Index]; 79 return dst->Index; 110 if (a.Index != b.Index) 126 assert(vp->inputs[src->Index] != -1); 127 return vp->inputs[src->Index]; 129 if (src->Index < 0) { 134 return src->Index; 177 if (dst->File == RC_FILE_OUTPUT && vp->outputs[dst->Index] == -1) { 180 assert(dst->Index == 0) [all...] |
radeon_program_tex.c | 69 inst_mov->U.I.DstReg.Index = temp; 72 inst_mov->U.I.SrcReg[1].Index = 78 inst->U.I.SrcReg[0].Index = temp; 91 inst_rcp->U.I.DstReg.Index = temp; 102 inst_mul->U.I.DstReg.Index = temp; 105 inst_mul->U.I.SrcReg[1].Index = temp; 111 inst->U.I.SrcReg[0].Index = temp; 172 inst->U.I.DstReg.Index = tmp_texsample; 182 inst_rcp->U.I.DstReg.Index = tmp_sum; 193 inst_mul->U.I.DstReg.Index = tmp_sum [all...] |
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.cpp | 50 unsigned Index = Storage.size(); 52 if (Index == 0) return; 56 unsigned Target = (Index + 1) / 2 - 1; 57 if (!Precedes(data[Index], data[Target])) return; 58 std::swap(data[Index], data[Target]); 60 Index = Target; 78 unsigned Index = 0; 80 // With a 1-based index, the children would be Index*2 and Index*2+1 [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugTokenStream.cs | 53 public virtual int Index { 55 return input.Index; 80 int a = input.Index; 83 int b = input.Index; 95 int firstOnChannelTokenIndex = input.Index; 141 public virtual void Seek(int index) { 143 // db.seek(index); 144 input.Seek(index);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugTokenStream.cs | 56 public virtual int Index 60 return input.Index; 92 int a = input.Index; 95 int b = input.Index; 110 int firstOnChannelTokenIndex = input.Index; 166 public virtual void Seek( int index ) 169 // db.seek(index); 170 input.Seek( index );
|
/external/eigen/Eigen/src/Core/ |
CommaInitializer.h | 31 typedef typename XprType::Index Index; 106 Index m_row; // current row id 107 Index m_col; // current col id 108 Index m_currentBlockRows; // current block height
|
EigenBase.h | 31 typedef typename internal::traits<Derived>::Index Index; 44 inline Index rows() const { return derived().rows(); } 46 inline Index cols() const { return derived().cols(); } 49 inline Index size() const { return rows() * cols(); }
|
Product.h | 38 typedef typename promote_index_type<typename traits<LhsCleaned>::Index, 39 typename traits<RhsCleaned>::Index>::type Index; 76 inline Index rows() const { return m_lhs.rows(); } 77 inline Index cols() const { return m_rhs.cols(); }
|
CwiseBinaryOp.h | 61 typedef typename promote_index_type<typename traits<Lhs>::Index, 62 typename traits<Rhs>::Index>::type Index; 134 EIGEN_STRONG_INLINE Index rows() const { 141 EIGEN_STRONG_INLINE Index cols() const { 172 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const 179 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const 185 EIGEN_STRONG_INLINE const Scalar coeff(Index index) cons [all...] |
Map.h | 73 typedef typename PlainObjectType::Index Index; 121 inline Index innerStride() const 126 inline Index outerStride() const 151 inline Map(PointerArgType data, Index size, const StrideType& stride = StrideType()) 164 inline Map(PointerArgType data, Index rows, Index cols, const StrideType& stride = StrideType())
|
/external/chromium_org/ui/app_list/views/ |
apps_grid_view.h | 140 // Represents the index to an item view in the grid. 141 struct Index { 142 Index() : page(-1), slot(-1) {} 143 Index(int page, int slot) : page(page), slot(slot) {} 145 bool operator==(const Index& other) const { 148 bool operator!=(const Index& other) const { 168 views::View* CreateViewForItemAtIndex(size_t index); 170 void SetSelectedItemByIndex(const Index& index); 171 bool IsValidIndex(const Index& index) const [all...] |
/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 54 typedef typename MatrixType::Index Index; 68 typedef typename MatrixType::Index Index; 107 typedef typename MatrixType::Index Index; 155 typedef typename MatrixType::Index Index; 194 typedef typename MatrixType::Index Index; [all...] |
UpperBidiagonalization.h | 31 typedef typename MatrixType::Index Index; 91 Index rows = matrix.rows(); 92 Index cols = matrix.cols(); 100 for (Index k = 0; /* breaks at k==cols-1 below */ ; ++k) 102 Index remainingRows = rows - k; 103 Index remainingCols = cols - k - 1;
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetTransformInfo.cpp | 93 int Index, Type *SubTp) const; 99 unsigned Index) const; 181 unsigned PPCTTI::getShuffleCost(ShuffleKind Kind, Type *Tp, int Index, 183 return TargetTransformInfo::getShuffleCost(Kind, Tp, Index, SubTp); 198 unsigned Index) const { 217 TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index); 219 return TargetTransformInfo::getVectorInstrCost(Opcode, Val, Index);
|