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

/frameworks/base/opengl/tools/glgen/src/
H A DJType.java161 public static JType convert(CType ctype, boolean useArray) { argument
164 javaType = arrayTypeMapping.get(ctype);
167 javaType = typeMapping.get(ctype);
170 throw new RuntimeException("Unsupported C type: " + ctype);
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp337 string ctype; local
340 ctype = "bold";
343 ctype = "italic";
346 ctype = "underline";
349 if (ctype != "") {
351 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "ctype", ctype));
/frameworks/base/libs/utils/
H A DResourceTypes.cpp32 #include <ctype.h>
1766 const uint16_t ctype = dtohs(chunk->type); local
1767 if (ctype == RES_STRING_POOL_TYPE) {
1778 } else if (ctype == RES_TABLE_PACKAGE_TYPE) {
1790 (void*)(int)(ctype),
3868 const uint16_t ctype = dtohs(chunk->type); local
3869 if (ctype == RES_TABLE_TYPE_SPEC_TYPE) {
3916 } else if (ctype == RES_TABLE_TYPE_TYPE) {

Completed in 369 milliseconds