Searched refs:ctype (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 199 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/ |
D | structgen.py | 107 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/ |
D | System.inc | 13 #include <ctype.h>
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3477 const uint16_t ctype = dtohs(chunk->type); in addInternal() local 3478 if (ctype == RES_STRING_POOL_TYPE) { in addInternal() 3489 } else if (ctype == RES_TABLE_PACKAGE_TYPE) { in addInternal() 3502 ctype, in addInternal() 5737 const uint16_t ctype = dtohs(chunk->type); in parsePackage() local 5738 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) { in parsePackage() 5800 } else if (ctype == RES_TABLE_TYPE_TYPE) { in parsePackage() 5872 } else if (ctype == RES_TABLE_LIBRARY_TYPE) { in parsePackage()
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 740 …<li>Added the following functions to <code>ctype.h</code> and <code>wchar.h</code>: <code>dn_expan…
|