Home
last modified time | relevance | path

Searched refs:ParseBinaryResValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceUtils.h230 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type,
DResourceUtils_test.cpp116 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(ResourceType::kId, in TEST()
DResourceUtils.cpp739 std::unique_ptr<Item> ParseBinaryResValue(const ResourceType& type, const ConfigDescription& config, in ParseBinaryResValue() function
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp547 std::unique_ptr<Item> item = ResourceUtils::ParseBinaryResValue(name.type, config, value_pool_, in ParseValue()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp257 attr.compiled_value = ResourceUtils::ParseBinaryResValue( in CopyAttributes()