HomeSort by relevance Sort by last modified time
    Searched full:otheroptions (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 46 template<int OtherOptions>
47 ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOptions>& other)
61 template <int OtherOptions>
62 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane);
98 template <int OtherOptions>
99 Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
101 template <int OtherOptions>
102 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
104 template <int OtherOptions>
105 VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const
    [all...]
Hyperplane.h 55 template<int OtherOptions>
56 Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other)
250 template<typename OtherScalarType,int OtherOptions>
251 inline explicit Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other)
258 template<int OtherOptions>
259 bool isApprox(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other, typename NumTraits<Scalar>::Real prec = NumTraits<Scalar>::dummy_precision()) const
Transform.h 287 template<int OtherOptions>
288 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other)
295 template<int OtherMode,int OtherOptions>
296 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other)
323 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType;
466 template<int OtherMode,int OtherOptions> struct icc_11_workaround
468 typedef internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> > ProductType;
474 template<int OtherMode,int OtherOptions>
475 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
476 operator * (const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) cons
    [all...]
Quaternion.h 270 template<typename OtherScalar, int OtherOptions>
271 explicit inline Quaternion(const Quaternion<OtherScalar, OtherOptions>& other)
  /frameworks/base/core/java/android/app/
ActivityOptions.java 401 * in <var>otherOptions</var>. Any values
402 * defined in <var>otherOptions</var> replace those in the base options.
404 public void update(ActivityOptions otherOptions) {
405 if (otherOptions.mPackageName != null) {
406 mPackageName = otherOptions.mPackageName;
408 switch (otherOptions.mAnimationType) {
410 mAnimationType = otherOptions.mAnimationType;
411 mCustomEnterResId = otherOptions.mCustomEnterResId;
412 mCustomExitResId = otherOptions.mCustomExitResId;
414 if (otherOptions.mAnimationStartedListener != null)
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/app/
ActivityOptionsCompatJB.java 55 public void update(ActivityOptionsCompatJB otherOptions) {
56 mActivityOptions.update(otherOptions.mActivityOptions);
  /frameworks/support/v4/java/android/support/v4/app/
ActivityOptionsCompat.java 125 public void update(ActivityOptionsCompat otherOptions) {
126 if (otherOptions instanceof ActivityOptionsImplJB) {
127 ActivityOptionsImplJB otherImpl = (ActivityOptionsImplJB)otherOptions;
150 * otherOptions. Any values defined in otherOptions replace those in the
153 public void update(ActivityOptionsCompat otherOptions) {
  /prebuilts/sdk/current/
android.jar 

Completed in 498 milliseconds