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

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimeUtil.java61 private static final ThreadLocal<SimpleDateFormat> timestampFormat = field in class:TimeUtil
103 result.append(timestampFormat.get().format(date));
154 Date date = timestampFormat.get().parse(secondValue);
/external/testng/src/main/java/org/testng/reporters/
H A DXMLReporter.java245 public void setTimestampFormat(String timestampFormat) { argument
246 config.setTimestampFormat(timestampFormat);
H A DXMLReporterConfig.java162 private String timestampFormat = FMT_DEFAULT; field in class:XMLReporterConfig
205 return timestampFormat;
208 public void setTimestampFormat(String timestampFormat) { argument
209 this.timestampFormat = timestampFormat;

Completed in 80 milliseconds