HomeSort by relevance Sort by last modified time
    Searched refs:BuildType (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 49 enum BuildType {
122 // this promo (see the BuildType enum in web_resource_service.cc) and the
  /external/eigen/Eigen/src/Core/
BandMatrix.h 102 typedef Block<CoefficientsType,1, DiagonalSize> BuildType;
104 CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>,BuildType >,
105 BuildType>::type Type;
111 return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diagonalLength(N));
117 return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diagonalLength(N));

Completed in 203 milliseconds