Searched refs:RecordTime (Results 1 – 6 of 6) sorted by relevance
189 self._mock_remote_host_client.RecordTime.assert_has_calls([194 self._mock_remote_host_client.RecordTime.call_count)379 self._mock_remote_host_client.RecordTime.assert_called_once_with(397 self._mock_remote_host_client.RecordTime.assert_has_calls([401 self._mock_remote_host_client.RecordTime.call_count)422 self._mock_remote_host_client.RecordTime.call_count)446 self._mock_remote_host_client.RecordTime.call_count)
97 start_time = self._compute_client.RecordTime(113 start_time = self._compute_client.RecordTime(118 start_time = self._compute_client.RecordTime(
194 start_time = client.RecordTime(timed_stage, start_time)199 start_time = client.RecordTime(timed_stage, start_time)210 client.RecordTime(timed_stage, start_time)
37 mock_client.RecordTime.side_effect = (
45 self.assertEqual(1.0, client.RecordTime("TIME", 0.25))
50 def RecordTime(self, key, start_time): member in RemoteHostClient