HomeSort by relevance Sort by last modified time
    Searched refs:resTable (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt/
AaptXml.h 87 * The integer may be a resource in the supplied ResTable.
89 int32_t getResolvedIntegerAttribute(const android::ResTable& resTable,
96 * The integer may be a resource in the supplied ResTable.
98 inline int32_t getResolvedIntegerAttribute(const android::ResTable& resTable,
101 return getResolvedIntegerAttribute(resTable, tree, attrRes, -1, outError);
107 * The string may be a resource in the supplied ResTable.
109 android::String8 getResolvedAttribute(const android::ResTable& resTable,
    [all...]
AaptXml.cpp 96 String8 getResolvedAttribute(const ResTable& resTable, const ResXMLTree& tree,
109 resTable.resolveReference(&value, 0);
119 const char16_t* str = resTable.valueToString(value2, 0, NULL, &len);
141 int32_t getResolvedIntegerAttribute(const ResTable& resTable, const ResXMLTree& tree,
150 resTable.resolveReference(&value, 0);
163 void getResolvedResourceAttribute(const ResTable& resTable, const ResXMLTree& tree,
174 resTable.resolveReference(outValue, 0)
    [all...]
Command.cpp 223 const ResTable& res = assets.getResources(false);
250 static void printResolvedResourceAttribute(const ResTable& resTable, const ResXMLTree& tree,
254 AaptXml::getResolvedResourceAttribute(resTable, tree, attrRes, &value, outError);
260 String8 result = AaptXml::getResolvedAttribute(resTable, tree, attrRes, outError);
262 ResTable::normalizeForOutput(result.string()).string());
374 printf("uses-permission: name='%s'", ResTable::normalizeForOutput(name.string()).string());
388 ResTable::normalizeForOutput(name.string()).string());
399 printf("name='%s'", ResTable::normalizeForOutput(name.string()).string());
409 ResTable::normalizeForOutput(name.string()).string())
    [all...]
Resource.cpp 477 static int validateAttr(const String8& path, const ResTable& table,
813 if (!ResTable::expandResourceRef(iconRef.string(), iconRef.size(), &iconPackage, &iconType,
827 if (!ResTable::expandResourceRef(roundIconRef.string(), roundIconRef.size(), &roundIconPackage,
    [all...]

Completed in 134 milliseconds