Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DJType.java199 public static JType convert(CType ctype, boolean useArray) { in convert() argument
202 javaType = arrayTypeMapping.get(ctype); in convert()
205 javaType = typeMapping.get(ctype); in convert()
208 throw new RuntimeException("Unsupported C type: " + ctype); in convert()
/frameworks/base/media/mca/
Dstructgen.py107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument
113 self.ctype = ctype
118 return " %s %s;" % (self.ctype, self.name)
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc13 #include <ctype.h>
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2998 const uint16_t ctype = dtohs(chunk->type); in add() local
2999 if (ctype == RES_STRING_POOL_TYPE) { in add()
3010 } else if (ctype == RES_TABLE_PACKAGE_TYPE) { in add()
3031 (void*)(int)(ctype), in add()
5218 const uint16_t ctype = dtohs(chunk->type); in parsePackage() local
5219 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) { in parsePackage()
5266 } else if (ctype == RES_TABLE_TYPE_TYPE) { in parsePackage()