Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dremote.py203 time_counter = time_slice
204 while time_counter < timeout + 60:
210 if time_counter > timeout - 10:
213 time_counter += time_slice
217 "DUT is not responding after %d seconds" % (time_counter))
/external/v8/src/wasm/
Dmodule-decoder.cc1054 auto time_counter = SELECT_WASM_COUNTER(GetCounters(), origin_, in VerifyFunctionBody() local
1057 TimedHistogramScope wasm_decode_function_time_scope(time_counter); in VerifyFunctionBody()
Dmodule-compiler.cc708 auto time_counter = in ValidateSequentially() local
712 TimedHistogramScope wasm_decode_function_time_scope(time_counter); in ValidateSequentially()