Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/util/
DTimeUtils.java51 static private int printField(char[] formatStr, int amt, char suffix, int pos, in printField() argument
57 formatStr[pos] = (char)(dig + '0'); in printField()
63 formatStr[pos] = (char)(dig + '0'); in printField()
67 formatStr[pos] = (char)(amt + '0'); in printField()
69 formatStr[pos] = suffix; in printField()
80 char[] formatStr = sFormatStr; in formatDurationLocked() local
86 formatStr[pos] = ' '; in formatDurationLocked()
88 formatStr[pos] = '0'; in formatDurationLocked()
126 formatStr[pos] = ' '; in formatDurationLocked()
132 formatStr[pos] = prefix; in formatDurationLocked()
[all …]
/frameworks/base/core/java/android/util/
DTimeUtils.java277 static private int printFieldLocked(char[] formatStr, int amt, char suffix, int pos, in printFieldLocked() argument
291 formatStr[pos] = sTmpFormatStr[tmp]; in printFieldLocked()
298 formatStr[pos] = (char)(dig + '0'); in printFieldLocked()
304 formatStr[pos] = (char)(dig + '0'); in printFieldLocked()
308 formatStr[pos] = (char)(amt + '0'); in printFieldLocked()
311 formatStr[pos] = suffix; in printFieldLocked()
322 char[] formatStr = sFormatStr; in formatDurationLocked() local
328 formatStr[pos++] = ' '; in formatDurationLocked()
330 formatStr[pos] = '0'; in formatDurationLocked()
368 formatStr[pos] = ' '; in formatDurationLocked()
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp305 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/native/services/surfaceflinger/DisplayHardware/
DHWComposer_hwc1.cpp1239 String8 formatStr = getFormatStr(format); in dump() local
1244 … intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, formatStr.string(), in dump()
1252 … intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, formatStr.string(), in dump()
/frameworks/base/tools/aapt/
DResourceTable.cpp1326 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1328 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1333 String8(formatStr).string()); in compileResourceFile()
1453 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1455 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1460 String8(formatStr).string()); in compileResourceFile()