Searched refs:formatStr (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/compat/src/main/java/androidx/core/util/ |
D | TimeUtils.java | 56 static private int printField(char[] formatStr, int amt, char suffix, int pos, in printField() argument 62 formatStr[pos] = (char)(dig + '0'); in printField() 68 formatStr[pos] = (char)(dig + '0'); in printField() 72 formatStr[pos] = (char)(amt + '0'); in printField() 74 formatStr[pos] = suffix; in printField() 85 char[] formatStr = sFormatStr; in formatDurationLocked() local 91 formatStr[pos] = ' '; in formatDurationLocked() 93 formatStr[pos] = '0'; in formatDurationLocked() 131 formatStr[pos] = ' '; in formatDurationLocked() 137 formatStr[pos] = prefix; in formatDurationLocked() [all …]
|
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 123 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() argument 137 formatStr[pos] = sTmpFormatStr[tmp]; in printFieldLocked() 144 formatStr[pos] = (char)(dig + '0'); in printFieldLocked() 150 formatStr[pos] = (char)(dig + '0'); in printFieldLocked() 154 formatStr[pos] = (char)(amt + '0'); in printFieldLocked() 157 formatStr[pos] = suffix; in printFieldLocked() 168 char[] formatStr = sFormatStr; in formatDurationLocked() local 174 formatStr[pos++] = ' '; in formatDurationLocked() 176 formatStr[pos] = '0'; in formatDurationLocked() 214 formatStr[pos] = ' '; in formatDurationLocked() [all …]
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 305 void printOverlapLine(size_t indent, const string formatStr, 1529 void printOverlapLine(size_t indent, const string formatStr, in printOverlapLine() argument 1534 line << setw(indent + maxHeadingLen - formatStr.length()) << ""; in printOverlapLine() 1536 line << formatStr; in printOverlapLine()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1337 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local 1339 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile() 1344 String8(formatStr).string()); in compileResourceFile() 1464 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local 1466 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile() 1471 String8(formatStr).string()); in compileResourceFile()
|