Searched refs:TYPES (Results 1 – 7 of 7) sorted by relevance
42 private static final int[] TYPES = new int[SIZE]; field in ZenLog172 TYPES[sNext] = type; in append()190 pw.print(typeToString(TYPES[j])); in dump()
388 const Type TYPES[] = {{"f16", "FLOAT_16", "half", "half", FLOATING_POINT, 11, 5}, variable400 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);405 if (cType == TYPES[i].cType) { in FindCType()676 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition()677 specType = TYPES[typeIndex].specType; in parseParameterDefinition()678 isFloatType = TYPES[typeIndex].exponentBits > 0; in parseParameterDefinition()1033 if (s.find(TYPES[i].specType) != string::npos) { in scanSpecification()1034 t.push_back(TYPES[i].cType); in scanSpecification()1469 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { in writeJavaInputAllocationDefinition()1471 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()[all …]
31 public static final String[] TYPES = {"default", "*"}; field in ApnSettingTest
356 throw new XmlPullParserException("expected " + TYPES[type] in require()
271 … throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); in require()
61221 field public static final java.lang.String[] TYPES;
58692 field public static final java.lang.String[] TYPES;