Searched refs:tab (Results 1 – 10 of 10) sorted by relevance
/system/core/libprocinfo/ |
D | process.cpp | 92 char* tab = strchr(line, '\t'); in GetProcessInfoFromProcPidFd() local 93 if (tab == nullptr) { in GetProcessInfoFromProcPidFd() 97 size_t header_len = tab - line; in GetProcessInfoFromProcPidFd() 108 process_info->tid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 111 process_info->pid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 114 process_info->ppid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 117 process_info->tracer = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 120 process_info->uid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 123 process_info->gid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 126 process_info->state = parse_state(tab + 1); in GetProcessInfoFromProcPidFd()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 229 this.ul.find(`#${id}`).tab('show'); 286 div.find(`#${id}_0-tab`).tab('show'); 865 let tab = gTabs.findTab(title); 866 if (!tab) { 867 tab = gTabs.addTab(title, new FunctionTab()); 870 .then(() => tab.setFunction(eventInfo, processInfo, threadInfo, lib, func));
|
/system/bt/ |
D | README.md | 110 5. Goto Behaviour tab, change clean command to "-t clean"
|
/system/extras/simpleperf/doc/ |
D | README.md | 304 [report_html.py](#report_html-py) generates report in report.html, and pops up a browser tab to 348 report_html.py in the "Flamegraph" tab. 1166 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each 1169 The second tab is "Sample Table". It shows the time taken by each function. By clicking one row in 1170 the table, we can jump to a new tab called "Function". 1172 The third tab is "Flamegraph". It shows the flame graphs generated by [inferno](./inferno.md). 1174 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|
/system/update_engine/ |
D | pylintrc | 238 # tab).
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 20 # Some data in this file originates from IANA's zone.tab file but 40 # zones.tab file.
|
/system/media/audio_utils/ |
D | Doxyfile | 207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 1350 # the same information as the tab index, you could consider setting
|
D | Doxyfile.orig | 207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 1350 # the same information as the tab index, you could consider setting
|
/system/chre/pal/doc/ |
D | Doxyfile | 215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 1395 # the same information as the tab index, you could consider setting
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 1395 # the same information as the tab index, you could consider setting
|