Searched refs:formatStr (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 209 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() argument 223 formatStr[pos] = sTmpFormatStr[tmp]; in printFieldLocked() 230 formatStr[pos] = (char)(dig + '0'); in printFieldLocked() 236 formatStr[pos] = (char)(dig + '0'); in printFieldLocked() 240 formatStr[pos] = (char)(amt + '0'); in printFieldLocked() 243 formatStr[pos] = suffix; in printFieldLocked() 255 char[] formatStr = sFormatStr; in formatDurationLocked() local 261 formatStr[pos++] = ' '; in formatDurationLocked() 263 formatStr[pos] = '0'; in formatDurationLocked() 301 formatStr[pos] = ' '; in formatDurationLocked() [all …]
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcCommit.cpp | 307 void printOverlapLine(size_t indent, const string formatStr, 1531 void printOverlapLine(size_t indent, const string formatStr, in printOverlapLine() argument 1536 line << setw(indent + maxHeadingLen - formatStr.length()) << ""; in printOverlapLine() 1538 line << formatStr; in printOverlapLine()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1336 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local 1338 curFormat = parse_flags(formatStr.c_str(), formatStr.size(), in compileResourceFile() 1343 String8(formatStr).c_str()); in compileResourceFile() 1463 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local 1465 curFormat = parse_flags(formatStr.c_str(), formatStr.size(), in compileResourceFile() 1470 String8(formatStr).c_str()); in compileResourceFile()
|