Home
last modified time | relevance | path

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

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