Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc109 static bool GetTime(const FilePath::StringType& log, double* value) { in GetTime() function
199 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()
/external/libvpx/mkvparser/
Dmkvparser.cpp3093 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
3116 const long long t = pCP->GetTime(m_pSegment); in Find()
3132 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
3149 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
3168 const long long t = pCP->GetTime(m_pSegment); in Find()
3184 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
3234 const long long t = pCP->GetTime(m_pSegment);
3252 assert(pCP->GetTime(m_pSegment) > time_ns);
3723 long long CuePoint::GetTime(const Segment* pSegment) const in GetTime() function in mkvparser::CuePoint
4489 if (time_ns <= pCluster->GetTime()) in FindCluster()
[all …]
Dmkvparser.hpp81 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
452 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
561 long long GetTime() const; //absolute, and scaled (nanosecond units)