/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.h | 127 // Fractional index into the gain dimension of the coef table in 130 // Fractional index into the bandwidth dimension of the coef table in 133 // Fractional index into the frequency dimension of the coef table in
|
/packages/apps/Camera2/src/com/android/camera/data/ |
LocalDataUtil.java | 58 * Decodes the dimension of a bitmap. 83 * Decodes the dimension of a bitmap. 97 Log.e(TAG, "Bitmap dimension decoding failed");
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
FixedAspectSurfaceView.java | 34 * the dimension that is best adjusted to maintain the aspect ratio.</p> 86 // Sort out which dimension to scale, if either can be. There are 9 combinations of 99 // This means keeping one dimension as large as possible and shrinking the other
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
LayoutRenderer.java | 25 import java.awt.Dimension; 59 public Dimension getPreferredSize() { 60 return new Dimension(EMULATED_SCREEN_WIDTH + SCREEN_MARGIN,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 43 <attr name="scrollbarSize" format="dimension" /> 131 <attr name="scrollX" format="dimension" /> 134 <attr name="scrollY" format="dimension" /> 227 be a dimension (such as "12dip") for a constant width or one of 229 <attr name="layout_width" format="dimension"> 238 be a dimension (such as "12dip") for a constant height or one of 240 <attr name="layout_height" format="dimension"> 260 <attr name="layout_marginLeft" format="dimension" /> 263 <attr name="layout_marginTop" format="dimension" /> 266 <attr name="layout_marginRight" format="dimension" /> [all...] |
/external/ceres-solver/include/ceres/ |
numeric_diff_cost_function.h | 88 // Dimension of residual ------------+ | | 89 // Dimension of x ----------------------+ | 90 // Dimension of y -------------------------+ 110 // Dimension of x ------------------------------------------------+ | 111 // Dimension of y ---------------------------------------------------+ 124 // there is a tendency to set the template parameters to (dimension of 125 // residual, number of parameters) instead of passing a dimension
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/ |
ValuesDescriptors.java | 143 "dimension", //$NON-NLS-1$ 177 "Dimension", 178 "You can create common dimensions to use for various screen elements by defining @dimension@ values in XML. A dimension resource is a number followed by a unit of measurement. Supported units are px (pixels), in (inches), mm (millimeters), pt (points at 72 DPI), dp (density-independent pixels) and sp (scale-independent pixels)", 179 "http://code.google.com/android/reference/available-resources.html#dimension", //$NON-NLS-1$ 184 .setTooltip("The mandatory name used in referring to this dimension."), 187 "A mandatory dimension value is a number followed by a unit of measurement. For example: 10px, 2in, 5sp.")
|
/frameworks/base/core/res/res/values/ |
attrs.xml | 172 <attr name="textUnderlineThickness" format="reference|dimension" /> 238 <attr name="listPreferredItemHeight" format="dimension" /> 240 <attr name="listPreferredItemHeightSmall" format="dimension" /> 242 <attr name="listPreferredItemHeightLarge" format="dimension" /> 244 <attr name="searchResultListItemHeight" format="dimension" /> 247 <attr name="listPreferredItemPaddingLeft" format="dimension" /> 249 <attr name="listPreferredItemPaddingRight" format="dimension" /> 267 <attr name="expandableListPreferredItemPaddingLeft" format="dimension" /> 270 <attr name="expandableListPreferredChildPaddingLeft" format="dimension" /> 273 <attr name="expandableListPreferredItemIndicatorLeft" format="dimension" /> [all...] |
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
MemoryView.py | 321 # slice, unspecified dimension, or part of ellipsis 689 "Fortran contiguous specifier must follow an indirect dimension") 692 # Contiguous in the last dimension, find the last indirect dimension 698 # Replace 'strided' with 'follow' for any dimension following the last 699 # indirect dimension, the first dimension or the dimension following 711 "Indirect dimension may not follow " 712 "Fortran contiguous dimension") [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
more-resources.jd | 13 <dt><a href="#Dimension">Dimension</a></dt> 14 <dd>XML resource that carries a dimension value (with a unit of measure).</dd> 212 <h2 id="Dimension">Dimension</h2> 214 <p>A dimension value defined in XML. A dimension 244 <p class="note"><strong>Note:</strong> A dimension is a simple resource that is referenced 246 such, you can combine dimension resources with other simple resources in the one XML file, 269 ><em>dimension</em></dimen> [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 99 if (dst->Register.Dimension) { 105 dst->Dimension.Index); 117 if (src->Register.Dimension) { 123 src->Dimension.Index); 412 * have an implied second dimension */ 423 if (decl->Declaration.Dimension) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_shader_tokens.h | 119 unsigned Dimension : 1; /**< any extra dimension info? */ 570 unsigned Dimension : 1; /* BOOL */ 586 * Then, if tgsi_src_register::Dimension is TRUE, tgsi_dimension follows. 593 unsigned Dimension : 1; /* BOOL */ 603 unsigned Dimension : 1; /* BOOL */
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 99 if (dst->Register.Dimension) { 105 dst->Dimension.Index); 117 if (src->Register.Dimension) { 123 src->Dimension.Index); 412 * have an implied second dimension */ 423 if (decl->Declaration.Dimension) {
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 119 unsigned Dimension : 1; /**< any extra dimension info? */ 570 unsigned Dimension : 1; /* BOOL */ 586 * Then, if tgsi_src_register::Dimension is TRUE, tgsi_dimension follows. 593 unsigned Dimension : 1; /* BOOL */ 603 unsigned Dimension : 1; /* BOOL */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adomd.h | 63 typedef struct Dimension Dimension; [all...] |
/external/chromium_org/third_party/skia/tests/ |
TextureCompressionTest.cpp | 53 // also not divisible by 12. Our dimensions are prime, so any block dimension 84 // ASTC is at most 12x12, and any dimension divisible by 12 is also divisible 117 // ASTC is at most 12x12, and any dimension divisible by 12 is also divisible
|
/frameworks/base/docs/html/distribute/analyze/ |
measure.jd | 144 use case might be using a user-scoped custom dimension to capture the 147 An example of a hit-level custom dimension could be capturing landscape or 157 A specific custom dimension that may be of interest to your business is the
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 40 pushes dimension specifications down the tree 89 dimension, it can specify one of:</p> 114 used by a parent to determine the desired dimension
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_jpeg_encoder.h | 43 extern int8_t mm_jpeg_encoder_encode(const cam_ctrl_dimension_t * dimension,
|
mm_omx_jpeg_encoder.h | 35 const cam_ctrl_dimension_t * dimension; member in struct:omx_jpeg_encode_params_t
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
mm_qcamera_commands.h | 54 int pr_client_socket_id, cam_dimension_t dimension,
|
/external/chromium_org/cc/animation/ |
animation_curve.h | 84 // Set |max_scale| to the maximum scale along any dimension at the end of
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
wallpaper_manager_test_utils.h | 31 // Dimension used for width and height of default wallpaper images. A
|
/external/chromium_org/chrome/utility/ |
chrome_content_utility_client_unittest.cc | 52 // Sizes which should trigger dimension-halving 0, 1 and 2 times
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDimension.h | 39 // This class corresponds to a dimension as described in HTML5 by the
|