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

/frameworks/native/opengl/tools/glgen/src/
H A DJType.java199 public static JType convert(CType ctype, boolean useArray) { argument
202 javaType = arrayTypeMapping.get(ctype);
205 javaType = typeMapping.get(ctype);
208 throw new RuntimeException("Unsupported C type: " + ctype);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp33 #include <ctype.h>
3477 const uint16_t ctype = dtohs(chunk->type); local
3478 if (ctype == RES_STRING_POOL_TYPE) {
3489 } else if (ctype == RES_TABLE_PACKAGE_TYPE) {
3502 ctype,
5737 const uint16_t ctype = dtohs(chunk->type); local
5738 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) {
5800 } else if (ctype == RES_TABLE_TYPE_TYPE) {
5872 } else if (ctype == RES_TABLE_LIBRARY_TYPE) {

Completed in 458 milliseconds