/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 216 if (v->dimension == 0) { 219 if (v->dimension == 1) { 228 if (v->dimension == 0) { 231 if (v->dimension == 1) { 240 if (v->dimension == 0) { 243 if (v->dimension == 1) { 276 decl->returnTypeDimension = method->type.dimension; 283 arg->type.dimension)); 308 v->dimension = arg->type.dimension; [all...] |
/packages/inputmethods/LatinIME/java/res/values/ |
attrs.xml | 56 <attr name="keyHintLetterPadding" format="dimension" /> 60 <attr name="keyPopupHintLetterPadding" format="dimension" /> 62 <attr name="keyShiftedLetterHintPadding" format="dimension" /> 72 <attr name="verticalCorrection" format="dimension" /> 88 <attr name="keyHysteresisDistance" format="dimension" /> 90 <attr name="keyHysteresisDistanceForSlidingModifier" format="dimension" /> 94 <attr name="touchNoiseThresholdDistance" format="dimension" /> 98 <attr name="slidingKeyInputPreviewWidth" format="dimension" /> 112 <attr name="keyPreviewOffset" format="dimension" /> 114 <attr name="keyPreviewHeight" format="dimension" /> [all...] |
/art/runtime/mirror/ |
array.cc | 86 int dimension = dimensions->Get(i); local 87 if (UNLIKELY(dimension < 0)) { 88 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str());
|
/cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/ |
CpuNative.java | 35 * @param n dimension, should be multiple of 8
|
/development/samples/Snake/res/values/ |
attrs.xml | 20 <attr name="tileSize" format="dimension" />
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_jpeg_encoder.c | 304 int8_t mm_jpeg_encoder_encode(const cam_ctrl_dimension_t * dimension, 386 tn_img_info.width = dimension->thumbnail_width * w_scale_factor; 387 tn_img_info.height = dimension->thumbnail_height; 392 tn_img_info.p_fragments[0].height = CEILING16(dimension->thumbnail_height); 411 actual_size = dimension->thumbnail_width * dimension->thumbnail_height; 412 padded_size = dimension->thumbnail_width * 413 CEILING16(dimension->thumbnail_height); 441 CDBG("jpeg_encoder_encode size %dx%d\n",dimension->orig_picture_dx,dimension->orig_picture_dy) [all...] |
/external/chromium_org/ash/system/tray/ |
fixed_sized_scroll_view.h | 14 // A custom scroll-view that has a specified dimension.
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
glossary.rst | 19 dimension which is not a power of two.
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
lsf_check.h | 30 int dim, /* dimension of LSF */
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/ |
generate_images.sh | 18 # Generate a dimension such that one side is equal to MAX_DIM
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
properties.html | 42 <h2>Dimension properties</h2>
|
/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/eigen/Eigen/src/Eigen2Support/Geometry/ |
ParametrizedLine.h | 26 * \param _AmbientDim the dimension of the ambient space, can be a compile time value or Dynamic. 41 /** Constructs a dynamic-size line with \a _dim the dimension 59 /** \returns the dimension in which the line holds */ 122 * \warning the ambient space must have dimension 2 such that the hyperplane actually describes a line
|
/external/eigen/Eigen/src/Geometry/ |
ParametrizedLine.h | 27 * \param _AmbientDim the dimension of the ambient space, can be a compile time value or Dynamic. 51 /** Constructs a dynamic-size line with \a _dim the dimension 70 /** \returns the dimension in which the line holds */ 142 * \warning the ambient space must have dimension 2 such that the hyperplane actually describes a line
|
/external/junit/src/org/junit/internal/ |
ArrayComparisonFailure.java | 22 * dimension that was not equal
|
/external/mesa3d/src/gallium/docs/source/ |
glossary.rst | 19 dimension which is not a power of two.
|
/frameworks/base/core/java/android/annotation/ |
DimenRes.java | 29 * to be a dimension resource reference (e.g. {@link android.R.dimen#app_icon_size}).
|
/frameworks/base/core/res/res/values-sw600dp/ |
dimens.xml | 61 (the screen is in landscape). This may be either a fraction or a dimension.--> 64 (the screen is in portrait). This may be either a fraction or a dimension.--> 67 (the screen is in portrait). This may be either a fraction or a dimension.--> 70 (the screen is in landscape). This may be either a fraction or a dimension.-->
|
/frameworks/base/core/res/res/values-sw720dp/ |
dimens.xml | 25 (the screen is in landscape). This may be either a fraction or a dimension.--> 28 (the screen is in portrait). This may be either a fraction or a dimension.--> 31 (the screen is in portrait). This may be either a fraction or a dimension.--> 34 (the screen is in landscape). This may be either a fraction or a dimension.-->
|
/frameworks/base/rs/java/android/renderscript/ |
AllocationAdapter.java | 171 * contain the Y dimension. 180 throw new RSInvalidStateException("Cannot set Y greater than dimension of allocation."); 192 * contain the Z dimension. 201 throw new RSInvalidStateException("Cannot set Z greater than dimension of allocation.");
|
/frameworks/support/annotations/src/android/support/annotation/ |
DimenRes.java | 29 * to be a dimension resource reference (e.g. {@link android.R.dimen#app_icon_size}).
|
/packages/apps/Dialer/res/values/ |
attrs.xml | 28 <attr name="call_log_voicemail_status_height" format="dimension" />
|
/packages/apps/TvSettings/Settings/res/values/ |
attrs.xml | 29 <attr name="minTickWidth" format="dimension" /> 59 <attr name="space" format="dimension" /> 75 <attr name="selectedSize" format="dimension" /> 97 <attr name="scrollCenterOffset" format="dimension" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 66 EnumSet.of(Format.DIMENSION, Format.ENUM), 74 EnumSet.of(Format.DIMENSION, Format.ENUM), 82 EnumSet.of(Format.DIMENSION, Format.ENUM), 91 EnumSet.of(Format.DIMENSION),
|
/sdk/testapps/customViewTest/libWithCustomView/res/values/ |
attrs.xml | 23 <attr name="textSize" format="dimension" />
|