Searched refs:GetTime (Results 1 – 5 of 5) sorted by relevance
109 static bool GetTime(const FilePath::StringType& log, double* value) { in GetTime() function199 GetTime(kFirmwareBootTime, &boot_times.firmware); in GetBootTimes()200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup); in GetBootTimes()201 GetTime(uptime_prefix + kXStarted, &boot_times.x_started); in GetBootTimes()202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec); in GetBootTimes()203 GetTime(uptime_prefix + kChromeMain, &boot_times.chrome_main); in GetBootTimes()204 GetTime(uptime_prefix + kLoginPromptReady, &boot_times.login_prompt_ready); in GetBootTimes()
2549 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()2572 const long long t = pCP->GetTime(m_pSegment); in Find()2588 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()2605 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()2624 const long long t = pCP->GetTime(m_pSegment); in Find()2640 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()2690 const long long t = pCP->GetTime(m_pSegment);2708 assert(pCP->GetTime(m_pSegment) > time_ns);3179 long long CuePoint::GetTime(const Segment* pSegment) const in GetTime() function in mkvparser::CuePoint3969 if (time_ns <= pCluster->GetTime()) in FindCluster()[all …]
93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)606 long long GetTime(const Segment*) const; //absolute and scaled (ns units)715 long long GetTime() const; //absolute, and scaled (nanosecond units)
2778 int64 DiskThread::GetTime() { in GetTime() function in DiskThread3042 int64 start_time = GetTime(); in WriteBlockToDisk()3049 int64 end_time = GetTime(); in WriteBlockToDisk()3084 int64 start_time = GetTime(); in ValidateBlockOnDisk()3109 int64 end_time = GetTime(); in ValidateBlockOnDisk()
705 virtual int64 GetTime();