Searched refs:nowTime (Results 1 – 6 of 6) sorted by relevance
112 String nowTime = Instant.now().toString(); in testSerializing() local113 Timestamp timestamp = new Timestamp(nowTime); in testSerializing()134 String verificationTimestamp = "<timestamp>" + nowTime + "</timestamp>"; in testSerializing()156 final String nowTime = Instant.now().toString(); in testParsing() local176 .append("<timestamp>").append(nowTime).append("</timestamp></tuple>"); in testParsing()228 assertEquals(nowTime, PidfParserUtils.getTupleTimestamp(tuple)); in testParsing()
429 long nowTime = SystemClock.elapsedRealtime(); in scheduleFilter() local431 "-> Schedule time (" + filter + ") = " + (nowTime - scheduleTime) + " ms."); in scheduleFilter()
479 auto nowTime = std::chrono::steady_clock::now(); in setState() local482 std::chrono::duration_cast<std::chrono::microseconds>(nowTime - stateEnterTime); in setState()500 stateEnterTime = nowTime; in setState()
1504 const auto nowTime = std::chrono::system_clock::now(); in onAudioServerStart() local1510 mAudioFlingerCtorTime = nowTime; in onAudioServerStart()1528 mAudioPolicyCtorTime = nowTime; in onAudioServerStart()1552 nowTime - mAudioFlingerCtorTime).count(); in onAudioServerStart()1554 mAudioPolicyCtorTime = nowTime; in onAudioServerStart()
5140 long nowTime = System.currentTimeMillis(); in trackFPS() local5142 mFpsStartTime = mFpsPrevTime = nowTime; in trackFPS()5147 long frameTime = nowTime - mFpsPrevTime; in trackFPS()5148 long totalTime = nowTime - mFpsStartTime; in trackFPS()5150 mFpsPrevTime = nowTime; in trackFPS()5154 mFpsStartTime = nowTime; in trackFPS()
7379 private static void dumpTimeAgo(PrintWriter pw, StringBuilder sb, long nowTime, long time) {7384 TimeUtils.formatDuration(nowTime - time, sb);