Searched defs:ctype (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DJType.java189 public static JType convert(CType ctype, boolean useArray) { argument
192 javaType = arrayTypeMapping.get(ctype);
195 javaType = typeMapping.get(ctype);
198 throw new RuntimeException("Unsupported C type: " + ctype);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp32 #include <ctype.h>
2857 const uint16_t ctype = dtohs(chunk->type); local
2858 if (ctype == RES_STRING_POOL_TYPE) {
2869 } else if (ctype == RES_TABLE_PACKAGE_TYPE) {
2890 (void*)(int)(ctype),
5062 const uint16_t ctype = dtohs(chunk->type); local
5063 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) {
5110 } else if (ctype == RES_TABLE_TYPE_TYPE) {

Completed in 86 milliseconds