Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/inferno/
Dscript.js65 let methodName = title.textContent.split(' | ')[0];
68 for (numCharacters = methodName.length; numCharacters > 4; numCharacters--) {
76 if (numCharacters == methodName.length) {
77 text.textContent = methodName;
81 text.textContent = methodName.substring(0, numCharacters-2) + '..';
256 let methodName = method_and_info[0];
273 barTextElement.textContent = methodName;
/system/extras/simpleperf/scripts/
Dreport_html.js1310 let methodName = g.find('title').text().split(' | ')[0];
1312 for (numCharacters = methodName.length; numCharacters > 4; numCharacters--) {
1317 if (numCharacters == methodName.length) {
1318 text.text(methodName);
1320 text.text(methodName.substring(0, numCharacters - 2) + '..');
/system/tools/hidl/
DType.cpp456 const std::string &methodName, in emitDumpWithMethod() argument
460 << methodName in emitDumpWithMethod()
DType.h372 const std::string &methodName,