Searched refs:stripComments (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 143 status_t flatten(const sp<AaptFile>& dest, bool stripComments, 184 bool stripComments, bool stripRawValues) const; 193 bool stripComments, bool stripRawValues) const;
|
D | XMLNode.cpp | 1090 bool stripComments, bool stripRawValues) const in flatten() argument 1102 collect_strings(&strings, &resids, stripComments, stripRawValues); in flatten() 1131 flatten_node(strings, dest, stripComments, stripRawValues); in flatten() 1336 bool stripComments, bool stripRawValues) const in collect_strings() argument 1353 if (!stripComments && mComment.size() > 0) { in collect_strings() 1384 stripComments, stripRawValues); in collect_strings() 1460 bool stripComments, bool stripRawValues) const in flatten_node() argument 1487 if (!stripComments) { in flatten_node() 1596 stripComments, stripRawValues); in flatten_node()
|