Home
last modified time | relevance | path

Searched defs:timestampFormat (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
DXMLReporterConfig.java162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig
208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
DXMLReporter.java245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat()
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java83 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in Timestamps