Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJType.java281 public static JType convert(CType ctype, boolean useArray) { in convert() argument
284 javaType = arrayTypeMapping.get(ctype); in convert()
287 javaType = typeMapping.get(ctype); in convert()
290 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.inc14 #include <ctype.h>
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4173 const uint16_t ctype = dtohs(chunk->type); in addInternal() local
4174 if (ctype == RES_STRING_POOL_TYPE) { in addInternal()
4185 } else if (ctype == RES_TABLE_PACKAGE_TYPE) { in addInternal()
4199 ctype, in addInternal()
6674 const uint16_t ctype = dtohs(chunk->type); in parsePackage() local
6675 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) { in parsePackage()
6749 } else if (ctype == RES_TABLE_TYPE_TYPE) { in parsePackage()
6826 } else if (ctype == RES_TABLE_LIBRARY_TYPE) { in parsePackage()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake76 /* Define to 1 if you have the <ctype.h> header file. */
/frameworks/base/config/
Dhiddenapi-private-dex.txt129812 Ljava/io/StreamTokenizer;->ctype:[B