Home
last modified time | relevance | path

Searched refs:formatStr (Results 1 – 6 of 6) 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.java266 static private int printField(char[] formatStr, int amt, char suffix, int pos, in printField() argument
272 formatStr[pos] = (char)(dig + '0'); in printField()
278 formatStr[pos] = (char)(dig + '0'); in printField()
282 formatStr[pos] = (char)(amt + '0'); in printField()
284 formatStr[pos] = suffix; in printField()
295 char[] formatStr = sFormatStr; in formatDurationLocked() local
301 formatStr[pos++] = ' '; in formatDurationLocked()
303 formatStr[pos] = '0'; in formatDurationLocked()
345 formatStr[pos] = ' '; in formatDurationLocked()
351 formatStr[pos] = prefix; in formatDurationLocked()
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp306 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/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp1181 String8 formatStr = getFormatStr(format); in dump() local
1186 … intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, formatStr.string(), in dump()
1194 … intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, formatStr.string(), in dump()
/frameworks/base/tools/aapt/
DResourceTable.cpp1304 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1306 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1311 String8(formatStr).string()); in compileResourceFile()
1428 String16 formatStr = String16(block.getAttributeStringValue( in compileResourceFile() local
1430 curFormat = parse_flags(formatStr.string(), formatStr.size(), in compileResourceFile()
1435 String8(formatStr).string()); in compileResourceFile()
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp7129 const char *formatStr = enumToString(sFormatNameToEnumTable, in dump() local
7132 if (i == 0 && strcmp(formatStr, "") == 0) { in dump()
7135 snprintf(buffer, SIZE, "%s", formatStr); in dump()