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

  /external/libchrome/base/process/
process_info_linux.cc 23 Time boot_time = internal::GetBootTime(); local
24 if (boot_time.is_null())
26 return Time(boot_time + start_offset);
  /external/autotest/server/site_tests/firmware_ECBootTime/
firmware_ECBootTime.py 89 boot_time = firmware_resp_time - power_press_time
93 logging.info("EC boot time: %f s", boot_time)
94 if boot_time > 1.0:
  /system/update_engine/
update_attempter_android_unittest.cc 125 Time boot_time = Time::FromInternalValue(22345); local
127 clock_->SetBootTime(boot_time);
129 TimeDelta duration = boot_time - Time::FromInternalValue(12345);
update_attempter_unittest.cc 1006 Time boot_time; local
    [all...]
update_attempter.cc 1524 int64_t boot_time = 0; local
    [all...]
  /device/google/contexthub/util/nanotool/
nanomessage.h 127 uint64_t boot_time; member in struct:android::ReadEventRequest::Request
nanomessage.cpp 100 request.boot_time);
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 268 boot_time = results['seconds_kernel_to_login']
271 round(firmware_time + boot_time, 2))

Completed in 574 milliseconds