Home
last modified time | relevance | path

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

/frameworks/support/v4/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.java261 static private int printField(char[] formatStr, int amt, char suffix, int pos, in printField() argument
267 formatStr[pos] = (char)(dig + '0'); in printField()
273 formatStr[pos] = (char)(dig + '0'); in printField()
277 formatStr[pos] = (char)(amt + '0'); in printField()
279 formatStr[pos] = suffix; in printField()
290 char[] formatStr = sFormatStr; in formatDurationLocked() local
296 formatStr[pos++] = ' '; in formatDurationLocked()
298 formatStr[pos] = '0'; in formatDurationLocked()
336 formatStr[pos] = ' '; in formatDurationLocked()
342 formatStr[pos] = prefix; in formatDurationLocked()
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp307 void printOverlapLine(size_t indent, const string formatStr,
1532 void printOverlapLine(size_t indent, const string formatStr, in printOverlapLine() argument
1537 line << setw(indent + maxHeadingLen - formatStr.length()) << ""; in printOverlapLine()
1539 line << formatStr; in printOverlapLine()
/frameworks/base/tools/aapt/
DResourceTable.cpp1238 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1240 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1245 String8(formatStr).string()); in compileResourceFile()
1358 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1360 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1365 String8(formatStr).string()); in compileResourceFile()