Searched refs:spaces (Results 1 – 18 of 18) sorted by relevance
/system/core/logd/ |
D | LogStatistics.cpp | 550 ssize_t spaces = EntryBase::PRUNED_LEN - 2 - pruned.length() - change.length(); in format() local 551 if ((spaces <= 0) && pruned.length()) { in format() 552 spaces = 1; in format() 554 if (spaces > 0) { in format() 555 change += android::base::StringPrintf("%*s", (int)spaces, ""); in format() 829 int16_t spaces = 1; in Format() local 834 if (spaces < 0) spaces = 0; in Format() 835 output += android::base::StringPrintf("%*s%s", spaces, "", in Format() 837 spaces += spaces_total + oldLength - output.length(); in Format() 839 if (spaces < 0) spaces = 0; in Format() [all …]
|
D | event.logtags | 8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
|
/system/media/audio_utils/include/audio_utils/ |
D | LogPlot.h | 89 int spaces = 1; // Amount of spaces before the data point in audio_utils_log_plot() local 101 ss << std::setw(spaces) << (start ? "|" : "*"); in audio_utils_log_plot() 102 spaces = 1; in audio_utils_log_plot() 104 spaces++; in audio_utils_log_plot() 177 static const std::string spaces(kLen, ' '); 186 ss << getTail(leftPadding, spaces); 189 ss << getTail(colWidth - 1, spaces) << 205 ss << getTail(bucketWidth, spaces) << label << "\n";
|
/system/bt/ |
D | EventLogTags.logtags | 8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
|
/system/core/liblog/ |
D | event.logtags | 8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
|
/system/core/storaged/ |
D | EventLogTags.logtags | 8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
|
/system/memory/lmkd/ |
D | event.logtags | 8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
|
/system/extras/ioblame/ |
D | README | 172 ANDROID: Replace spaces by '_' for some android filesystem tracepoints. 174 Andoid files frequently have spaces in them, as do cmdline strings. 175 Replace these spaces with '_', so tools that parse these tracepoints
|
/system/nvram/ |
D | README.md | 5 spaces that can hold arbitrary data blobs of limited size. Access restrictions
|
/system/core/logcat/ |
D | event.logtags | 8 # "[A-Z][a-z][0-9]_". Do not include spaces or punctuation (the former
|
/system/tools/mkbootimg/ |
D | pylintrc | 267 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 271 # Number of spaces of indent required inside a hanging or continued line.
|
/system/update_engine/ |
D | pylintrc | 237 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 241 # Number of spaces of indent required inside a hanging or continued line.
|
/system/core/adb/ |
D | SERVICES.TXT | 154 by spaces. If an argument contains a space, it must be quoted with
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 14 # Values that contain spaces should be placed between quotes (\" \"). 207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 208 # uses this value to replace tabs by spaces in code fragments. 672 # search path. Do not use file names with spaces, bibtex cannot handle them. See 743 # spaces. 1933 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
|
D | Doxyfile.bak | 14 # Values that contain spaces should be placed between quotes (\" \"). 207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 208 # uses this value to replace tabs by spaces in code fragments. 672 # search path. Do not use file names with spaces, bibtex cannot handle them. See 743 # spaces. 1933 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
|
D | Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 233 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 234 # uses this value to replace tabs by spaces in code fragments. 819 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 2134 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 216 # uses this value to replace tabs by spaces in code fragments. 771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 2016 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
|
/system/chre/pal/doc/ |
D | Doxyfile | 14 # Values that contain spaces should be placed between quotes (\" \"). 215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 216 # uses this value to replace tabs by spaces in code fragments. 771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 2016 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
|