Searched refs:typeCode (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 312 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 316 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN) in AaptSymbolEntry() 322 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal) in AaptSymbolEntry() 332 typeCode = o.typeCode; 353 int typeCode; variable 375 sym.typeCode = AaptSymbolEntry::TYPE_INT32; in addSymbol() 386 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
|
D | Resource.cpp | 2300 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeResourceLoadedCallback() 2364 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() 2597 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeTextLayoutClasses() 2689 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeSymbolClass() 2731 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass() 2801 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeTextSymbolClass()
|
/frameworks/native/libs/binder/ |
D | Debug.h | 32 void printTypeCode(uint32_t typeCode,
|
D | TextOutput.cpp | 46 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
|
D | Debug.cpp | 150 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument 153 char* end = typetostring(typeCode, buffer); in printTypeCode()
|
/frameworks/native/libs/binder/include/binder/ |
D | TextOutput.h | 90 inline uint32_t typeCode() const; 180 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
|