Searched refs:typeCode (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 322 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 326 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 332 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal) in AaptSymbolEntry() 342 typeCode = o.typeCode; 363 int typeCode; variable 385 sym.typeCode = AaptSymbolEntry::TYPE_INT32; in addSymbol() 396 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
|
D | Resource.cpp | 1603 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() 1844 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeSymbolClass() 1900 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass()
|
/frameworks/native/include/utils/ |
D | TextOutput.h | 86 inline uint32_t typeCode() const; 163 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
|
D | Debug.h | 55 void printTypeCode(uint32_t typeCode,
|
/frameworks/native/libs/utils/ |
D | Debug.cpp | 163 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument 166 char* end = typetostring(typeCode, buffer); in printTypeCode()
|
D | TextOutput.cpp | 129 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
|