HomeSort by relevance Sort by last modified time
    Searched defs:ReturnType (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
path_canonicalizer.py 40 class ReturnType(object):
56 return ReturnType(path[len(channel_prefix):], True)
60 return ReturnType(path, False)
64 return ReturnType(path + '/', False)
88 return ReturnType(path, False)
107 return ReturnType(path, False)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
IntegerToStringConversion.h 38 typedef PassRefPtr<StringImpl> ReturnType;
40 static inline ReturnType flush(LChar* characters, unsigned length, void*) { return StringImpl::create(characters, length); }
43 typedef void ReturnType;
45 static inline ReturnType flush(LChar* characters, unsigned length, StringBuilder* stringBuilder) { stringBuilder->append(characters, length); }
61 static typename ConversionTrait<T>::ReturnType numberToStringImpl(UnsignedIntegerType number, typename ConversionTrait<T>::AdditionalArgumentType* additionalArgument)
79 inline typename ConversionTrait<T>::ReturnType numberToStringSigned(SignedIntegerType number, typename ConversionTrait<T>::AdditionalArgumentType* additionalArgument = 0)
87 inline typename ConversionTrait<T>::ReturnType numberToStringUnsigned(UnsignedIntegerType number, typename ConversionTrait<T>::AdditionalArgumentType* additionalArgument = 0)
  /external/eigen/Eigen/src/Core/
ReturnByValue.h 25 : public traits<typename traits<Derived>::ReturnType>
31 Flags = (traits<typename traits<Derived>::ReturnType>::Flags
45 typedef typename traits<Derived>::ReturnType type;
54 typedef typename internal::traits<Derived>::ReturnType ReturnType;
Transpositions.h 357 typedef typename MatrixType::PlainObject ReturnType;
PermutationMatrix.h 536 typedef typename MatrixType::PlainObject ReturnType;
SolveTriangular.h 227 typedef typename internal::plain_matrix_type_column_major<Rhs>::type ReturnType;
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 70 EIGEN_STRONG_INLINE typename internal::rotation_base_generic_product_selector<Derived,OtherDerived,OtherDerived::IsVectorAtCompileTime>::ReturnType
104 typedef Matrix<typename RotationDerived::Scalar,Dim,Dim> ReturnType;
105 static inline ReturnType run(const RotationDerived& r, const MatrixType& m)
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
113 static inline ReturnType run(const RotationDerived& r, const DiagonalMatrix<Scalar,Dim,MaxDim>& m)
115 ReturnType res(r);
125 typedef Matrix<typename RotationDerived::Scalar,Dim,1> ReturnType;
126 static EIGEN_STRONG_INLINE ReturnType run(const RotationDerived& r, const OtherVectorType& v)
Homogeneous.h 230 MatrixTypeCleaned::MaxColsAtCompileTime>::type ReturnType;
272 Rhs::MaxColsAtCompileTime>::type ReturnType;
  /external/eigen/Eigen/src/misc/
Kernel.h 34 > ReturnType;
Solve.h 29 Rhs::MaxColsAtCompileTime> ReturnType;
Image.h 32 > ReturnType;
SparseSolve.h 24 typedef SparseMatrix<typename Rhs::Scalar, Rhs::Options, typename Rhs::Index> ReturnType;
80 Rhs::MaxColsAtCompileTime> ReturnType;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 63 class ReturnType {
81 class ReturnType<void> {
112 ReturnType<R> r_;
132 ReturnType<R> r_;
152 ReturnType<R> r_;
173 ReturnType<R> r_;
194 ReturnType<R> r_;
217 ReturnType<R> r_;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 97 def ReturnType(funcname):
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 32 SparseMatrix<Scalar,int(SrcStorageOrder)==RowMajor?ColMajor:RowMajor,Index> >::type ReturnType;
  /external/mesa3d/src/mesa/main/
APIspecutil.py 97 def ReturnType(funcname):
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
SyncCallbackHelper.h 54 typedef PassRefPtr<ResultType> ReturnType;
57 static ReturnType createFromCallbackArg(CallbackArg argument)
65 typedef EntrySyncVector ReturnType;
87 typedef typename ResultTypeTrait::ReturnType ResultReturnType;
  /external/eigen/Eigen/src/Core/util/
Meta.h 194 typedef T ReturnType;
200 typedef std::complex<T> ReturnType;
206 typedef std::complex<T> ReturnType;
212 // typedef typename scalar_product_traits<typename remove_all<ArgType0>::type, typename remove_all<ArgType1>::type>::ReturnType type;
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 22 typedef MatrixType ReturnType;
Tridiagonalization.h 22 typedef typename MatrixType::PlainObject ReturnType;
  /external/eigen/Eigen/src/LU/
Inverse.h 267 typedef typename MatrixType::PlainObject ReturnType;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 441 typedef typename Derived::PlainObject ReturnType;
  /external/chromium_org/base/
bind_internal.h 656 typedef R ReturnType;
661 typedef R ReturnType;
667 typedef R ReturnType;
674 typedef R ReturnType;
682 typedef R ReturnType;
692 typedef R ReturnType;
703 typedef R ReturnType;
715 typedef R ReturnType;
839 template <bool IsWeakCall, typename ReturnType, typename Runnable,
843 template <typename ReturnType, typename Runnable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CheckedInt.h 747 typedef CheckedInt<T> ReturnType;
754 typedef const CheckedInt<T>& ReturnType;
761 inline typename detail::CastToCheckedIntImpl<T, U>::ReturnType
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 494 typedef Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols> ReturnType;
499 typedef Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols> ReturnType;
505 typedef AutoDiffScalar<DerType> ReturnType;
516 typedef AutoDiffScalar<CwiseUnaryOp<Eigen::internal::scalar_multiple_op<Scalar>, const typename Eigen::internal::remove_all<DerType>::type> > ReturnType; \
539 return ReturnType(abs(x.value()), x.derivatives() * (sign(x.value())));)
543 return ReturnType(abs2(x.value()), x.derivatives() * (Scalar(2)*x.value()));)
548 return ReturnType(sqrtx,x.derivatives() * (Scalar(0.5) / sqrtx));)
553 return ReturnType(cos(x.value()), x.derivatives() * (-sin(x.value())));)
558 return ReturnType(sin(x.value()),x.derivatives() * cos(x.value()));)
563 return ReturnType(expx,x.derivatives() * expx);
    [all...]

Completed in 627 milliseconds

1 2