HomeSort by relevance Sort by last modified time
    Searched refs:GetTime (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 109 static bool GetTime(const FilePath::StringType& log, double* value) {
199 GetTime(kFirmwareBootTime, &boot_times.firmware);
200 GetTime(uptime_prefix + kPreStartup, &boot_times.pre_startup);
201 GetTime(uptime_prefix + kXStarted, &boot_times.x_started);
202 GetTime(uptime_prefix + kChromeExec, &boot_times.chrome_exec);
203 GetTime(uptime_prefix + kChromeMain, &boot_times.chrome_main);
204 GetTime(uptime_prefix + kLoginPromptReady, &boot_times.login_prompt_ready);
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 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)
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 369 if (pCP->GetTime(pSegment) >= seekTimeNs) {
411 *actualFrameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL;
426 return (mBlockEntry->GetBlock()->GetTime(mCluster) + 500ll) / 1000ll;
  /external/stressapptest/src/
worker.h 705 virtual int64 GetTime();
worker.cc     [all...]

Completed in 172 milliseconds