Home
last modified time | relevance | path

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

/dalvik/tools/dmtracedump/
DTraceDump.c49 #define HTML_BUFSIZE 10240 macro
1413 char classBuf[HTML_BUFSIZE], methodBuf[HTML_BUFSIZE]; in printInclusiveMethod()
1414 char signatureBuf[HTML_BUFSIZE]; in printInclusiveMethod()
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()
1536 char classBuf[HTML_BUFSIZE], methodBuf[HTML_BUFSIZE]; in printExclusiveProfile()
1537 char signatureBuf[HTML_BUFSIZE]; in printExclusiveProfile()
1593 className = htmlEscape(className, classBuf, HTML_BUFSIZE); in printExclusiveProfile()
1594 methodName = htmlEscape(methodName, methodBuf, HTML_BUFSIZE); in printExclusiveProfile()
[all …]