Home
last modified time | relevance | path

Searched defs:init_time (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/mediatek/common/include/soc/
H A Dearly_init.h19 struct mono_time init_time[EARLY_INIT_MAX]; member
/aosp_15_r20/external/cronet/base/substring_set_matcher/
H A Dsubstring_set_matcher_perftest.cc59 base::TimeDelta init_time = init_timer.Elapsed(); in TEST() local
/aosp_15_r20/external/coreboot/src/device/
H A Ddevice.c546 long init_time; in init_dev() local
/aosp_15_r20/external/autotest/client/cros/power/
H A Dpower_utils.py905 def __init__(self, init_time=time.time()): argument