Home
last modified time | relevance | path

Searched defs:formatter (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DNestedRemoteDevice.java140 SimpleDateFormat formatter = new SimpleDateFormat("HH:mm:ss"); in logDebugFiles() local
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DStatsdEventMetricPostProcessor.java195 String formatter, EventMetricData eventMetric, Message atomContent) { in fillInPlaceholders()
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DMonkeyLogParserTest.java782 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
DBugreportParserTest.java763 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
DLogcatParserTest.java842 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java221 HelpFormatter formatter = new HelpFormatter(); in parseFlags() local
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java306 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); in parseTime() local
DLogcatParser.java433 DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); in parseTime() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java154 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
DLogFileSaverTest.java139 SimpleDateFormat formatter = new SimpleDateFormat(RetentionFileSaver.RETENTION_DATE_FORMAT); in testGetFileDir_retention() local
/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java57 SimpleDateFormat formatter = new SimpleDateFormat("MM-dd HH:mm:ss"); in getLogFormatString() local
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3547 def phone_number_formatter(input_string, formatter=None): argument