Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_time_test.py67 self._time.call_in(time_noter, _QUANTUM)
88 future = self._time.call_in(time_noter, _QUANTUM * 2)
104 possibly_cancelled_futures[test_event] = self._time.call_in(
108 self._time.call_in(threading.Event().set,
127 first_future_at_one = self._time.call_in(time_noter, _QUANTUM)
128 second_future_at_one = self._time.call_in(time_noter, _QUANTUM)
129 first_future_at_three = self._time.call_in(time_noter, _QUANTUM * 3)
130 second_future_at_three = self._time.call_in(time_noter, _QUANTUM * 3)
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py175 def call_in(self, behavior, delay): member in StrictRealTime
200 def call_in(self, behavior, delay): member in StrictFakeTime
D__init__.py587 def call_in(self, behavior, delay): member in Time