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

/frameworks/native/opengl/tools/glgen/src/
H A DJType.java277 public static JType convert(CType ctype, boolean useArray) { argument
280 javaType = arrayTypeMapping.get(ctype);
283 javaType = typeMapping.get(ctype);
286 throw new RuntimeException("Unsupported C type: " + ctype);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp20 #include <ctype.h>
3731 const uint16_t ctype = dtohs(chunk->type); local
3732 if (ctype == RES_STRING_POOL_TYPE) {
3743 } else if (ctype == RES_TABLE_PACKAGE_TYPE) {
3756 ctype,
6059 const uint16_t ctype = dtohs(chunk->type); local
6060 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) {
6124 } else if (ctype == RES_TABLE_TYPE_TYPE) {
6198 } else if (ctype == RES_TABLE_LIBRARY_TYPE) {

Completed in 149 milliseconds