Searched refs:tab (Results 1 – 15 of 15) sorted by relevance
/system/core/libprocinfo/ |
D | process.cpp | 91 char* tab = strchr(line, '\t'); in GetProcessInfoFromProcPidFd() local 92 if (tab == nullptr) { in GetProcessInfoFromProcPidFd() 96 size_t header_len = tab - line; in GetProcessInfoFromProcPidFd() 107 process_info->tid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 110 process_info->pid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 113 process_info->ppid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 116 process_info->tracer = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 119 process_info->uid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 122 process_info->gid = atoi(tab + 1); in GetProcessInfoFromProcPidFd() 125 process_info->state = parse_state(tab + 1); in GetProcessInfoFromProcPidFd()
|
/system/extras/simpleperf/doc/ |
D | scripts_reference.md | 180 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each 183 The second tab is "Sample Table". It shows the time taken by each function. By clicking one row in 184 the table, we can jump to a new tab called "Function". 186 The third tab is "Flamegraph". It shows the graphs generated by [inferno](./inferno.md). 188 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|
D | android_application_profiling.md | 186 a browser tab to show it. 229 report_html.py in the "Flamegraph" tab.
|
/system/timezone/debug_tools/host/ |
D | README.android | 6 zone.tab, etc. Run it with --help for usage. The individual tzfiles can
|
/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/core/cli-test/ |
D | README.md | 60 The `expected-stdout:` line is followed by zero or more tab-prefixed lines that
|
/system/tools/mkbootimg/ |
D | pylintrc | 268 # 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.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
|
D | Doxyfile.bak | 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 | 233 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 1484 # 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
|
/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
|