Searched refs:stripComments (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 139 status_t flatten(const sp<AaptFile>& dest, bool stripComments, 180 bool stripComments, bool stripRawValues) const; 189 bool stripComments, bool stripRawValues) const;
|
D | XMLNode.cpp | 1059 bool stripComments, bool stripRawValues) const in flatten() argument 1071 collect_strings(&strings, &resids, stripComments, stripRawValues); in flatten() 1111 flatten_node(strings, dest, stripComments, stripRawValues); in flatten() 1308 bool stripComments, bool stripRawValues) const in collect_strings() argument 1325 if (!stripComments && mComment.size() > 0) { in collect_strings() 1356 stripComments, stripRawValues); in collect_strings() 1429 bool stripComments, bool stripRawValues) const in flatten_node() argument 1456 if (!stripComments) { in flatten_node() 1565 stripComments, stripRawValues); in flatten_node()
|