Home
last modified time | relevance | path

Searched refs:XML_COMPILE_PARSE_VALUES (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt/
H A DResourceTable.h26 XML_COMPILE_PARSE_VALUES = 1 << 2, enumerator
33 XML_COMPILE_STRIP_COMMENTS | XML_COMPILE_ASSIGN_ATTRIBUTE_IDS | XML_COMPILE_PARSE_VALUES
H A DResource.cpp1711 int xmlCompilationFlags = xmlFlags | XML_COMPILE_PARSE_VALUES in buildResources()
1715 xmlCompilationFlags &= ~XML_COMPILE_PARSE_VALUES; in buildResources()
H A DResourceTable.cpp113 if ((options&XML_COMPILE_PARSE_VALUES) != 0) { in compileXmlFile()