Searched refs:getItem (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 480 function getItem(name, eventCount, totalEventCount) { function 491 rows.push(getItem('Process: ' + getProcessName(process.pid), process.eventCount, 498 rows.push(getItem('Thread: ' + getThreadName(thread.tid), thread.eventCount, 505 rows.push(getItem('Library: ' + getLibName(lib.libId), lib.eventCount, 512 rows.push(getItem('Function: ' + getFuncName(func.f), func.c[1],
|
/system/tools/xsdc/tests/resources/enum_type/api/ |
D | current.txt | 6 method public java.util.List<java.lang.String> getItem();
|