Searched refs:anchor_close (Results 1 – 1 of 1) sorted by relevance
/art/tools/dmtracedump/ |
D | tracedump.cc | 1251 const char* anchor_close = ""; in printInclusiveMethod() local 1258 if (gOptions.outputHtml) anchor_close = "</a>"; in printInclusiveMethod() 1285 "", space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1289 "", per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1296 space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1300 per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1350 const char* anchor_close = ""; in printExclusiveProfile() local 1354 anchor_close = "</a>"; in printExclusiveProfile() 1405 anchor_close, className, methodName, signature); in printExclusiveProfile() 1409 anchor_close, className); in printExclusiveProfile() [all …]
|