HomeSort by relevance Sort by last modified time
    Searched defs:dimension (Results 1 - 19 of 19) sorted by null

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
InefficientWeightDetector.java 89 String dimension; local
91 dimension = ATTR_LAYOUT_HEIGHT;
93 dimension = ATTR_LAYOUT_WIDTH;
95 Attr sizeNode = weightChild.getAttributeNodeNS(ANDROID_URI, dimension);
100 dimension, size);
  /external/doclava/src/com/google/doclava/
LinkReference.java 161 int dimension = 0; local
187 dimension++;
203 for (int j = 0; j < dimension; j++) {
209 dimension = 0;
TypeInfo.java 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
31 mDimension = dimension;
109 public String dimension() { method in class:TypeInfo
113 public void setDimension(String dimension) {
114 mDimension = dimension;
212 label += (isLastVararg) ? "..." : dimension();
336 + mIsWildcard + " Dimension: " + mDimension + " QualifedTypeName: "
InfoBuilder.java 310 if (type.dimension() != null) {
311 System.out.print(type.dimension());
713 newType = new TypeInfo(type.isPrimitive(), type.dimension(),
822 String dimension = null; local
870 dimension = getDimensions(tree);
872 TypeInfo type = new TypeInfo(isPrimitive, dimension, simpleTypeName, qualifiedTypeName, cl);
    [all...]
  /external/freetype/src/pshinter/
pshglob.h 133 /* dimension 0 => X coordinates + vertical hints/stems */
134 /* dimension 1 => Y coordinates + horizontal hints/stems */
138 PSH_DimensionRec dimension[2]; member in struct:PSH_GlobalsRec_
166 psh_dimension_snap_width( PSH_Dimension dimension,
pshrec.h 118 /* dimension-specific hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stems */
137 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
pshalgo.c 403 FT_Int dimension )
417 ps_debug_hint_func( hint, dimension );
442 FT_Int dimension,
445 PSH_Dimension dim = &globals->dimension[dimension];
461 if ( ( dimension == 0 && !glyph->do_horz_hints ) ||
462 ( dimension == 1 && !glyph->do_vert_hints ) )
474 do_snapping = ( dimension == 0 && glyph->do_horz_snapping ) ||
475 ( dimension == 1 && glyph->do_vert_snapping );
483 if ( dimension == 1
2192 FT_Int dimension; local
    [all...]
  /external/javassist/src/main/javassist/expr/
NewArray.java 120 * Returns the dimension of the created array.
243 int index, dimension; field in class:NewArray.ProceedForArray
249 dimension = dim;
256 if (num != dimension)
269 bytecode.add(dimension);
270 bytecode.growStack(1 - dimension);
  /frameworks/base/tools/aidl/
aidl_language.h 31 int dimension; member in struct:type_type
AST.h 61 int dimension; member in struct:Variable
65 Variable(Type* type, const string& name, int dimension);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 524 * Adds padding to an existing dimension.
541 * @param s the dimension value from an XML attribute
581 // We only support dimension-type values, so try to parse the unit for dimension
582 DimensionEntry dimension = parseDimension(end); local
583 if (dimension != null) {
586 switch (dimension.type) {
  /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/freetype/src/autofit/
afhints.c 243 FT_Int dimension; local
246 for ( dimension = 1; dimension >= 0; dimension-- )
248 AF_AxisHints axis = &hints->axis[dimension];
255 dimension == AF_DIMENSION_HORZ ? "vertical" : "horizontal" );
263 dimension == AF_DIMENSION_HORZ ? (int)seg->first->ox / 64.0
287 FT_Int dimension,
294 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
313 FT_Int dimension,
351 FT_Int dimension; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 348 String dimension; local
351 dimension = ATTR_LAYOUT_HEIGHT;
353 dimension = ATTR_LAYOUT_WIDTH;
355 element.setAttributeNS(ANDROID_URI, dimension, VALUE_ZERO_DP);
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 1779 int dimension; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 4222 milliseconds