OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTime
(Results
1 - 2
of
2
) 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/mkvparser/
mkvparser.cpp
[
all
...]
Completed in 154 milliseconds