HomeSort by relevance Sort by last modified time
    Searched refs:remove_all (Results 26 - 50 of 62) sorted by null

12 3

  /external/eigen/Eigen/src/LU/
Determinant.h 96 return internal::determinant_impl<typename internal::remove_all<Nested>::type>::run(derived());
Inverse.h 275 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
356 typename internal::remove_all<typename internal::nested<Derived, 2>::type>::type,
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 118 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), RemovedCount));
  /external/chromium_org/chrome/browser/extensions/api/
api_resource_manager.h 273 bool remove_all) {
281 // Remove all resources, or the non persistent ones only if |remove_all|
288 if (remove_all) {
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 61 typedef typename internal::remove_all<ActualOtherType>::type _ActualOtherType;
94 typedef typename internal::remove_all<ActualOtherType>::type _ActualOtherType;
CoeffBasedProduct.h 41 typedef typename remove_all<LhsNested>::type _LhsNested;
42 typedef typename remove_all<RhsNested>::type _RhsNested;
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 85 typename internal::remove_all<DerivedNested>::type,
86 typename internal::remove_all<OtherDerivedNested>::type>::run(lhs,rhs);
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 22 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
39 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
SparseProduct.h 43 typedef typename remove_all<LhsNested>::type _LhsNested;
44 typedef typename remove_all<RhsNested>::type _RhsNested;
SparseSelfAdjointView.h 58 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
214 typedef typename internal::remove_all<Lhs>::type _Lhs;
215 typedef typename internal::remove_all<Rhs>::type _Rhs;
452 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
SparseTriangularView.h 45 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
  /external/eigen/Eigen/src/misc/
SparseSolve.h 30 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
  /external/eigen/Eigen/src/Core/
Transpose.h 73 const typename internal::remove_all<typename MatrixType::Nested>::type&
77 typename internal::remove_all<typename MatrixType::Nested>::type&
Block.h 232 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
309 const typename internal::remove_all<typename XprType::Nested>::type& nestedExpression() const
Diagonal.h 132 const typename internal::remove_all<typename MatrixType::Nested>::type&
Reverse.h 173 const typename internal::remove_all<typename MatrixType::Nested>::type&
PermutationMatrix.h 498 const typename internal::remove_all<typename IndicesType::Nested>::type&
543 typedef typename remove_all<typename MatrixType::Nested>::type MatrixTypeNestedCleaned;
VectorwiseOp.h 45 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;
174 typedef typename internal::remove_all<ExpressionTypeNested>::type ExpressionTypeNestedCleaned;
SelfAdjointView.h 36 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;
SolveTriangular.h 233 typedef typename remove_all<typename Rhs::Nested>::type RhsNestedCleaned;
  /external/llvm/include/llvm/Support/
FileSystem.h 349 error_code remove_all(const Twine &path, uint32_t &num_removed);
353 inline error_code remove_all(const Twine &Path) { function in namespace:llvm::sys::fs
355 return remove_all(Path, Removed);
    [all...]
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 132 typename internal::remove_all<typename CoeffsType::ConjugateReturnType>::type,
240 if( internal::is_same<typename internal::remove_all<VectorsType>::type,Dest>::value
  /system/core/adb/
commandline.c 1279 char remove_all = 0; local
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 639 bool remove_all,
656 remove_all, force_uninstall, cmd_line);
712 const bool remove_all = !cmd_line.HasSwitch( local
719 cmd_line, remove_all, force, **it);
1356 const bool remove_all = true; local
    [all...]
uninstall.cc     [all...]

Completed in 497 milliseconds

12 3