| /external/chromium_org/third_party/WebKit/public/platform/ |
| D | WebIDBMetadata.h | 69 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/ |
| D | block.cpp | 28 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
|
| D | array.cpp | 14 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
|
| D | nullary.cpp | 15 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
|
| D | array_for_matrix.cpp | 14 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
|
| D | mapped_matrix.cpp | 18 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
|
| D | bandmatrix.cpp | 14 typedef typename MatrixType::Index Index; in bandmatrix() typedef 65 typedef BandMatrix<float>::Index Index; in test_bandmatrix() typedef
|
| D | sparse.h | 64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator 116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
|
| /external/chromium_org/ui/app_list/views/ |
| D | apps_grid_view.h | 228 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/ |
| D | Stride.h | 47 typedef DenseIndex Index; typedef 89 typedef DenseIndex Index; typedef 101 typedef DenseIndex Index; typedef
|
| D | TriangularMatrix.h | 43 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/ |
| D | RegionPass.cpp | 70 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
|
| D | LoopPass.cpp | 146 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/ |
| D | SelectorLocationsKind.cpp | 20 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/ |
| D | svd_common.h | 29 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
|
| D | matrix_function.cpp | 28 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/ |
| D | Attributes.cpp | 581 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 …]
|
| D | LegacyPassManager.cpp | 191 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/ |
| D | JacobiSVD.h | 54 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/ |
| D | JacobiSVD.h | 54 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/ |
| D | MSP430MachineFunctionInfo.h | 46 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex() 49 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
|
| /external/eigen/Eigen/src/Householder/ |
| D | BlockHouseholder.h | 24 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/ |
| D | SparseTranspose.h | 37 typedef typename TransposeImpl::Index Index; typedef 51 typedef typename TransposeImpl::Index Index; typedef
|
| /external/chromium_org/base/win/ |
| D | registry.h | 178 int Index() const { return index_; } in Index() function 215 int Index() const { return index_; } in Index() function
|
| /external/llvm/lib/Object/ |
| D | IRObjectFile.cpp | 152 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
|