Searched refs:type0 (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java179 * @param type0 {@code non-null;} the first element
183 public static StdTypeList make(Type type0, Type type1) { argument
185 result.set(0, type0);
193 * @param type0 {@code non-null;} the first element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
200 result.set(0, type0);
209 * @param type0 {@code non-null;} the first element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
218 result.set(0, type0);
/external/freetype/src/cache/
H A Dftcbasic.c582 FTC_ImageTypeRec type0; local
588 ftc_image_type_from_old_desc( &type0, desc );
591 &type0,
837 FTC_ImageTypeRec type0; local
843 ftc_image_type_from_old_desc( &type0, desc );
846 &type0,
/external/chromium/chrome/browser/autofill/
H A Dform_field.cc296 AddressType type0 = addresses[0]->FindType(); local
301 bool reversed = (type0 == kShippingAddress && type1 == kBillingAddress);
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6104 int type0 = primitiveValue0->primitiveType(); local
6106 if (CSSPrimitiveValue::isUnitTypeLength(type0)) {

Completed in 150 milliseconds