HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /frameworks/base/tools/aidl/
aidl_language.h 31 int dimension; member in struct:type_type
aidl_language_y.y 322 $$.type.dimension = 0;
327 $$.type.dimension = count_brackets($2.buffer.data);
332 $$.type.dimension = 0;
AST.cpp 132 dimension(0)
139 dimension(0)
146 dimension(d)
164 for (int i=0; i<this->dimension; i++) {
AST.h 71 int dimension; member in struct:Variable
75 Variable(Type* type, const string& name, int dimension);
aidl.cpp 439 if (m->type.dimension > 0 && !returnType->CanBeArray()) {
446 if (m->type.dimension > 1) {
494 && (arg->type.dimension != 0 || t->CanBeOutParameter())) {
505 && arg->type.dimension == 0) {
514 if (arg->type.dimension > 0 && !t->CanBeArray()) {
523 if (arg->type.dimension > 1) {
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 86 final int dimension = 4; local
88 int arraySize = dimension * dimension * bytesPerPixel;
92 b.setX(dimension).setY(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/clang/test/SemaTemplate/
dependent-names.cpp 339 static const unsigned dimension = 3; member in struct:PR11421::X
340 template<unsigned dim=dimension>
  /external/chromium_org/base/strings/
string_util.cc 518 size_t dimension = 0; local
521 dimension < arraysize(kByteStringsUnlocalized) - 1) {
523 dimension++;
527 if (bytes != 0 && dimension > 0 && unit_amount < 100) {
529 kByteStringsUnlocalized[dimension]);
532 kByteStringsUnlocalized[dimension]);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 116 CDBG("Thumbnail Dimension = %dX%d",fmt->width,fmt->height);
129 CDBG("Snapshot Dimension = %dX%d",fmt->width,fmt->height);
141 CDBG("Livesnapshot Dimension = %dX%d",fmt->width,fmt->height);
344 cam_ctrl_dimension_t dimension;
357 dimension.orig_picture_dx = pme->dim.picture_width;
358 dimension.orig_picture_dy = pme->dim.picture_height;
359 dimension.thumbnail_width = pme->dim.ui_thumbnail_width;
360 dimension.thumbnail_height = pme->dim.ui_thumbnail_height;
361 dimension.main_img_format = pme->dim.main_img_format;
362 dimension.thumb_format = pme->dim.thumb_format
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 611 || !field.type().dimension().equals("") || field.containingClass().isInterface();
704 if (t.isPrimitive() && t.dimension().equals("")) {
708 && t.dimension().equals("")) {
722 (!t.isTypeVariable() ? "(" + t.qualifiedTypeName() + t.dimension() + ")" : "")
    [all...]
  /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/proguard/src/proguard/classfile/util/
ClassUtil.java 337 for (int dimension = 0; dimension < dimensionCount; dimension++)
    [all...]
  /external/eigen/blas/
chpmv.f 46 * AP - COMPLEX array of DIMENSION at least
62 * X - COMPLEX array of dimension at least
78 * Y - COMPLEX array of dimension at least
chpr2.f 46 * X - COMPLEX array of dimension at least
57 * Y - COMPLEX array of dimension at least
68 * AP - COMPLEX array of DIMENSION at least
ctbmv.f 69 * A - COMPLEX array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - COMPLEX array of dimension at least
dspmv.f 46 * AP - DOUBLE PRECISION array of DIMENSION at least
60 * X - DOUBLE PRECISION array of dimension at least
76 * Y - DOUBLE PRECISION array of dimension at least
dspr2.f 46 * X - DOUBLE PRECISION array of dimension at least
57 * Y - DOUBLE PRECISION array of dimension at least
68 * AP - DOUBLE PRECISION array of DIMENSION at least
dtbmv.f 69 * A - DOUBLE PRECISION array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - DOUBLE PRECISION array of dimension at least
sspmv.f 46 * AP - REAL array of DIMENSION at least
60 * X - REAL array of dimension at least
76 * Y - REAL array of dimension at least
sspr2.f 46 * X - REAL array of dimension at least
57 * Y - REAL array of dimension at least
68 * AP - REAL array of DIMENSION at least
stbmv.f 69 * A - REAL array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - REAL array of dimension at least
zhpmv.f 46 * AP - COMPLEX*16 array of DIMENSION at least
62 * X - COMPLEX*16 array of dimension at least
78 * Y - COMPLEX*16 array of dimension at least

Completed in 325 milliseconds

1 23 4 5 6