Home
last modified time | relevance | path

Searched refs:formatStr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
DTimeUtils.java175 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() argument
189 formatStr[pos] = sTmpFormatStr[tmp]; in printFieldLocked()
196 formatStr[pos] = (char)(dig + '0'); in printFieldLocked()
202 formatStr[pos] = (char)(dig + '0'); in printFieldLocked()
206 formatStr[pos] = (char)(amt + '0'); in printFieldLocked()
209 formatStr[pos] = suffix; in printFieldLocked()
220 char[] formatStr = sFormatStr; in formatDurationLocked() local
226 formatStr[pos++] = ' '; in formatDurationLocked()
228 formatStr[pos] = '0'; in formatDurationLocked()
266 formatStr[pos] = ' '; in formatDurationLocked()
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp307 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/
DResourceTable.cpp1334 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1336 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1341 String8(formatStr).string()); in compileResourceFile()
1461 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1463 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1468 String8(formatStr).string()); in compileResourceFile()