Searched refs:typeCode (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/utils/
H A DDebug.h55 void printTypeCode(uint32_t typeCode,
H A DTextOutput.h86 inline uint32_t typeCode() const;
163 inline uint32_t TypeCode::typeCode() const { return mCode; } function in class:android::TypeCode
/frameworks/base/tools/aapt/
H A DAaptAssets.h322 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
326 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
332 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
342 typeCode = o.typeCode;
363 int typeCode; member in class:AaptSymbolEntry
385 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
396 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
H A DResource.cpp1603 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
1844 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
1900 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) {
/frameworks/native/libs/utils/
H A DTextOutput.cpp129 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);

Completed in 69 milliseconds