Searched defs:attrLabel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp251 uint32_t attrRes, const String8& attrLabel, String8* outError)
261 printf("%s='%s'", attrLabel.string(),
265 printf("%s='%d'", attrLabel.string(), value.data);
267 printf("%s='0x%x'", attrLabel.string(), (int)value.data);
250 printResolvedResourceAttribute(const ResTable& resTable, const ResXMLTree& tree, uint32_t attrRes, const String8& attrLabel, String8* outError) argument

Completed in 514 milliseconds