Home
last modified time | relevance | path

Searched refs:TIME_GCE (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/public/actions/
Dremote_host_gf_device_factory_test.py190 mock.call(constants.TIME_GCE, mock.ANY),
380 constants.TIME_GCE, mock.ANY)
398 mock.call(constants.TIME_GCE, mock.ANY),
Dremote_host_cf_device_factory.py98 constants.TIME_GCE, start_time)
Dremote_host_gf_device_factory.py188 timed_stage = constants.TIME_GCE
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py107 constants.TIME_GCE: 0,
303 self._execution_time[constants.TIME_GCE] = time.time() - timestart
/tools/acloud/internal/
Dconstants.py139 TIME_GCE = "gce_create_time" variable