Searched refs:TYPES (Results 1 – 10 of 10) sorted by relevance
19 TYPES = { variable30 for gid, exts in TYPES.iteritems():65 for t in TYPES:66 for v in TYPES[t]:
37 const NumericalType TYPES[] = { variable51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);66 if (cType == TYPES[i].cType) { in findCType()91 for (auto t : TYPES) { in convertToTypeVector()216 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()217 specType = TYPES[typeIndex].specType; in parseParameterDefinition()218 isFloatType = TYPES[typeIndex].exponentBits > 0; in parseParameterDefinition()221 if (typeIndex < 0 || TYPES[typeIndex].kind != FLOATING_POINT) { in parseParameterDefinition()470 return stringReplace(s, pattern, TYPES[typeIdx].rsDataType); in expandRSTypeInString()
41 if (s == TYPES[i].cType) { in convertToRsType()42 *dataType = TYPES[i].rsDataType; in convertToRsType()325 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { in writeJavaInputAllocationDefinition()327 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()328 TYPES[param.typeIndex]); in writeJavaInputAllocationDefinition()331 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()332 TYPES[param.typeIndex]); in writeJavaInputAllocationDefinition()690 mJava->indent() << "Arrays.fill(" << p.javaArrayName << ", (" << TYPES[p.typeIndex].javaType in writeJavaArrayInitialization()
618 extern const NumericalType TYPES[];
44 private static final int[] TYPES = new int[SIZE]; field in ZenLog228 TYPES[sNext] = type; in append()246 pw.print(typeToString(TYPES[j])); in dump()
357 throw new XmlPullParserException("expected " + TYPES[type] in require()
275 … throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); in require()
58690 field public static final java.lang.String[] TYPES;
74788 Lorg/xmlpull/v1/XmlPullParser;->TYPES:[Ljava/lang/String;
74833 field public static final java.lang.String[] TYPES;