Home
last modified time | relevance | path

Searched defs:stripComments (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.cpp1090 bool stripComments, bool stripRawValues) const in flatten()
1336 bool stripComments, bool stripRawValues) const in collect_strings()
1460 bool stripComments, bool stripRawValues) const in flatten_node()
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DEvemuParser.java72 private static String stripComments(String line) { in stripComments() method in EvemuParser.CommentAwareReader