/external/aac/libAACdec/src/ |
aacdec_hcr.cpp | 167 UCHAR dimension); 1050 UCHAR dimension; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
MultivariateSummaryStatistics.java | 53 * MultivariateStatistics instance with dimension n and then use 76 /** Dimension of the data. */ 108 * @param k dimension of the data 164 * Returns the dimension of the data 165 * @return The dimension of the data 412 * @throws DimensionMismatchException if the array dimension 442 * @throws DimensionMismatchException if the array dimension 469 * @throws DimensionMismatchException if the array dimension 496 * @throws DimensionMismatchException if the array dimension 523 * @throws DimensionMismatchException if the array dimension [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
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.
|
__init__.py | 107 def build_dimension_param(self, dimension, params): 110 for dim_name in dimension: 111 dim_value = dimension[dim_name] 211 :param dimensions: A dictionary of dimension key/values where 212 the key is the dimension name and the value 215 dimension. 258 the dictionary is the name of a Dimension. The value in 259 the dictionary is either a scalar value of that Dimension 261 metrics with that Dimension name. To be included in the 264 the requested metrics. The Dimension names, and values mus [all...] |
/external/doclava/src/com/google/doclava/ |
LinkReference.java | 166 int dimension = 0; local 192 dimension++; 208 for (int j = 0; j < dimension; j++) { 214 dimension = 0;
|
/external/eigen/lapack/ |
clarfb.f | 99 *> V is COMPLEX array, dimension 109 *> The leading dimension of the array V. 117 *> T is COMPLEX array, dimension (LDT,K) 125 *> The leading dimension of the array T. LDT >= K. 130 *> C is COMPLEX array, dimension (LDC,N) 138 *> The leading dimension of the array C. LDC >= max(1,M). 143 *> WORK is COMPLEX array, dimension (LDWORK,K) 149 *> The leading dimension of the array WORK.
|
dlarfb.f | 99 *> V is DOUBLE PRECISION array, dimension 109 *> The leading dimension of the array V. 117 *> T is DOUBLE PRECISION array, dimension (LDT,K) 125 *> The leading dimension of the array T. LDT >= K. 130 *> C is DOUBLE PRECISION array, dimension (LDC,N) 138 *> The leading dimension of the array C. LDC >= max(1,M). 143 *> WORK is DOUBLE PRECISION array, dimension (LDWORK,K) 149 *> The leading dimension of the array WORK.
|
slarfb.f | 99 *> V is REAL array, dimension 109 *> The leading dimension of the array V. 117 *> T is REAL array, dimension (LDT,K) 125 *> The leading dimension of the array T. LDT >= K. 130 *> C is REAL array, dimension (LDC,N) 138 *> The leading dimension of the array C. LDC >= max(1,M). 143 *> WORK is REAL array, dimension (LDWORK,K) 149 *> The leading dimension of the array WORK.
|
zlarfb.f | 99 *> V is COMPLEX*16 array, dimension 109 *> The leading dimension of the array V. 117 *> T is COMPLEX*16 array, dimension (LDT,K) 125 *> The leading dimension of the array T. LDT >= K. 130 *> C is COMPLEX*16 array, dimension (LDC,N) 138 *> The leading dimension of the array C. LDC >= max(1,M). 143 *> WORK is COMPLEX*16 array, dimension (LDWORK,K) 149 *> The leading dimension of the array WORK.
|
clacgv.f | 50 *> X is COMPLEX array, dimension
|
zlacgv.f | 50 *> X is COMPLEX*16 array, dimension
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixBitMatrixParser.cpp | 34 int32_t dimension = bitMatrix->GetHeight();
local 35 if (dimension < 8 || dimension > 144 || (dimension & 0x01) != 0) {
|
BC_DataMatrixDetector.cpp | 171 int32_t dimension = std::min(dimensionRight, dimensionTop);
local 173 CorrectTopRight(bottomLeft, bottomRight, topLeft, topRight, dimension));
257 int32_t dimension) {
258 FX_FLOAT corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimension;
264 corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimension;
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_commands.c | 38 int pr_client_socket_id, cam_dimension_t dimension, 55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_commands.c | 38 int pr_client_socket_id, cam_dimension_t dimension, 55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_commands.c | 38 int pr_client_socket_id, cam_dimension_t dimension, 55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
OpenMapRealVector.java | 43 /** Dimension of the vector. */ 63 * Construct a (dimension)-length vector of zeros. 64 * @param dimension size of the vector 66 public OpenMapRealVector(int dimension) { 67 this(dimension, DEFAULT_ZERO_TOLERANCE); 71 * Construct a (dimension)-length vector of zeros, specifying zero tolerance. 72 * @param dimension Size of the vector 75 public OpenMapRealVector(int dimension, double epsilon) { 76 virtualSize = dimension; 94 * @param dimension The size of the vecto [all...] |
SparseFieldVector.java | 44 /** Dimension of the vector. */ 63 * Construct a (dimension)-length vector of zeros. 65 * @param dimension Size of the vector 67 public SparseFieldVector(Field<T> field, int dimension) { 69 virtualSize = dimension; 88 * @param dimension The size of the vector 91 public SparseFieldVector(Field<T> field, int dimension, int expectedSize) { 93 virtualSize = dimension; 558 * Check if instance dimension is equal to some expected value. 561 * expected dimension [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
box-handler.js | 38 // FIXME: There's probably a better way to turn a dimension back into a string.
|
/external/libjpeg-turbo/ |
turbojpeg.h | 594 * Compute the scaled value of <tt>dimension</tt> using the given scaling 595 * factor. This macro performs the integer equivalent of <tt>ceil(dimension * 598 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \ [all...] |
/frameworks/base/libs/hwui/renderstate/ |
OffscreenBufferPool.cpp | 101 uint32_t OffscreenBuffer::computeIdealDimension(uint32_t dimension) { 102 return uint32_t(ceilf(dimension / float(LAYER_SIZE)) * LAYER_SIZE);
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_commands.c | 38 int pr_client_socket_id, cam_dimension_t dimension, 55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 128 * Return the number of stored values for the default dimension 130 * @return the number of stored values for the default dimension 140 * Return the number of stored values for the given dimension. 142 * @param dim_id The id of the dimension (see {@link Dim#getId()}) 143 * @return the number of stored values for the given dimension 187 * Returns the standard deviation of the default dimension computed 200 * Returns the standard deviation of the given dimension computed 203 * @param dim_id The id of the dimension (see {@link Dim#getId()}) 240 * Return the index of the dimension corresponding to the given 241 * dimension id (see {@link Dim#getId()} 460 Dim dimension = (Dim) PerformanceTestPlugin.getDimension(dim_id); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParser.java | 557 * Adds padding to an existing dimension. 574 * @param s the dimension value from an XML attribute 614 // We only support dimension-type values, so try to parse the unit for dimension 615 DimensionEntry dimension = parseDimension(end); local 616 if (dimension != null) { 619 switch (dimension.type) {
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
DeprecatedAPIChecker.java | 447 int dimension = idx; local 448 char sigChar = tName.charAt(dimension); 453 elemType = tName.substring(dimension + 1, tName.length() - 1); 469 for (int i = 0; i < dimension; i++) {
|