Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c247 char *htmlEscape(const char *src, char *dest, int len) in htmlEscape() function
1436 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveMethod()
1437 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveMethod()
1438 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveMethod()
1593 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile()
1594 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
1595 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printExclusiveProfile()
1743 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printInclusiveProfile()
1744 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printInclusiveProfile()
1745 signature = htmlEscape(signature, signatureBuf, HTML_BUFSIZE); in printInclusiveProfile()
[all …]