Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLUtils.java46 public static String extractComment(String tag, Properties properties) { in extractComment() method in XMLUtils
/external/boringssl/src/util/
Ddoc.go98 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e… func