OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_all
(Results
26 - 50
of
60
) sorted by null
1
2
3
/external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h
59
typedef typename internal::
remove_all
<ActualOtherType>::type _ActualOtherType;
92
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
44
typedef typename
remove_all
<LhsNested>::type _LhsNested;
45
typedef typename
remove_all
<RhsNested>::type _RhsNested;
SparseBlock.h
19
typedef typename internal::
remove_all
<typename XprType::Nested>::type _MatrixTypeNested;
83
typedef typename internal::
remove_all
<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
126
typedef typename internal::
remove_all
<typename SparseMatrixType::Nested>::type _NestedMatrixType;
295
typedef typename internal::
remove_all
<typename XprType::Nested>::type _MatrixTypeNested;
SparseTriangularView.h
47
typedef typename internal::
remove_all
<MatrixTypeNested>::type MatrixTypeNestedCleaned;
SparseSelfAdjointView.h
58
typedef typename internal::
remove_all
<MatrixTypeNested>::type _MatrixTypeNested;
239
typedef typename internal::
remove_all
<Lhs>::type _Lhs;
476
typedef typename internal::
remove_all
<MatrixTypeNested>::type _MatrixTypeNested;
/external/eigen/Eigen/src/Householder/
HouseholderSequence.h
129
typename internal::
remove_all
<typename VectorsType::ConjugateReturnType>::type,
132
typename internal::
remove_all
<typename CoeffsType::ConjugateReturnType>::type,
240
if( internal::is_same<typename internal::
remove_all
<VectorsType>::type,Dest>::value
/external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h
85
typedef HouseholderSequence<MatrixType,typename internal::
remove_all
<typename CoeffVectorType::ConjugateReturnType>::type> HouseholderSequenceType;
Tridiagonalization.h
83
typedef typename internal::
remove_all
<typename MatrixType::RealReturnType>::type MatrixTypeRealView;
99
typedef HouseholderSequence<MatrixType,typename internal::
remove_all
<typename CoeffVectorType::ConjugateReturnType>::type> HouseholderSequenceType;
/external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h
42
const typename internal::
remove_all
<typename MatrixType::ConjugateReturnType>::type,
/external/eigen/Eigen/src/misc/
SparseSolve.h
30
typedef typename
remove_all
<typename Rhs::Nested>::type RhsNestedCleaned;
/external/chromium_org/extensions/browser/api/
api_resource_manager.h
346
bool
remove_all
) {
354
// Remove all resources, or the non persistent ones only if |
remove_all
|
360
if (
remove_all
) {
/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
287
const typename internal::
remove_all
<typename XprType::Nested>::type& nestedExpression() const
355
const typename internal::
remove_all
<typename XprType::Nested>::type& nestedExpression() const
Diagonal.h
133
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;
175
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/eigen/Eigen/src/LU/
Inverse.h
279
typedef typename
remove_all
<MatrixTypeNested>::type MatrixTypeNestedCleaned;
360
typename internal::
remove_all
<typename internal::nested<Derived, 2>::type>::type,
/external/chromium_org/chrome/installer/setup/
setup_main.cc
648
bool
remove_all
,
664
original_state, installer_state, setup_exe, product,
remove_all
,
706
const bool
remove_all
= !cmd_line.HasSwitch(
local
713
cmd_line,
remove_all
, force, **it);
1360
const bool
remove_all
= true;
local
[
all
...]
uninstall.cc
[
all
...]
Completed in 288 milliseconds
1
2
3