Searched refs:TYPES (Results 1 – 11 of 11) sorted by relevance
19 TYPES = { variable30 for gid, exts in TYPES.iteritems():65 for t in TYPES:66 for v in TYPES[t]:
83 template<typename... TYPES> struct describe_impl;84 template<typename T, typename... TYPES> struct describe_impl<T, TYPES...> {89 return describe_impl<TYPES...>::describe(index); in describe()107 template<typename... TYPES> struct fill_descriptors_impl;108 template<typename T, typename... TYPES> struct fill_descriptors_impl<T, TYPES...> {110 fill_descriptors_impl<TYPES...>::fill(vec); in fill()
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[];
45 private static final int[] TYPES = new int[SIZE]; field in ZenLog239 TYPES[sNext] = type; in append()257 pw.print(typeToString(TYPES[j])); in dump()
356 throw new XmlPullParserException("expected " + TYPES[type] in require()
290 … throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription()); in require()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
58690 field public static final java.lang.String[] TYPES;
82113 field public static final String[] TYPES;