Home
last modified time | relevance | path

Searched refs:typeCode (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DAaptAssets.h312 : 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()
H A DResource.cpp2297 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeResourceLoadedCallback()
2361 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses()
2594 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeTextLayoutClasses()
2686 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeSymbolClass()
2728 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass()
2798 if (sym.typeCode != AaptSymbolEntry::TYPE_INT32) { in writeTextSymbolClass()
/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h91 inline uint32_t typeCode() const;
182 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
/aosp12/system/libhwbinder/
H A DTextOutput.h81 inline uint32_t typeCode() const;
172 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode() function
H A DDebug.cpp151 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument
154 char* end = typetostring(typeCode, buffer); in printTypeCode()
H A DTextOutput.cpp48 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
/aosp12/frameworks/native/libs/binder/
H A DDebug.h32 void printTypeCode(uint32_t typeCode,
H A DTextOutput.cpp47 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to); in operator <<()
H A DDebug.cpp167 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() argument
170 char* end = typetostring(typeCode, buffer); in printTypeCode()
/aosp12/system/libhwbinder/include/hwbinder/
H A DDebug.h38 void printTypeCode(uint32_t typeCode,
/aosp12/bionic/libc/dns/resolv/
H A Dres_cache.c717 int typeCode = _dnsPacket_readInt16(packet); in _dnsPacket_bprintQR() local
718 p = _bprint(p, end, "UNKNOWN-%d", typeCode); in _dnsPacket_bprintQR()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java7254 int typeCode;
7258 typeCode = WifiNetworkSuggestionApiLog.TYPE_CARRIER_PRIVILEGED;
7261 typeCode = WifiNetworkSuggestionApiLog.TYPE_NETWORK_PROVISIONING;
7264 typeCode = WifiNetworkSuggestionApiLog.TYPE_NON_PRIVILEGED;
7267 typeCode = WifiNetworkSuggestionApiLog.TYPE_UNKNOWN;
7269 mWifiNetworkSuggestionApiAppTypeCounter.increment(typeCode);