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()
1438 const auto nowTime = std::chrono::system_clock::now(); in onAudioServerStart() local1444 mAudioFlingerCtorTime = nowTime; in onAudioServerStart()1462 mAudioPolicyCtorTime = nowTime; in onAudioServerStart()1486 nowTime - mAudioFlingerCtorTime).count(); in onAudioServerStart()1488 mAudioPolicyCtorTime = nowTime; in onAudioServerStart()
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()
4359 long nowTime = System.currentTimeMillis(); in trackFPS() local4361 mFpsStartTime = mFpsPrevTime = nowTime; in trackFPS()4366 long frameTime = nowTime - mFpsPrevTime; in trackFPS()4367 long totalTime = nowTime - mFpsStartTime; in trackFPS()4369 mFpsPrevTime = nowTime; in trackFPS()4373 mFpsStartTime = nowTime; in trackFPS()
6035 private static void dumpTimeAgo(PrintWriter pw, StringBuilder sb, long nowTime, long time) { in dumpTimeAgo() argument6040 TimeUtils.formatDuration(nowTime - time, sb); in dumpTimeAgo()