/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion12-expected-completion75.txt | 6 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension] 7 android:scrollY : The initial vertical scroll offset, in pixels. [dimension] 9 android:padding : Sets the padding, in pixels, of all four edges. [dimension] 10 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension] 11 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension] 12 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension] 13 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension] 14 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension] 15 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension] 26 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars. [dimension] [all...] |
animator1-expected-completion59.txt | 8 android:valueFrom : Value the animation starts from. [integer, float, color, dimension] 9 android:valueTo : Value the animation animates to. [integer, float, color, dimension]
|
drawable2-expected-completion51.txt | 7 android:innerRadius : Inner radius of the ring. [dimension] 8 android:thickness : Thickness of the ring. [dimension]
|
/packages/apps/Launcher2/res/values/ |
attrs.xml | 68 <attr name="cellWidth" format="dimension" /> 70 <attr name="cellHeight" format="dimension" /> 74 <attr name="widthGap" format="dimension" /> 75 <attr name="heightGap" format="dimension" /> 76 <!-- The max gap size for each dimension --> 77 <attr name="maxGap" format="dimension" /> 100 <attr name="pageLayoutWidthGap" format="dimension" /> 101 <attr name="pageLayoutHeightGap" format="dimension" /> 103 <attr name="pageLayoutPaddingTop" format="dimension" /> 104 <attr name="pageLayoutPaddingBottom" format="dimension" /> [all...] |
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
differ_block_sse2.h | 21 // Find block difference of dimension 16x16. 26 // Find block difference of dimension 32x32.
|
/frameworks/base/rs/java/android/renderscript/ |
Type.java | 25 * dimension. A Type may be multidimensional, up to three dimensions. A nonzero 26 * value in the Y or Z dimensions indicates that the dimension is present. Note 27 * that a Type with only a given X dimension and a Type with the same X 28 * dimension but Y = 1 are not equivalent.</p> 86 * Return the value of the X dimension. 95 * Return the value of the Y dimension or 0 for a 1D allocation. 104 * Return the value of the Z dimension or 0 for a 1D or 2D allocation. 218 * @param dimX The X dimension, must be > 0 224 throw new RSInvalidStateException("Dimension must be >= 1."); 241 * @param dimX The X dimension, must be > [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);
|
/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...] |
tgsi_parse.c | 112 if (decl->Declaration.Dimension) { 216 assert( !inst->Dst[i].Indirect.Dimension ); 219 if( inst->Dst[i].Register.Dimension ) { 220 next_token( ctx, &inst->Dst[i].Dimension ); 225 assert( !inst->Dst[i].Dimension.Dimension ); 227 if( inst->Dst[i].Dimension.Indirect ) { 234 assert( !inst->Dst[i].Indirect.Dimension ); 252 assert( !inst->Src[i].Indirect.Dimension ); 255 if( inst->Src[i].Register.Dimension ) { [all...] |
/external/mesa3d/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...] |
tgsi_parse.c | 112 if (decl->Declaration.Dimension) { 216 assert( !inst->Dst[i].Indirect.Dimension ); 219 if( inst->Dst[i].Register.Dimension ) { 220 next_token( ctx, &inst->Dst[i].Dimension ); 225 assert( !inst->Dst[i].Dimension.Dimension ); 227 if( inst->Dst[i].Dimension.Indirect ) { 234 assert( !inst->Dst[i].Indirect.Dimension ); 252 assert( !inst->Src[i].Indirect.Dimension ); 255 if( inst->Src[i].Register.Dimension ) { [all...] |
/packages/apps/Launcher3/res/values/ |
attrs.xml | 50 <attr name="cellWidth" format="dimension" /> 52 <attr name="cellHeight" format="dimension" /> 56 <attr name="widthGap" format="dimension" /> 57 <attr name="heightGap" format="dimension" /> 58 <!-- The max gap size for each dimension --> 59 <attr name="maxGap" format="dimension" /> 76 <attr name="pageLayoutWidthGap" format="dimension" /> 77 <attr name="pageLayoutHeightGap" format="dimension" /> 96 <attr name="widgetCellWidthGap" format="dimension" /> 98 <attr name="widgetCellHeightGap" format="dimension" /> [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.c | 534 /* finalize a given dimension */ 536 ps_dimension_done( PS_Dimension dimension, 539 ps_mask_table_done( &dimension->counters, memory ); 540 ps_mask_table_done( &dimension->masks, memory ); 541 ps_hint_table_done( &dimension->hints, memory ); 545 /* initialize a given dimension */ 547 ps_dimension_init( PS_Dimension dimension ) 549 dimension->hints.num_hints = 0; 550 dimension->masks.num_masks = 0; 551 dimension->counters.num_masks = 0 [all...] |
pshalgo.c | 402 FT_Int dimension ) 416 ps_debug_hint_func( hint, dimension ); 441 FT_Int dimension, 444 PSH_Dimension dim = &globals->dimension[dimension]; 460 if ( ( dimension == 0 && !glyph->do_horz_hints ) || 461 ( dimension == 1 && !glyph->do_vert_hints ) ) 473 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) || 474 ( dimension == 1 && glyph->do_vert_snapping ); 482 if ( dimension == 1 2191 FT_Int dimension; local [all...] |
/external/freetype/src/pshinter/ |
pshrec.c | 534 /* finalize a given dimension */ 536 ps_dimension_done( PS_Dimension dimension, 539 ps_mask_table_done( &dimension->counters, memory ); 540 ps_mask_table_done( &dimension->masks, memory ); 541 ps_hint_table_done( &dimension->hints, memory ); 545 /* initialize a given dimension */ 547 ps_dimension_init( PS_Dimension dimension ) 549 dimension->hints.num_hints = 0; 550 dimension->masks.num_masks = 0; 551 dimension->counters.num_masks = 0 [all...] |
pshalgo.c | 402 FT_Int dimension ) 416 ps_debug_hint_func( hint, dimension ); 441 FT_Int dimension, 444 PSH_Dimension dim = &globals->dimension[dimension]; 460 if ( ( dimension == 0 && !glyph->do_horz_hints ) || 461 ( dimension == 1 && !glyph->do_vert_hints ) ) 473 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) || 474 ( dimension == 1 && glyph->do_vert_snapping ); 482 if ( dimension == 1 2188 FT_Int dimension; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshrec.c | 534 /* finalize a given dimension */ 536 ps_dimension_done( PS_Dimension dimension, 539 ps_mask_table_done( &dimension->counters, memory ); 540 ps_mask_table_done( &dimension->masks, memory ); 541 ps_hint_table_done( &dimension->hints, memory ); 545 /* initialize a given dimension */ 547 ps_dimension_init( PS_Dimension dimension ) 549 dimension->hints.num_hints = 0; 550 dimension->masks.num_masks = 0; 551 dimension->counters.num_masks = 0 [all...] |
pshalgo.c | 402 FT_Int dimension ) 416 ps_debug_hint_func( hint, dimension ); 441 FT_Int dimension, 444 PSH_Dimension dim = &globals->dimension[dimension]; 460 if ( ( dimension == 0 && !glyph->do_horz_hints ) || 461 ( dimension == 1 && !glyph->do_vert_hints ) ) 473 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) || 474 ( dimension == 1 && glyph->do_vert_snapping ); 482 if ( dimension == 1 2191 FT_Int dimension; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
preferences.html | 36 <h2>Default dimension</h2> 38 This is the dimension used to compute delta and make the verification. Currently 39 this is the <b>Elapsed Process Time</b> dimension. 41 <i>Note that the default dimension must belong to the <b>Results dimensions</b> 53 <i>Note that the default dimension described above must belong to the selected
|
/frameworks/base/docs/html/guide/topics/resources/ |
layout-resource.jd | 39 android:layout_height=["<em>dimension</em>" | "fill_parent" | "wrap_content"] 40 android:layout_width=["<em>dimension</em>" | "fill_parent" | "wrap_content"] 44 android:layout_height=["<em>dimension</em>" | "fill_parent" | "wrap_content"] 45 android:layout_width=["<em>dimension</em>" | "fill_parent" | "wrap_content"] 84 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The height for the group, as a 85 dimension value (or <a 86 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"} 90 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The width for the group, as a 91 dimension value (or < [all...] |
/external/eigen/test/ |
umeyama.cpp | 120 template<typename Scalar, int Dimension> 124 typedef Matrix<Scalar, Dimension+1, Dynamic> MatrixX; 125 typedef Matrix<Scalar, Dimension+1, Dimension+1> HomMatrix; 126 typedef Matrix<Scalar, Dimension, Dimension> FixedMatrix; 127 typedef Matrix<Scalar, Dimension, 1> FixedVector; 129 const int dim = Dimension; 148 Block<MatrixX, Dimension, Dynamic> src_block(src,0,0,dim,num_elements); 149 Block<MatrixX, Dimension, Dynamic> dst_block(dst,0,0,dim,num_elements) [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Type.java | 32 * and an X dimension. A Type may be multidimensional, up to three dimensions. 33 * A nonzero value in the Y or Z dimensions indicates that the dimension is 34 * present. Note that a Type with only a given X dimension and a Type with the 35 * same X dimension but Y = 1 are not equivalent.</p> 88 * Return the value of the X dimension. 97 * Return the value of the Y dimension or 0 for a 1D allocation. 106 * Return the value of the Z dimension or 0 for a 1D or 2D allocation. 222 * Add a dimension to the Type. 229 throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid."); 237 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid.") [all...] |
/external/eigen/unsupported/Eigen/src/Splines/ |
SplineFwd.h | 29 enum { Dimension = _Dim /*!< The spline curve's dimension. */ }; 42 typedef Array<Scalar,Dimension,Dynamic,ColMajor,Dimension,NumOfDerivativesAtCompileTime> DerivativeType; 45 typedef Array<Scalar,Dimension,1> PointType; 51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
enhancer.h | 30 int16_t *odata, /* (o) smoothed block, dimension blockl */ 32 int16_t idatal, /* (i) dimension idata */ 36 int16_t periodl /* (i) dimension of period and plocs */
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
frame_preprocessor.h | 42 // Set target resolution: frame rate and dimension. 46 // Update incoming frame rate/dimension. 51 // Set decimated values: frame rate/dimension.
|