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

1 2 3

  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 44 , dimension: function () {
50 var dimension
57 dimension = this.dimension()
58 scroll = $.camelCase(['scroll', dimension].join('-'))
68 this.$element[dimension](0)
70 this.$element[dimension](this.$element[0][scroll])
74 var dimension
76 dimension = this.dimension()
    [all...]
  /packages/apps/Gallery2/jni/filters/
kmeans.cc 50 int dimension = 3; local
58 runKMeans<unsigned char, int>(k, finalCentroids, small_ds, len, dimension,
68 dimension, stride, iterations, finalCentroids);
73 applyCentroids<unsigned char, int>(k, nextCentroids, dst, len, dimension, stride);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LinearLayoutWeightFix.java 56 String dimension; local
59 dimension = ATTR_LAYOUT_HEIGHT;
61 dimension = ATTR_LAYOUT_WIDTH;
63 element.setAttributeNS(ANDROID_URI, dimension, VALUE_ZERO_DP);
  /art/runtime/mirror/
array.cc 110 int dimension = dimensions->Get(i); local
111 if (UNLIKELY(dimension < 0)) {
112 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str());
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.h 35 const cam_ctrl_dimension_t * dimension; member in struct:omx_jpeg_encode_params_t
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 93 Dim dimension = this.dimensions[d]; local
94 int dim_id = dimension.getId();
96 printDimTitle(dimension.getName());
97 String displayValue = dimension.getDisplayValue(value);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
BezierCurve.java 24 /** The dimension of the curve. */
25 private int dimension; field in class:BezierCurve
30 public BezierCurve(final int type, final List<Structure> bezTriples, final int dimension) {
31 if (dimension != 2 && dimension != 3) {
32 throw new IllegalArgumentException("The dimension of the curve should be 2 or 3!");
35 this.dimension = dimension;
39 bezierPoints = new float[bezTriples.size()][3][dimension];
44 for (k = 0; k < dimension; ++k) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 47 private Vector3f dimension = new Vector3f(); field in class:SweepSphere
67 return dimension;
70 public void setDimension(Vector3f dimension) {
71 this.dimension.set(dimension);
72 this.invDim.set(1,1,1).divideLocal(dimension);
76 this.dimension.set(x,y,z);
77 this.invDim.set(1,1,1).divideLocal(dimension);
81 this.dimension.set(dim, dim, dim);
82 this.invDim.set(1,1,1).divideLocal(dimension);
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
138 PSH_DimensionRec dimension[2]; member in struct:PSH_GlobalsRec_
166 psh_dimension_snap_width( PSH_Dimension dimension,
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /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;
TypeInfo.java 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
31 mDimension = dimension;
109 public String dimension() { method in class:TypeInfo
113 public void setDimension(String dimension) {
114 mDimension = dimension;
212 label += (isLastVararg) ? "..." : dimension();
336 + mIsWildcard + " Dimension: " + mDimension + " QualifedTypeName: "
  /external/freetype/src/pshinter/
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
138 PSH_DimensionRec dimension[2]; member in struct:PSH_GlobalsRec_
166 psh_dimension_snap_width( PSH_Dimension dimension,
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /external/javassist/src/main/javassist/expr/
NewArray.java 120 * Returns the dimension of the created array.
243 int index, dimension; field in class:NewArray.ProceedForArray
249 dimension = dim;
256 if (num != dimension)
269 bytecode.add(dimension);
270 bytecode.growStack(1 - dimension);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium_org/ui/gfx/
icon_util.cc 40 // Windows icons. For each desired image dimension, it chooses the most
52 int dimension = IconUtil::kIconDimensions[i]; local
53 gfx::Size size(dimension, dimension);
63 if (dimension > IconUtil::kMediumIconSize &&
75 // There is no |dimension|x|dimension| source image.
84 dimension, 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...]
  /frameworks/base/tools/aidl/
AST.h 71 int dimension; member in struct:Variable
75 Variable(Type* type, const string& name, int dimension);
aidl_language.h 31 int dimension; member in struct:type_type
  /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) {
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 326 int dimension = type.dimension().length() / 2; local
327 while (dimension > 0) {
329 dimension--;
340 if (!"".equals(type.dimension())) {
  /external/chromium_org/base/strings/
string_util.cc 583 size_t dimension = 0; local
586 dimension < arraysize(kByteStringsUnlocalized) - 1) {
588 dimension++;
592 if (bytes != 0 && dimension > 0 && unit_amount < 100) {
594 kByteStringsUnlocalized[dimension]);
597 kByteStringsUnlocalized[dimension]);
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 243 FT_Int dimension; local
246 for ( dimension = 1; dimension >= 0; dimension-- )
248 AF_AxisHints axis = &hints->axis[dimension];
255 dimension == AF_DIMENSION_HORZ ? "vertical" : "horizontal" );
263 dimension == AF_DIMENSION_HORZ ? (int)seg->first->ox / 64.0
287 FT_Int dimension,
294 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
313 FT_Int dimension,
351 FT_Int dimension; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 108 declaration.Dimension = 0;
122 unsigned dimension,
137 declaration.Dimension = dimension;
366 full_decl->Declaration.Dimension,
383 if (full_decl->Declaration.Dimension) {
791 src_register.Dimension = 0;
807 unsigned dimension,
830 src_register.Dimension = dimension;
841 struct tgsi_dimension dimension; local
871 struct tgsi_dimension dimension; local
    [all...]

Completed in 416 milliseconds

1 2 3