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

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
dimension.py 24 class Dimension(dict):
metric.py 26 from boto.ec2.cloudwatch.dimension import Dimension
51 self.dimensions = Dimension()
153 the dictionary is the name of a Dimension. The value in
154 the dictionary is either a scalar value of that Dimension
157 Dimension name.
alarm.py 25 from boto.ec2.cloudwatch.dimension import Dimension
116 :param dimensions: A dictionary of dimension key/values where
117 the key is the dimension name and the value
120 dimension.
184 self.dimensions = Dimension()
  /frameworks/support/annotations/src/android/support/annotation/
Dimension.java 32 * to represent a dimension.
37 public @interface Dimension {
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 29 enum { Dimension = _Dim /*!< The spline curve's dimension. */ };
42 typedef Array<Scalar,Dimension,Dynamic,ColMajor,Dimension,NumOfDerivativesAtCompileTime> DerivativeType;
45 typedef Array<Scalar,Dimension,1> PointType;
51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;
Spline.h 29 * \tparam _Dim The curve dimension (e.g. 2 or 3)
39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ };
82 Spline(const Spline<Scalar, Dimension, OtherDegree>& spline) :
284 const Replicate<BasisVectorType,Dimension,1> ctrl_weights(basis_funcs);
285 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1);
294 enum { Dimension = SplineTraits<SplineType>::Dimension };
307 der.resize(Dimension,n+1)
    [all...]
  /external/aac/libAACdec/src/
aac_rom.h 134 UCHAR Dimension;
181 The first dimension is the channel configuration index. */
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 73 * \f$d\f$ is corresponding to the dimension (which is typically small).
77 * the input point sets have dimension \f$d \times m\f$.
106 enum { Dimension = EIGEN_SIZE_MIN_PREFER_DYNAMIC(Derived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime) };
108 typedef Matrix<Scalar, Dimension, 1> VectorType;
109 typedef Matrix<Scalar, Dimension, Dimension> MatrixType;
112 const Index m = src.rows(); // dimension
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 330 InsertItemWithTag(PDB_SymType::Dimension);
392 VerifyDyncast<PDBSymbolTypeDimension>(PDB_SymType::Dimension);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 48 struct tgsi_dimension Dimension;
56 struct tgsi_dimension Dimension;
tgsi_ureg.h 54 unsigned Dimension : 1; /* BOOL */
    [all...]
  /bootable/recovery/
screen_ui.cpp 122 enum Dimension { PROGRESS = 0, TEXT = 1, ICON = 2, DIMENSION_MAX };
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 250 unsigned Dimension : 1; /* BOOL */
269 unsigned Dimension : 1; /* BOOL */
280 struct tgsi_dimension Dimension;
290 struct tgsi_dimension Dimension;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10shader.h 82 D3D10_SRV_DIMENSION Dimension;
d3d11shader.h 120 D3D_SRV_DIMENSION Dimension;
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0/
support-annotations-24.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0-beta1/
support-annotations-24.0.0-beta1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.1.0/
support-annotations-24.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.1.1/
support-annotations-24.1.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.2.0/
support-annotations-24.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.2.1/
support-annotations-24.2.1.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
response.py 409 class Dimension(ComplexType):
426 setattr(self, name, Dimension(attrs.copy()))
  /prebuilts/maven_repo/android/com/android/support/support-annotations/25.0.0/
support-annotations-25.0.0.jar 
  /prebuilts/sdk/current/support/annotations/
android-support-annotations.jar 
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 302 Dimension,

Completed in 1175 milliseconds

1 2