Home
last modified time | relevance | path

Searched defs:Index (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBMetadata.h69 struct Index { struct
70 WebString name;
71 WebIDBKeyPath keyPath;
72 bool unique;
73 bool multiEntry;
74 long long id;
75 Index() in Index() argument
/external/eigen/test/
Dblock.cpp28 block_real_only(const MatrixType &, Index, Index, Index, Index, const Scalar&) { in block_real_only() argument
35 typedef typename MatrixType::Index Index; in block() typedef
182 typedef typename MatrixType::Index Index; in compare_using_data_and_stride() typedef
216 typedef typename MatrixType::Index Index; in data_and_stride() typedef
Darray.cpp14 typedef typename ArrayType::Index Index; in array() typedef
89 typedef typename ArrayType::Index Index; in comparisons() typedef
156 typedef typename ArrayType::Index Index; in array_real() typedef
220 typedef typename ArrayType::Index Index; in array_complex() typedef
238 typedef typename ArrayType::Index Index; in min_max() typedef
Dnullary.cpp15 typedef typename MatrixType::Index Index; in equalsIdentity() typedef
38 typedef typename internal::traits<VectorType>::Index Index; in testVectorType() typedef
105 typedef typename MatrixType::Index Index; in testMatrixType() typedef
Darray_for_matrix.cpp14 typedef typename MatrixType::Index Index; in array_for_matrix() typedef
76 typedef typename MatrixType::Index Index; in comparisons() typedef
146 typedef typename MatrixType::Index Index; in cwise_min_max() typedef
185 typedef typename MatrixTraits::Index Index; in resize() typedef
Dmapped_matrix.cpp18 typedef typename VectorType::Index Index; in map_class_vector() typedef
49 typedef typename MatrixType::Index Index; in map_class_matrix() typedef
78 typedef typename VectorType::Index Index; in map_static_methods() typedef
Dbandmatrix.cpp14 typedef typename MatrixType::Index Index; in bandmatrix() typedef
65 typedef BandMatrix<float>::Index Index; in test_bandmatrix() typedef
Dsparse.h64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
/external/chromium_org/ui/app_list/views/
Dapps_grid_view.h228 struct Index { struct
229 Index() : page(-1), slot(-1) {} in Index() function
230 Index(int page, int slot) : page(page), slot(slot) {} in Index() function
264 // is the index of the item in AppListModel. The visual index is the Index argument
/external/eigen/Eigen/src/Core/
DStride.h47 typedef DenseIndex Index; typedef
89 typedef DenseIndex Index; typedef
101 typedef DenseIndex Index; typedef
DTriangularMatrix.h43 typedef typename internal::traits<Derived>::Index Index; typedef
114 void check_coordinates_internal(Index , Index ) const {} in check_coordinates_internal() argument
/external/llvm/lib/Analysis/
DRegionPass.cpp70 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
84 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
137 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
153 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
172 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
DLoopPass.cpp146 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in cloneBasicBlockSimpleAnalysis() local
161 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisValue() local
211 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
225 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
280 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
293 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
304 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
/external/clang/lib/AST/
DSelectorLocationsKind.cpp20 static SourceLocation getStandardSelLoc(unsigned Index, in getStandardSelLoc()
65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
104 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
121 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
/external/eigen/unsupported/test/
Dsvd_common.h29 typedef typename MatrixType::Index Index; in svd_check_full() typedef
59 typedef typename MatrixType::Index Index; in svd_compare_to_full() typedef
83 typedef typename MatrixType::Index Index; in svd_solve() typedef
132 typedef typename MatrixType::Index Index; in svd_test_computation_options_2() typedef
143 typedef typename MatrixType::Index Index; in svd_verify_assert() typedef
Dmatrix_function.cpp28 typedef typename MatrixType::Index Index; in randomMatrixWithRealEivals() typedef
54 typedef typename MatrixType::Index Index; in run() typedef
82 typedef typename MatrixType::Index Index; in run() typedef
174 typedef typename MatrixType::Index Index; in testMatrixType() typedef
/external/llvm/lib/IR/
DAttributes.cpp581 unsigned Index = I->first; in get() local
605 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
635 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
675 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
681 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
688 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
695 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
744 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
750 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
829 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ in hasAttribute()
[all …]
DLegacyPassManager.cpp191 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
354 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
907 for (unsigned Index = 0; Index < PMT_Last; ++Index) { in removeNotPreservedAnalysis() local
1302 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
1338 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) in doInitialization() local
1347 for (int Index = getNumContainedPasses() - 1; Index >= 0; --Index) in doFinalization() local
1356 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doInitialization() local
1367 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doFinalization() local
1443 for (unsigned Index = 0; Index < getNumContainedManagers(); ++Index) in doInitialization() local
1452 for (int Index = getNumContainedManagers() - 1; Index >= 0; --Index) in doFinalization() local
[all …]
/external/eigen/unsupported/Eigen/src/SVD/
DJacobiSVD.h54 typedef typename MatrixType::Index Index; typedef
68 typedef typename MatrixType::Index Index; typedef
109 typedef typename MatrixType::Index Index; typedef
159 typedef typename MatrixType::Index Index; typedef
200 typedef typename MatrixType::Index Index; typedef
259 typedef typename MatrixType::Index Index; typedef
299 typedef typename MatrixType::Index Index; typedef
/external/eigen/Eigen/src/SVD/
DJacobiSVD.h54 typedef typename MatrixType::Index Index; typedef
68 typedef typename MatrixType::Index Index; typedef
109 typedef typename MatrixType::Index Index; typedef
159 typedef typename MatrixType::Index Index; typedef
200 typedef typename MatrixType::Index Index; typedef
259 typedef typename MatrixType::Index Index; typedef
299 typedef typename MatrixType::Index Index; typedef
/external/llvm/lib/Target/MSP430/
DMSP430MachineFunctionInfo.h46 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex()
49 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
/external/eigen/Eigen/src/Householder/
DBlockHouseholder.h24 typedef typename TriangularFactorType::Index Index; in make_block_householder_triangular_factor() typedef
48 typedef typename MatrixType::Index Index; in apply_block_householder_on_the_left() typedef
/external/eigen/Eigen/src/SparseCore/
DSparseTranspose.h37 typedef typename TransposeImpl::Index Index; typedef
51 typedef typename TransposeImpl::Index Index; typedef
/external/chromium_org/base/win/
Dregistry.h178 int Index() const { return index_; } in Index() function
215 int Index() const { return index_; } in Index() function
/external/llvm/lib/Object/
DIRObjectFile.cpp152 uintptr_t Index = Symb.p & ~uintptr_t(3); in getAsmSymIndex() local
181 unsigned Index = getAsmSymIndex(Symb); in moveSymbolNext() local
196 unsigned Index = getAsmSymIndex(Symb); in printSymbolName() local
224 unsigned Index = getAsmSymIndex(Symb); in getSymbolFlags() local

12345678910>>...19