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

/frameworks/native/include/binder/
H A DDebug.h33 void printTypeCode(uint32_t typeCode,
H A DTextOutput.h86 inline uint32_t typeCode() const;
177 inline uint32_t TypeCode::typeCode() const { return mCode; } function in class:android::TypeCode
/frameworks/native/libs/binder/include/binder/
H A DDebug.h33 void printTypeCode(uint32_t typeCode,
H A DTextOutput.h86 inline uint32_t typeCode() const;
177 inline uint32_t TypeCode::typeCode() const { return mCode; } function in class:android::TypeCode
/frameworks/native/libs/binder/
H A DTextOutput.cpp47 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
/frameworks/base/tools/aapt/
H A DAaptAssets.h312 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
316 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
322 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
332 typeCode = o.typeCode;
353 int typeCode; member in class:AaptSymbolEntry
375 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
386 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
H A DResource.cpp2297 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
2361 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
2594 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32
2686 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {
2728 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) {
2798 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) {

Completed in 285 milliseconds