HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 76 - 100 of 213) sorted by null

1 2 34 5 6 7 8 9

  /external/eigen/lapack/
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
slarfg.f 76 *> X is REAL array, dimension
  /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 440 if (m->type.dimension > 0 && !returnType->CanBeArray()) {
447 if (m->type.dimension > 1) {
495 && (arg->type.dimension != 0 || t->CanBeOutParameter())) {
506 && arg->type.dimension == 0) {
515 if (arg->type.dimension > 0 && !t->CanBeArray()) {
524 if (arg->type.dimension > 1) {
    [all...]
  /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,
  /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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
domain.h 154 int cloog_domain_lazy_isconstant(CloogDomain *domain, int dimension,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h 154 int cloog_domain_lazy_isconstant(CloogDomain *domain, int dimension,
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /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 473 size_t dimension = 0; local
476 dimension < arraysize(kByteStringsUnlocalized) - 1) {
478 dimension++;
482 if (bytes != 0 && dimension > 0 && unit_amount < 100) {
484 kByteStringsUnlocalized[dimension]);
487 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...]
  /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 360 for (int dimension = 0; dimension < dimensionCount; dimension++)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/
CodeWriter.py 107 if node.dimension is not None:
108 self.visit(node.dimension)
114 if node.dimension is not None:
115 self.visit(node.dimension)

Completed in 863 milliseconds

1 2 34 5 6 7 8 9