Searched refs:typeCode (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 314 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 318 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 324 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal) in AaptSymbolEntry() 334 typeCode = o.typeCode; 355 int typeCode; variable 377 sym.typeCode = AaptSymbolEntry::TYPE_INT32; in addSymbol() 388 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
|
D | Resource.cpp | 2092 if (sym.typeCode == AaptSymbolEntry::TYPE_UNKNOWN) { in writeResourceLoadedCallback() 2156 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() 2386 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeTextLayoutClasses() 2478 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeSymbolClass() 2524 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass() 2598 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeTextSymbolClass()
|
/frameworks/native/include/binder/ |
D | Debug.h | 34 void printTypeCode(uint32_t typeCode,
|
D | TextOutput.h | 91 inline uint32_t typeCode() const; 168 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
|
/frameworks/native/libs/binder/ |
D | Debug.cpp | 149 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument 152 char* end = typetostring(typeCode, buffer); in printTypeCode()
|
D | TextOutput.cpp | 144 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
|