Searched refs:reportTime (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/gui/ |
H A D | KdcGui.java | 217 public void reportTime(String s0, Date curr, Date prev) { in reportTime() method in KdcGui 232 reportTime("First timestamp: ", pdateFirst, pdateFirst); in reportStartTimes() 233 reportTime("After krb5.conf: ", pdateAfterKrb5Conf, pdateFirst); in reportStartTimes() 234 reportTime("KdcGuiRoot done: ", pdateEndGuiRoot, pdateAfterKrb5Conf); in reportStartTimes() 235 reportTime("At startGroup : ", pdateBeginStartGroup, pdateEndGuiRoot); in reportStartTimes() 236 reportTime("Strings set up : ", pdateStringsDone, pdateBeginStartGroup); in reportStartTimes() 237 reportTime("Login ready : ", pdateLoginReady, pdateStringsDone); in reportStartTimes() 238 reportTime("Login complete : ", pdateLoginDone, pdateLoginReady); in reportStartTimes() 239 reportTime("Session set up : ", pdateSessionUp, pdateLoginDone); in reportStartTimes() 240 reportTime("Start main win : ", pdatePreMainShow, pdateSessionUp); in reportStartTimes() [all …]
|