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

/frameworks/native/opengl/tools/glgen/src/
H A DJType.java281 public static JType convert(CType ctype, boolean useArray) { argument
284 javaType = arrayTypeMapping.get(ctype);
287 javaType = typeMapping.get(ctype);
290 throw new RuntimeException("Unsupported C type: " + ctype);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp20 #include <ctype.h>
3985 const uint16_t ctype = dtohs(chunk->type); local
3986 if (ctype == RES_STRING_POOL_TYPE) {
3997 } else if (ctype == RES_TABLE_PACKAGE_TYPE) {
4011 ctype,
6426 const uint16_t ctype = dtohs(chunk->type); local
6427 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) {
6501 } else if (ctype == RES_TABLE_TYPE_TYPE) {
6578 } else if (ctype == RES_TABLE_LIBRARY_TYPE) {

Completed in 77 milliseconds