Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_html.js480 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/
Dcurrent.txt6 method public java.util.List<java.lang.String> getItem();