Searched refs:tabs (Results 1 – 8 of 8) sorted by relevance
/system/chre/util/nanoapp/ |
D | debug.cc | 64 char tabs[8]; in logBuffer() local 65 char *pos = tabs; in logBuffer() 71 LOGD(" %s%s%s", line, tabs, lineChars); in logBuffer()
|
/system/chre/host/common/ |
D | log_message_parser_base.cc | 70 char tabs[8]; in dump() local 71 char *pos = tabs; in dump() 77 LOGV(" %s%s%s", line, tabs, lineChars); in dump()
|
/system/logging/logd/ |
D | LogTags.cpp | 798 static const char tabs[] = "\t\t\t"; in formatEntry() local 799 if (len > strlen(tabs)) len = strlen(tabs); in formatEntry() 803 &tabs[len], format, Uid.c_str()); in formatEntry()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 205 this.tabs = new Map(); 219 this.tabs.set(title, [tabObj, false]); 234 let array = this.tabs.get(title); 249 let array = this.tabs.get(title);
|
/system/extras/simpleperf/doc/ |
D | scripts_reference.md | 179 After opening the generated [report.html](./report_html.html) in a browser, there are several tabs:
|
/system/media/audio_utils/ |
D | Doxyfile | 234 # uses this value to replace tabs by spaces in code fragments. 1246 # consists of multiple levels of tabs that are statically embedded in every HTML 1465 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1467 # it. Since the tabs in the index contain the same information as the navigation
|
/system/chre/pal/doc/ |
D | Doxyfile | 216 # uses this value to replace tabs by spaces in code fragments. 1376 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1378 # it. Since the tabs in the index contain the same information as the navigation
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 216 # uses this value to replace tabs by spaces in code fragments. 1376 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 1378 # it. Since the tabs in the index contain the same information as the navigation
|