Searched refs:call_in (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/testing/ |
D | _time_test.py | 67 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)
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 175 def call_in(self, behavior, delay): member in StrictRealTime 200 def call_in(self, behavior, delay): member in StrictFakeTime
|
D | __init__.py | 587 def call_in(self, behavior, delay): member in Time
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | setTimeout-js.cpp | 33 …int id = mbed::js::EventLoop::getInstance().getQueue().call_in(interval, jerry_call_function, args… in DECLARE_GLOBAL_FUNCTION()
|